/*
 * Boundlearn homepage — Editorial Orbit × Connected Path
 * Ownership: desktop homepage sections below the locked video hero only.
 * Exclusions: header/menu, #top, mobile/tablet, and every program-branded page.
 */

/* Mentorship emphasis keeps one semantic hue while preserving contrast on the
   approved dark mobile/tablet surface and the cream desktop canvas. */
.bl-mentor-accent {
  color:#8FC2BB;
}

/* Main-page approval correction: the authored canvases carry the motion.
   Typography stays readable and the retired diagram lines never return. */
@keyframes blGradesCanvasDrift {
  0%,100% { transform:scale(1.035) translate3d(-.3%,0,0); }
  50% { transform:scale(1.055) translate3d(.3%,-.35%,0); }
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band .bl-ed-material {
  display:block!important;
  inset:-2%!important;
  animation:blGradesCanvasDrift 22s ease-in-out infinite!important;
  will-change:transform;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-bg {
  inset:-2%!important;
  animation:blEvcCanvasDrift 20s ease-in-out infinite!important;
  will-change:transform;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-grades-circuit,
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .bl-evc-route {
  display:none!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-grade-copy,
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-grade-word,
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-grade-letter {
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
}

@media (prefers-reduced-motion:reduce) {
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band .bl-ed-material,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-bg {
    animation:none!important;
    transform:none!important;
  }
}

@keyframes blContactCanvasDrift {
  from { transform:scale(1.025) translate3d(-.6%,.2%,0); }
  to { transform:scale(1.055) translate3d(.7%,-.5%,0); }
}

@keyframes blContactRouteDraw {
  0% { stroke-dashoffset:920; opacity:0; }
  16%,78% { stroke-dashoffset:0; opacity:.7; }
  100% { stroke-dashoffset:0; opacity:.16; }
}

@keyframes blContactFormIn {
  from { opacity:0; transform:translateY(18px); }
  to { opacity:1; transform:translateY(0); }
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact { --contact-active:#91C3BB; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact[data-contact-tab="1"] { --contact-active:#B8A6D4; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact[data-contact-tab="2"] { --contact-active:#E39780; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact[data-contact-tab="-1"] .bl-contact-form-shell { display:none; }

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell:before {
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  width:clamp(92px,18%,156px);
  height:3px;
  background:var(--contact-active);
  transition:background-color .3s ease;
}
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell { animation:blContactFormIn .5s cubic-bezier(.22,1,.36,1) both; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell p { color:#C4CFDD!important; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell label > span { color:#DDE4ED!important; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell .bl-inp {
  color:#F4F6F9!important;
  border-color:rgba(235,240,247,.28)!important;
  background:rgba(255,255,255,.07)!important;
}
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell .bl-inp::placeholder { color:#8F9CAE; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell .bl-inp:focus {
  border-color:var(--contact-active)!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--contact-active) 18%,transparent)!important;
}
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell select option { color:#111B2E; background:#FBF8F2; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button {
  color:#0B1221!important;
  background:var(--contact-active)!important;
  transition:filter .25s ease,background-color .3s ease;
}
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button:hover { filter:brightness(1.08); }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-success > div:nth-child(2) { color:#F4F6F9!important; font-family:'Manrope',system-ui,sans-serif!important; }
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-success > div:first-child { color:#0B1221!important; background:var(--contact-active)!important; }

@media (min-width:1181px) {
  :root {
    --bl-ed-navy:#0B1221;
    --bl-ed-cream:#F5F2EC;
    --bl-ed-paper:#FBF8F2;
    --bl-ed-gold:#D4AF37;
    --bl-ed-coral:#CF765E;
    --bl-ed-teal:#2F7F78;
    --bl-ed-lilac:#A894C7;
    --bl-ed-cherry:#B51B45;
    --bl-ed-ink:#111B2E;
    --bl-ed-muted:#5D6878;
    --bl-ed-gutter:clamp(58px,7vw,112px);
    --bl-ed-frame:1220px;
  }

  body.bl-home-editorial-ready {
    background:var(--bl-ed-cream);
  }

  body.bl-home-editorial-ready #why,
  body.bl-home-editorial-ready .grades-band,
  body.bl-home-editorial-ready .create-band,
  body.bl-home-editorial-ready .hiw-outer,
  body.bl-home-editorial-ready #about,
  body.bl-home-editorial-ready #mentorship,
  body.bl-home-editorial-ready #outcomes {
    isolation:isolate;
  }

  body.bl-home-editorial-ready #why h2,
  body.bl-home-editorial-ready .grades-band h2,
  body.bl-home-editorial-ready .create-band h3,
  body.bl-home-editorial-ready .hiw-outer h2,
  body.bl-home-editorial-ready .hiw-outer h4,
  body.bl-home-editorial-ready #about h2,
  body.bl-home-editorial-ready #mentorship h2,
  body.bl-home-editorial-ready #outcomes h2 {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:normal!important;
    letter-spacing:-.035em!important;
  }

  .bl-ed-geometry {
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
    pointer-events:none;
  }

  .bl-ed-section > :not(.bl-ed-geometry) {
    position:relative;
    z-index:2;
  }

  .bl-ed-material {
    position:absolute;
    inset:0;
    background-image:none;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    opacity:.085;
    mix-blend-mode:multiply;
  }

  body.bl-home-editorial-ready #why .bl-ed-material { background-position:center 18%; }
  body.bl-home-editorial-ready .create-band .bl-ed-material { background-position:center 42%; opacity:.07; }
  body.bl-home-editorial-ready .hiw-outer .bl-ed-material { background-position:center 58%; opacity:.06; }
  body.bl-home-editorial-ready #outcomes .bl-ed-material { background-position:center 76%; opacity:.065; }
  body.bl-home-editorial-ready .bl-family-proof .bl-ed-material { background-position:center 92%; opacity:.075; }

  body.bl-home-editorial-ready .grades-band .bl-ed-material,
  body.bl-home-editorial-ready #about .bl-ed-material,
  body.bl-home-editorial-ready #mentorship .bl-ed-material,
  body.bl-home-editorial-ready .bl-university-proof .bl-ed-material,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-ed-material {
    display:none;
  }

  .bl-ed-spine {
    position:absolute;
    top:0;
    bottom:0;
    left:30px;
    width:1px;
    background:rgba(11,18,33,.18);
  }

  .bl-ed-section:after {
    content:attr(data-bl-ed-index);
    position:absolute;
    left:13px;
    top:50%;
    z-index:4;
    color:rgba(11,18,33,.42);
    font:700 9px/1 'Manrope',system-ui,sans-serif;
    letter-spacing:.18em;
    writing-mode:vertical-rl;
    transform:translateY(-50%) rotate(180deg);
    pointer-events:none;
  }

  body.bl-home-editorial-ready .grades-band .bl-ed-spine,
  body.bl-home-editorial-ready #about .bl-ed-spine,
  body.bl-home-editorial-ready #mentorship .bl-ed-spine,
  body.bl-home-editorial-ready .bl-university-proof .bl-ed-spine,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-ed-spine {
    background:rgba(245,242,236,.18);
  }

  body.bl-home-editorial-ready .grades-band:after,
  body.bl-home-editorial-ready #about:after,
  body.bl-home-editorial-ready #mentorship:after,
  body.bl-home-editorial-ready .bl-university-proof:after,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:after {
    color:rgba(245,242,236,.42);
  }

  .bl-ed-orbit {
    position:absolute;
    width:42vw;
    aspect-ratio:1;
    border:1px solid currentColor;
    border-radius:50%;
    color:rgba(11,18,33,.23);
    animation:blEdOrbit 34s linear infinite;
    will-change:transform;
  }

  body.bl-home-editorial-ready .hiw-outer .bl-ed-orbit,
  body.bl-home-editorial-ready #about .bl-ed-orbit,
  body.bl-home-editorial-ready .bl-university-proof .bl-ed-orbit,
  body.bl-home-editorial-ready .bl-family-proof .bl-ed-orbit,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-ed-orbit {
    display:none;
  }

  .bl-ed-orbit:before,
  .bl-ed-orbit:after {
    content:"";
    position:absolute;
    border:1px solid currentColor;
    border-radius:50%;
  }

  .bl-ed-orbit:before { inset:12%; }
  .bl-ed-orbit:after { inset:26%; }

  .bl-ed-node {
    position:absolute;
    width:18px;
    height:18px;
    border-radius:50%;
    background:var(--node,var(--bl-ed-gold));
    box-shadow:0 0 0 0 color-mix(in srgb,var(--node,var(--bl-ed-gold)) 22%,transparent);
    animation:blEdNode 3.8s ease-in-out infinite;
  }

  .bl-ed-node:nth-child(3n) { animation-delay:-1.25s; }
  .bl-ed-node:nth-child(4n) { animation-delay:-2.4s; }

  .bl-ed-dot-field {
    position:absolute;
    width:138px;
    height:86px;
    opacity:.55;
    background-image:radial-gradient(circle,currentColor 1.5px,transparent 1.8px);
    background-size:16px 16px;
    color:var(--bl-ed-cherry);
    animation:blEdDots 4.8s steps(5,end) infinite;
  }

  .bl-ed-route {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    overflow:visible;
  }

  .bl-ed-route path {
    fill:none;
    stroke:currentColor;
    stroke-width:1.15;
    vector-effect:non-scaling-stroke;
    stroke-dasharray:7 9;
    animation:blEdRoute 18s linear infinite;
  }

  .bl-ed-rule {
    width:72px;
    height:2px;
    background:var(--bl-ed-gold);
    display:block;
    margin-bottom:18px;
  }

  .bl-ed-kicker {
    display:block;
    color:var(--bl-ed-cherry);
    font:700 11px/1.3 'Manrope',system-ui,sans-serif;
    letter-spacing:.2em;
    text-transform:uppercase;
    margin-bottom:20px;
  }

  .bl-ed-link {
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:18px;
    min-height:30px;
    margin-top:26px;
    color:var(--bl-ed-ink);
    font:750 12px/1.2 'Manrope',system-ui,sans-serif;
    letter-spacing:.13em;
    text-transform:uppercase;
    z-index:5;
  }

  .bl-ed-link:before {
    content:"";
    width:56px;
    height:1px;
    background:currentColor;
    transition:width .25s ease;
  }

  .bl-ed-link:after {
    content:"→";
    font-size:18px;
    font-weight:400;
    line-height:1;
    transition:transform .25s ease;
  }

  .bl-ed-link:hover:before { width:72px; }
  .bl-ed-link:hover:after { transform:translateX(5px); }
  .bl-ed-link--light { color:var(--bl-ed-paper); }

  /* WHY: editorial statement + the existing interactive three-part method */
  body.bl-home-editorial-ready #why {
    min-height:760px!important;
    background:var(--bl-ed-cream)!important;
    border-bottom:1px solid rgba(11,18,33,.14);
  }

  body.bl-home-editorial-ready #why:before {
    content:"";
    position:absolute;
    left:54%;
    top:0;
    bottom:0;
    width:1px;
    background:rgba(11,18,33,.16);
    z-index:2;
  }

  body.bl-home-editorial-ready #why .why-white {
    display:none!important;
  }

  body.bl-home-editorial-ready #why .why-text {
    top:50%!important;
    left:var(--bl-ed-gutter)!important;
    right:36%!important;
    transform:translateY(-50%)!important;
    text-align:left!important;
    padding:0 5vw 0 0!important;
    z-index:3!important;
  }

  body.bl-home-editorial-ready #why .why-text > h2 {
    max-width:19ch;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(38px,3.4vw,54px)!important;
    font-weight:720!important;
    font-style:normal!important;
    line-height:1.08!important;
    letter-spacing:-.055em!important;
  }

  body.bl-home-editorial-ready #why .why-text > div {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    justify-content:start!important;
    gap:0!important;
    max-width:520px;
    margin-top:46px!important;
    border-top:1px solid rgba(11,18,33,.15);
    border-left:1px solid rgba(11,18,33,.15);
  }

  body.bl-home-editorial-ready #why .why-text > div > div {
    text-align:left!important;
    padding:20px 24px!important;
    border-left:0!important;
    border-right:1px solid rgba(11,18,33,.15);
    border-bottom:1px solid rgba(11,18,33,.15);
  }

  body.bl-home-editorial-ready #why .why-text > div > div > div:first-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:30px!important;
    font-weight:750;
    letter-spacing:-.04em;
  }

  body.bl-home-editorial-ready #why .why-acc {
    position:absolute!important;
    inset:0 0 0 auto!important;
    left:auto!important;
    right:0!important;
    width:clamp(330px,29vw,410px)!important;
    height:100%!important;
    z-index:3!important;
  }

  body.bl-home-editorial-ready #why .why-item {
    flex-basis:33.333%!important;
    background:rgba(11,18,33,.97)!important;
    border-right:1px solid rgba(245,242,236,.18)!important;
    transition:flex-basis .65s cubic-bezier(.2,.8,.2,1)!important;
  }

  body.bl-home-editorial-ready #why .why-acc:hover .why-item { flex-basis:7%!important; }
  body.bl-home-editorial-ready #why .why-acc .why-item:hover { flex-basis:86%!important; }
  body.bl-home-editorial-ready #why .why-num span:first-child {
    font-family:'Manrope',system-ui,sans-serif;
    font-size:17px!important;
    letter-spacing:.18em!important;
  }

  body.bl-home-editorial-ready #why .bl-ed-orbit {
    left:-17vw;
    bottom:-24vw;
  }
  body.bl-home-editorial-ready #why .bl-ed-node--a { left:4.5vw; bottom:10vw; --node:var(--bl-ed-cherry); }
  body.bl-home-editorial-ready #why .bl-ed-node--b { left:42vw; top:12%; --node:var(--bl-ed-teal); }
  body.bl-home-editorial-ready #why .bl-ed-dot-field { left:6vw; bottom:4vw; }

  /* EXPERIENCE: full-bleed navy statement with a crisp orbit field */
  body.bl-home-editorial-ready .grades-band {
    min-height:640px!important;
    padding:112px var(--bl-ed-gutter)!important;
    background:var(--bl-ed-navy)!important;
    border-bottom:1px solid rgba(245,242,236,.14);
  }

  body.bl-home-editorial-ready .grades-band .why-bg { display:none!important; }
  body.bl-home-editorial-ready .grades-band > div:not(.bl-ed-geometry) {
    max-width:var(--bl-ed-frame)!important;
    width:100%;
    margin-inline:auto!important;
  }

  body.bl-home-editorial-ready .grades-band .why-grid {
    grid-template-columns:1.08fr .92fr!important;
    gap:clamp(70px,9vw,150px)!important;
  }

  body.bl-home-editorial-ready .grades-band h2 {
    font-size:clamp(48px,4.8vw,72px)!important;
    line-height:1.03!important;
    color:var(--bl-ed-paper)!important;
    max-width:12ch;
  }

  body.bl-home-editorial-ready .grades-band h2 span {
    color:var(--bl-ed-gold)!important;
    font-style:normal!important;
  }

  body.bl-home-editorial-ready .grades-band p {
    color:#C7D0DE!important;
    max-width:52ch;
  }

  body.bl-home-editorial-ready .grades-band .bl-ed-orbit {
    width:46vw;
    right:-17vw;
    top:-22vw;
    color:rgba(212,175,55,.34);
    animation-direction:reverse;
  }
  body.bl-home-editorial-ready .grades-band .bl-ed-node--a { right:8vw; top:22%; --node:var(--bl-ed-coral); }
  body.bl-home-editorial-ready .grades-band .bl-ed-node--b { right:31vw; bottom:15%; --node:var(--bl-ed-lilac); }
  body.bl-home-editorial-ready .grades-band .bl-ed-dot-field { right:5vw; bottom:5vw; color:var(--bl-ed-gold); }

  /* CAPABILITIES: a connected evidence path rather than five floating ideas */
  body.bl-home-editorial-ready .create-band {
    min-height:720px!important;
    padding:104px var(--bl-ed-gutter) 112px!important;
    background:var(--bl-ed-paper)!important;
  }

  body.bl-home-editorial-ready .create-band .evc-bg { display:none!important; }
  body.bl-home-editorial-ready .create-band > div:not(.bl-ed-geometry) {
    width:100%;
    max-width:var(--bl-ed-frame)!important;
    margin-inline:auto!important;
  }

  body.bl-home-editorial-ready .create-band h3 {
    font-size:clamp(42px,4vw,62px)!important;
    line-height:1.04!important;
    color:var(--bl-ed-ink)!important;
  }

  body.bl-home-editorial-ready .create-band h3 span { color:var(--bl-ed-cherry)!important; }
  body.bl-home-editorial-ready .create-band > div > div:first-child { margin-bottom:64px!important; }
  body.bl-home-editorial-ready .create-band > div > div:nth-child(2) { display:none!important; }

  body.bl-home-editorial-ready .create-band .evc-grid {
    position:relative;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:start;
    gap:0!important;
    border-top:1px solid rgba(11,18,33,.2);
    border-bottom:1px solid rgba(11,18,33,.2);
    text-align:left!important;
  }

  body.bl-home-editorial-ready .create-band .evc-grid > div {
    position:relative;
    align-items:flex-start!important;
    min-height:260px;
    padding:34px 25px 30px!important;
    border-right:1px solid rgba(11,18,33,.18);
    background:rgba(251,248,242,.94);
    transition:background .28s ease,transform .28s ease;
  }

  body.bl-home-editorial-ready .create-band .evc-grid > div:first-child { border-left:1px solid rgba(11,18,33,.18); }
  body.bl-home-editorial-ready .create-band .evc-grid > div:hover {
    background:#fff;
    transform:translateY(-8px);
  }

  body.bl-home-editorial-ready .create-band .evc-grid img {
    width:50px!important;
    height:50px!important;
    margin-bottom:26px;
  }

  body.bl-home-editorial-ready .create-band .evc-grid > div > div {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:17px!important;
    letter-spacing:-.02em;
    margin:0 0 12px!important;
  }

  body.bl-home-editorial-ready .create-band .evc-grid p {
    max-width:22ch!important;
    color:var(--bl-ed-muted)!important;
  }

  body.bl-home-editorial-ready .create-band .bl-ed-route {
    top:44%;
    height:36%;
    color:rgba(11,18,33,.32);
  }
  body.bl-home-editorial-ready .create-band .bl-ed-dot-field { right:5vw; top:5vw; color:var(--bl-ed-teal); }

  /* HOW IT WORKS: the path becomes four precise milestones */
  body.bl-home-editorial-ready .hiw-outer {
    min-height:660px!important;
    padding:106px var(--bl-ed-gutter)!important;
    background:var(--bl-ed-cream)!important;
    border-top:1px solid rgba(11,18,33,.13);
    border-bottom:1px solid rgba(11,18,33,.13);
  }

  body.bl-home-editorial-ready .hiw-inner { max-width:var(--bl-ed-frame)!important; position:relative; z-index:2; margin-inline:auto!important; }
  body.bl-home-editorial-ready .hiw-head { text-align:center!important; margin:0 auto 82px!important; }
  body.bl-home-editorial-ready .hiw-head h2 {
    font-size:clamp(42px,4vw,60px)!important;
    line-height:1.03!important;
  }
  body.bl-home-editorial-ready .hiw-head .hiw-sub {
    max-width:42ch;
    margin-left:auto!important;
    margin-right:auto!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:normal!important;
    font-size:16px!important;
    line-height:1.65;
  }

  body.bl-home-editorial-ready .hiw-steps {
    position:relative;
    grid-template-columns:repeat(4,1fr)!important;
    gap:0!important;
    border-top:1px solid rgba(11,18,33,.24);
  }

  body.bl-home-editorial-ready .hiw-step {
    position:relative;
    text-align:left!important;
    padding:34px 30px 10px 0!important;
  }

  body.bl-home-editorial-ready .hiw-step:before {
    content:"";
    position:absolute;
    top:-7px;
    left:0;
    width:13px;
    height:13px;
    border-radius:50%;
    background:var(--bl-ed-gold);
    box-shadow:0 0 0 7px var(--bl-ed-cream);
  }

  body.bl-home-editorial-ready .hiw-step:nth-child(2):before { background:var(--bl-ed-teal); }
  body.bl-home-editorial-ready .hiw-step:nth-child(3):before { background:var(--bl-ed-coral); }
  body.bl-home-editorial-ready .hiw-step:nth-child(4):before { background:var(--bl-ed-lilac); }
  body.bl-home-editorial-ready .hiw-ico { display:none!important; }
  body.bl-home-editorial-ready .hiw-cap-n {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:12px!important;
    font-weight:750;
    letter-spacing:.18em;
    margin-bottom:24px!important;
  }
  body.bl-home-editorial-ready .hiw-step h4 { font-size:18px!important; letter-spacing:-.02em!important; }
  body.bl-home-editorial-ready .hiw-step p { max-width:23ch; }
  body.bl-home-editorial-ready .hiw-outer .bl-ed-orbit {
    width:34vw;
    right:-12vw;
    bottom:-23vw;
    color:rgba(181,27,69,.28);
  }
  body.bl-home-editorial-ready .hiw-outer .bl-ed-dot-field { left:3.5vw; bottom:3.5vw; color:var(--bl-ed-gold); }

  /* PROGRAM STACK: preserve the six branded interactions inside a sharper ecosystem frame */
  body.bl-home-editorial-ready #about {
    min-height:560px;
    padding-left:var(--bl-ed-gutter)!important;
    background:var(--bl-ed-navy)!important;
    border-bottom:1px solid rgba(245,242,236,.14);
  }

  body.bl-home-editorial-ready #about .eco-white { display:none!important; }
  body.bl-home-editorial-ready #about .about-grid {
    gap:clamp(54px,6vw,92px)!important;
    min-height:560px;
    justify-content:space-between;
  }
  body.bl-home-editorial-ready #about .about-grid > div:first-child {
    flex:0 0 34%!important;
    position:relative;
    z-index:3;
  }
  body.bl-home-editorial-ready #about .about-grid > div:last-child {
    flex:0 0 42%!important;
    max-width:540px;
  }
  body.bl-home-editorial-ready #about h2 {
    font-size:clamp(40px,3.7vw,58px)!important;
    line-height:1.02!important;
    max-width:10ch;
  }
  body.bl-home-editorial-ready #about p { max-width:40ch!important; }
  body.bl-home-editorial-ready #about .about-grid > div:first-child > a:not(.bl-ed-link) { display:none!important; }
  body.bl-home-editorial-ready #about .vacc-item { box-shadow:none!important; }
  body.bl-home-editorial-ready #about .vacc {
    min-height:560px!important;
    height:560px!important;
  }
  body.bl-home-editorial-ready #about .vacc-item span[style*="writing-mode"],
  body.bl-home-editorial-ready #about .vacc-item div[style*="writing-mode"] {
    font-size:15px!important;
  }
  body.bl-home-editorial-ready #about .bl-ed-orbit {
    width:38vw;
    left:-19vw;
    top:-16vw;
    color:rgba(212,175,55,.26);
  }
  body.bl-home-editorial-ready #about .bl-ed-dot-field { left:5vw; bottom:5vw; color:var(--bl-ed-gold); }

  /* MENTORSHIP: real portraits sit inside the same orbital visual language */
  body.bl-home-editorial-ready #mentorship {
    padding:108px var(--bl-ed-gutter) 92px!important;
    background:var(--bl-ed-navy)!important;
  }
  body.bl-home-editorial-ready #mentorship > div { max-width:var(--bl-ed-frame)!important; position:relative; z-index:2; margin-inline:auto!important; }
  body.bl-home-editorial-ready #mentorship > div > div:first-child {
    margin:0 auto!important;
    text-align:center!important;
    max-width:840px!important;
  }
  body.bl-home-editorial-ready #mentorship h2 {
    max-width:18ch;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:clamp(40px,3.7vw,58px)!important;
    line-height:1.05!important;
  }
  body.bl-home-editorial-ready #mentorship > div > div:nth-child(2) {
    grid-template-columns:repeat(4,1fr)!important;
    gap:14px!important;
    margin-top:58px!important;
  }
  body.bl-home-editorial-ready #mentorship > div > div:nth-child(2) > div {
    border-radius:2px!important;
    aspect-ratio:1/.88!important;
  }
  body.bl-home-editorial-ready #mentorship .bl-ed-orbit {
    width:48vw;
    right:-17vw;
    top:-28vw;
    color:rgba(168,148,199,.25);
  }
  body.bl-home-editorial-ready #mentorship .bl-ed-node--a { right:10vw; top:12%; --node:var(--bl-ed-lilac); }
  body.bl-home-editorial-ready #mentorship .bl-ed-node--b { right:35vw; top:24%; --node:var(--bl-ed-gold); }

  /* OUTCOMES: disciplined proof wall, not a floating logo cloud */
  body.bl-home-editorial-ready #outcomes {
    padding:112px var(--bl-ed-gutter)!important;
    background:var(--bl-ed-paper)!important;
    border-top:1px solid rgba(11,18,33,.13);
  }
  body.bl-home-editorial-ready #outcomes > div {
    max-width:var(--bl-ed-frame)!important;
    position:relative;
    z-index:2;
    text-align:center!important;
  }
  body.bl-home-editorial-ready #outcomes h2 {
    margin:0 auto!important;
    max-width:14ch!important;
    font-size:clamp(42px,4vw,62px)!important;
    line-height:1.02!important;
  }
  body.bl-home-editorial-ready #outcomes .hdr-stroke { margin:24px auto 0!important; }
  body.bl-home-editorial-ready #outcomes p { margin:20px auto 0!important; max-width:62ch!important; }
  body.bl-home-editorial-ready #outcomes > div > div:last-child {
    display:grid!important;
    grid-template-columns:repeat(8,1fr)!important;
    gap:0!important;
    margin-top:64px!important;
    border-top:1px solid rgba(11,18,33,.16);
    border-left:1px solid rgba(11,18,33,.16);
  }
  body.bl-home-editorial-ready #outcomes .ulogo {
    max-width:none!important;
    min-height:118px;
    padding:22px 16px!important;
    border-right:1px solid rgba(11,18,33,.16);
    border-bottom:1px solid rgba(11,18,33,.16);
    background:rgba(255,255,255,.36);
  }
  body.bl-home-editorial-ready #outcomes .ulogo img { max-width:92%!important; max-height:55px!important; }
  body.bl-home-editorial-ready #outcomes .bl-ed-orbit {
    width:36vw;
    right:-18vw;
    top:-23vw;
    color:rgba(47,127,120,.24);
  }
  body.bl-home-editorial-ready #outcomes .bl-ed-dot-field { right:5vw; top:5vw; color:var(--bl-ed-cherry); }

  body.bl-home-editorial-ready .hiw-head .bl-ed-link,
  body.bl-home-editorial-ready #mentorship .bl-ed-link,
  body.bl-home-editorial-ready #outcomes .bl-ed-link,
  body.bl-home-editorial-ready .bl-family-proof .bl-ed-link {
    justify-content:center;
  }

  /* UNIVERSITY PROOF: one decisive quote stage with its sources underneath */
  body.bl-home-editorial-ready .bl-university-proof {
    position:relative;
    min-height:760px;
    padding:112px var(--bl-ed-gutter)!important;
    background:var(--bl-ed-navy)!important;
    overflow:hidden;
    border-top:1px solid rgba(245,242,236,.14);
  }

  body.bl-home-editorial-ready .bl-university-proof > div {
    position:relative;
    z-index:2;
    max-width:var(--bl-ed-frame)!important;
    margin-inline:auto!important;
  }

  body.bl-home-editorial-ready .bl-university-proof .usay-grid {
    display:grid!important;
    grid-template-columns:.78fr 1.22fr!important;
    gap:clamp(72px,8vw,136px)!important;
    align-items:start!important;
  }

  body.bl-home-editorial-ready .bl-university-proof .usay-grid > div:first-child {
    padding-top:18px;
  }

  body.bl-home-editorial-ready .bl-university-proof h2 {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(42px,4vw,62px)!important;
    font-weight:720!important;
    line-height:1.03!important;
    letter-spacing:-.05em!important;
    max-width:9ch;
  }

  body.bl-home-editorial-ready .bl-university-proof .hdr-stroke {
    width:64px!important;
    height:2px!important;
    margin-top:28px!important;
    background:var(--bl-ed-gold)!important;
  }

  body.bl-home-editorial-ready .bl-university-proof .uni-wrap {
    min-height:340px!important;
    border-top:1px solid rgba(245,242,236,.18);
    border-bottom:1px solid rgba(245,242,236,.18);
  }

  body.bl-home-editorial-ready .bl-university-proof .uni-slide > div {
    padding:48px 18px!important;
  }

  body.bl-home-editorial-ready .bl-university-proof .uni-slide p {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:normal!important;
    font-size:clamp(24px,2.2vw,34px)!important;
    font-weight:560!important;
    line-height:1.35!important;
    letter-spacing:-.035em;
  }

  body.bl-home-editorial-ready .bl-university-proof .uni-slide > div > div:first-child {
    position:absolute;
    right:10px;
    top:20px;
    height:auto!important;
    color:rgba(212,175,55,.26)!important;
    font-size:112px!important;
  }

  body.bl-home-editorial-ready .bl-university-proof .uni-wrap + div {
    border:0!important;
    border-left:1px solid rgba(245,242,236,.18)!important;
    margin-top:0!important;
  }

  body.bl-home-editorial-ready .bl-university-proof .uni-logobox {
    min-height:96px;
    padding:22px 18px!important;
    background:rgba(248,245,237,.9)!important;
    border-right:1px solid rgba(245,242,236,.18)!important;
  }

  body.bl-home-editorial-ready .bl-university-proof .uni-logobox img {
    filter:grayscale(1) brightness(0) invert(1);
    opacity:.58;
  }

  body.bl-home-editorial-ready .bl-university-proof .uni-logobox[data-active="1"] {
    background:rgba(245,242,236,.08)!important;
    box-shadow:inset 0 -3px 0 var(--bl-ed-gold)!important;
  }
  body.bl-home-editorial-ready .bl-university-proof .uni-logobox[data-active="1"] img { opacity:1; }
  body.bl-home-editorial-ready .bl-university-proof .bl-ed-orbit {
    width:42vw;
    left:-22vw;
    bottom:-26vw;
    color:rgba(212,175,55,.24);
  }
  body.bl-home-editorial-ready .bl-university-proof .bl-ed-node--a { left:7vw; bottom:9vw; --node:var(--bl-ed-gold); }
  body.bl-home-editorial-ready .bl-university-proof .bl-ed-node--b { left:39vw; top:8vw; --node:var(--bl-ed-coral); }
  body.bl-home-editorial-ready .bl-university-proof .bl-ed-dot-field { right:4vw; bottom:4vw; color:var(--bl-ed-lilac); }

  /* FAMILY PROOF: three equal editorial columns, preserving the rotating data */
  body.bl-home-editorial-ready .bl-family-proof {
    position:relative;
    min-height:720px;
    padding:112px clamp(58px,7vw,112px)!important;
    background:var(--bl-ed-paper)!important;
    overflow:hidden;
  }

  body.bl-home-editorial-ready .bl-family-proof .fam-grid {
    position:relative;
    z-index:2;
    max-width:1220px!important;
    display:flex!important;
    flex-direction:column;
    gap:60px!important;
  }

  body.bl-home-editorial-ready .bl-family-proof .fam-head {
    order:-1;
    text-align:center!important;
  }

  body.bl-home-editorial-ready .bl-family-proof .fam-head h2 {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(42px,4vw,62px)!important;
    font-weight:720!important;
    line-height:1.03!important;
    letter-spacing:-.05em!important;
    max-width:15ch;
    margin:0 auto!important;
  }

  body.bl-home-editorial-ready .bl-family-proof .fam-head .hdr-stroke {
    width:64px!important;
    height:2px!important;
    margin:26px auto 0!important;
    background:var(--bl-ed-cherry)!important;
  }

  body.bl-home-editorial-ready .bl-family-proof .fam-cards {
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    gap:0!important;
    border-top:1px solid rgba(11,18,33,.18);
    border-left:1px solid rgba(11,18,33,.18);
  }

  body.bl-home-editorial-ready .bl-family-proof .fam-card {
    min-height:290px!important;
    padding:38px 34px!important;
    border-radius:0!important;
    border-right:1px solid rgba(11,18,33,.18);
    border-bottom:1px solid rgba(11,18,33,.18);
    box-shadow:none!important;
    background:rgba(255,255,255,.4)!important;
    transform:none!important;
  }

  body.bl-home-editorial-ready .bl-family-proof .fam-card > div:first-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:54px!important;
    color:var(--bl-ed-cherry)!important;
  }

  body.bl-home-editorial-ready .bl-family-proof .fam-card p {
    font-size:17px!important;
    line-height:1.65!important;
    color:var(--bl-ed-ink)!important;
  }

  body.bl-home-editorial-ready .bl-family-proof .bl-ed-route {
    top:20%;
    height:52%;
    color:rgba(11,18,33,.16);
  }
  body.bl-home-editorial-ready .bl-family-proof .bl-ed-orbit {
    width:34vw;
    right:-20vw;
    bottom:-22vw;
    color:rgba(47,127,120,.22);
  }
  body.bl-home-editorial-ready .bl-family-proof .bl-ed-dot-field { left:4vw; top:5vw; color:var(--bl-ed-cherry); }

  /* CONTACT: three equivalent routes converge into one focused action surface. */
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact {
    position:relative;
    isolation:isolate;
    padding:112px clamp(58px,7vw,112px) 104px!important;
    overflow:hidden;
    border-top:1px solid rgba(245,242,236,.14);
    background:var(--bl-ed-navy)!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:before {
    content:"";
    position:absolute;
    inset:-3%;
    z-index:-2;
    background:url("/assets/media/boundlearn/boundlearn-contact-canvas-v1.png?v=20260810-1") center/cover no-repeat;
    opacity:.88;
    animation:blContactCanvasDrift 30s ease-in-out infinite alternate;
    will-change:transform;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:after {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(180deg,rgba(7,14,28,.14),rgba(7,14,28,.38));
    pointer-events:none;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-inner {
    position:relative;
    z-index:2;
    width:min(1220px,100%);
    margin:0 auto;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-intro {
    max-width:850px;
    margin:0 auto 54px;
    text-align:center;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 {
    max-width:none;
    margin:0;
    color:var(--bl-ed-paper);
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(44px,4.5vw,68px)!important;
    font-weight:720!important;
    line-height:1.02!important;
    letter-spacing:-.055em!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 span { color:#91C3BB; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 em {
    color:#B8A6D4;
    font-family:'Manrope',system-ui,sans-serif;
    font-style:italic;
    font-weight:650;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-intro p {
    max-width:700px;
    margin:24px auto 0;
    color:#CCD5E2;
    font:400 16px/1.72 'Manrope',system-ui,sans-serif;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-paths {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:1px solid rgba(245,242,236,.25);
    border-bottom:1px solid rgba(245,242,236,.25);
    background:rgba(7,14,28,.42);
    backdrop-filter:blur(10px);
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route {
    --route-accent:#91C3BB;
    position:relative;
    display:grid;
    grid-template-columns:auto 42px 1fr;
    gap:16px;
    align-items:start;
    min-height:174px;
    padding:28px 30px 30px;
    color:#E9EDF3;
    text-align:left;
    border:0;
    border-right:1px solid rgba(245,242,236,.2);
    border-radius:0;
    background:transparent;
    cursor:pointer;
    transition:background-color .28s ease,color .28s ease;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route:last-child { border-right:0; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route--call { --route-accent:#B8A6D4; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route--prospectus { --route-accent:#E39780; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route:before {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:3px;
    background:var(--route-accent);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .35s cubic-bezier(.22,1,.36,1);
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route:hover,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route[aria-selected="true"] {
    color:#fff;
    background:color-mix(in srgb,var(--route-accent) 12%,rgba(7,14,28,.55));
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route[aria-selected="true"]:before { transform:scaleX(1); }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route:focus-visible {
    outline:2px solid var(--route-accent);
    outline-offset:-4px;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-no {
    color:var(--route-accent);
    font:700 10px/1 'Montserrat','Manrope',sans-serif;
    letter-spacing:.16em;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-icon {
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    color:var(--route-accent);
    border:1px solid color-mix(in srgb,var(--route-accent) 65%,transparent);
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-icon svg { width:19px; height:19px; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-copy { display:block; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-copy strong {
    display:block;
    margin:1px 0 10px;
    color:inherit;
    font:700 17px/1.25 'Montserrat','Manrope',sans-serif;
    letter-spacing:-.02em;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-copy small {
    display:block;
    color:#B7C2D1;
    font:400 12.5px/1.55 'Manrope',system-ui,sans-serif;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell {
    position:relative;
    width:min(820px,100%);
    margin:56px auto 0;
    padding:44px 46px;
    border:1px solid rgba(235,240,247,.24);
    border-radius:2px;
    background:rgba(7,14,28,.76);
    box-shadow:0 30px 84px rgba(0,0,0,.22);
    backdrop-filter:blur(15px);
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-inp {
    border-radius:2px!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button { border-radius:2px!important; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-direct {
    margin-top:24px;
    color:#AAB6C7;
    text-align:center;
    font:400 13px/1.5 'Manrope',system-ui,sans-serif;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-direct a { color:#E6C866; }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-art {
    position:absolute;
    inset:310px 0 auto;
    z-index:0;
    height:250px;
    pointer-events:none;
    opacity:.65;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-art svg { width:100%; height:100%; overflow:visible; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-path {
    fill:none;
    stroke-width:1.25;
    stroke-dasharray:920;
    stroke-dashoffset:920;
    animation:blContactRouteDraw 12s cubic-bezier(.22,1,.36,1) infinite;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-path--ask { stroke:#91C3BB; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-path--call { stroke:#B8A6D4; animation-delay:1.1s; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-path--prospectus { stroke:#E39780; animation-delay:2.2s; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-art circle { fill:#E6C866; }

  .bl-ed-section .bl-ed-link,
  .bl-ed-section .bl-ed-kicker,
  .bl-ed-section .bl-ed-rule {
    opacity:1;
    transform:none;
    transition:color .25s ease,opacity .25s ease;
  }

  @keyframes blEdOrbit { to { transform:rotate(360deg); } }
  @keyframes blEdRoute { to { stroke-dashoffset:-320; } }
  @keyframes blEdNode {
    0%,100% { transform:scale(.88); box-shadow:0 0 0 0 color-mix(in srgb,var(--node,var(--bl-ed-gold)) 18%,transparent); }
    50% { transform:scale(1); box-shadow:0 0 0 11px color-mix(in srgb,var(--node,var(--bl-ed-gold)) 0%,transparent); }
  }
  @keyframes blEdDots { 0%,100% { opacity:.28; } 50% { opacity:.72; } }
}

/*
 * Boundlearn homepage — responsive continuation of the approved desktop canvas.
 * This deliberately owns only this page below #top; program brands are untouched.
 */
@media (max-width:1180px) {
  :root {
    --bl-ed-navy:#0B1221;
    --bl-ed-cream:#F5F2EC;
    --bl-ed-paper:#FBF8F2;
    --bl-ed-gold:#D4AF37;
    --bl-ed-coral:#CF765E;
    --bl-ed-teal:#2F7F78;
    --bl-ed-lilac:#A894C7;
    --bl-ed-cherry:#B51B45;
    --bl-ed-ink:#111B2E;
    --bl-ed-muted:#5D6878;
    --bl-ed-rgutter:clamp(26px,6vw,56px);
  }

  body.bl-home-editorial-ready { background:var(--bl-ed-cream); }

  body.bl-home-editorial-ready #why,
  body.bl-home-editorial-ready .grades-band,
  body.bl-home-editorial-ready .create-band,
  body.bl-home-editorial-ready .hiw-outer,
  body.bl-home-editorial-ready #about,
  body.bl-home-editorial-ready #mentorship,
  body.bl-home-editorial-ready #outcomes,
  body.bl-home-editorial-ready .bl-university-proof,
  body.bl-home-editorial-ready .bl-family-proof,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact {
    position:relative;
    isolation:isolate;
    overflow:hidden;
  }

  body.bl-home-editorial-ready #why h2,
  body.bl-home-editorial-ready .grades-band h2,
  body.bl-home-editorial-ready .create-band h3,
  body.bl-home-editorial-ready .hiw-outer h2,
  body.bl-home-editorial-ready .hiw-outer h4,
  body.bl-home-editorial-ready #about h2,
  body.bl-home-editorial-ready #mentorship h2,
  body.bl-home-editorial-ready #outcomes h2,
  body.bl-home-editorial-ready .bl-university-proof h2,
  body.bl-home-editorial-ready .bl-family-proof h2,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:normal!important;
    letter-spacing:-.04em!important;
  }

  .bl-ed-geometry {
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
    pointer-events:none;
  }

  .bl-ed-section > :not(.bl-ed-geometry) { position:relative; z-index:2; }
  .bl-ed-material {
    position:absolute;
    inset:0;
    background:none;
    opacity:.07;
    mix-blend-mode:multiply;
  }
  .grades-band .bl-ed-material,
  #about .bl-ed-material,
  #mentorship .bl-ed-material,
  .bl-university-proof .bl-ed-material,
  #contact .bl-ed-material { display:none; }

  .bl-ed-spine { position:absolute; inset-block:0; left:16px; width:1px; background:rgba(11,18,33,.16); }
  .bl-ed-section:after {
    content:attr(data-bl-ed-index);
    position:absolute;
    left:5px;
    top:50%;
    z-index:4;
    color:rgba(11,18,33,.34);
    font:700 7px/1 'Manrope',system-ui,sans-serif;
    letter-spacing:.15em;
    writing-mode:vertical-rl;
    transform:translateY(-50%) rotate(180deg);
  }
  .grades-band .bl-ed-spine,
  #about .bl-ed-spine,
  #mentorship .bl-ed-spine,
  .bl-university-proof .bl-ed-spine,
  #contact .bl-ed-spine { background:rgba(245,242,236,.18); }
  .grades-band:after,
  #about:after,
  #mentorship:after,
  .bl-university-proof:after,
  #contact:after { color:rgba(245,242,236,.34); }

  .bl-ed-orbit { display:none; }
  .bl-ed-node { display:none; }
  .bl-ed-dot-field {
    position:absolute;
    width:78px;
    height:50px;
    right:22px;
    top:24px;
    opacity:.28;
    background-image:radial-gradient(circle,currentColor 1px,transparent 1.3px);
    background-size:12px 12px;
    color:var(--bl-ed-cherry);
  }
  .bl-ed-route { position:absolute; inset:0; width:100%; height:100%; opacity:.35; }
  .bl-ed-route path { fill:none; stroke:rgba(11,18,33,.28); stroke-width:1; stroke-dasharray:7 9; }

  .bl-ed-link {
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:22px;
    color:var(--bl-ed-ink);
    font:750 10px/1.2 'Manrope',system-ui,sans-serif;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .bl-ed-link:before { content:""; width:34px; height:1px; background:currentColor; }
  .bl-ed-link:after { content:"→"; font-size:15px; }
  .bl-ed-link--light { color:var(--bl-ed-paper); }

  body.bl-home-editorial-ready #why {
    min-height:0!important;
    padding:76px var(--bl-ed-rgutter) 0!important;
    background:var(--bl-ed-cream)!important;
    border-bottom:1px solid rgba(11,18,33,.14);
  }
  body.bl-home-editorial-ready #why:before,
  body.bl-home-editorial-ready #why .why-white { display:none!important; }
  body.bl-home-editorial-ready #why .why-text {
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    padding:0!important;
    text-align:left!important;
    max-width:760px!important;
    margin:0 auto 54px!important;
  }
  body.bl-home-editorial-ready #why .why-text > h2 {
    max-width:18ch;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(34px,6vw,52px)!important;
    font-weight:720!important;
    font-style:normal!important;
    line-height:1.07!important;
    letter-spacing:-.055em!important;
  }
  body.bl-home-editorial-ready #why .why-text > div {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0!important;
    margin-top:34px!important;
    border-top:1px solid rgba(11,18,33,.16);
    border-left:1px solid rgba(11,18,33,.16);
  }
  body.bl-home-editorial-ready #why .why-text > div > div {
    padding:17px 18px!important;
    text-align:left!important;
    border:0!important;
    border-right:1px solid rgba(11,18,33,.16)!important;
    border-bottom:1px solid rgba(11,18,33,.16)!important;
  }
  body.bl-home-editorial-ready #why .why-text > div > div > div:first-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:25px!important;
    font-weight:750!important;
  }
  body.bl-home-editorial-ready #why .why-acc {
    position:relative!important;
    inset:auto!important;
    width:calc(100% + (2 * var(--bl-ed-rgutter)))!important;
    margin-left:calc(-1 * var(--bl-ed-rgutter))!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    min-height:300px!important;
    pointer-events:auto!important;
  }
  body.bl-home-editorial-ready #why .why-item {
    min-width:0!important;
    min-height:300px!important;
    padding:24px 20px!important;
    background:rgba(11,18,33,.98)!important;
    border-right:1px solid rgba(245,242,236,.16)!important;
  }
  body.bl-home-editorial-ready #why .why-item video { opacity:.26!important; }
  body.bl-home-editorial-ready #why .why-frost {
    opacity:1!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    background:rgba(11,18,33,.48)!important;
  }
  body.bl-home-editorial-ready #why .why-num {
    position:relative!important;
    z-index:3!important;
    display:flex!important;
    flex-direction:row!important;
    justify-content:space-between!important;
    align-items:center!important;
  }
  body.bl-home-editorial-ready #why .why-num span:first-child {
    writing-mode:horizontal-tb!important;
    transform:none!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:12px!important;
    letter-spacing:.15em!important;
  }
  body.bl-home-editorial-ready #why .why-wm { display:none!important; }
  body.bl-home-editorial-ready #why .why-open-body {
    left:0!important;
    bottom:0!important;
    z-index:3!important;
    opacity:1!important;
    transform:none!important;
    padding:24px 20px!important;
  }
  body.bl-home-editorial-ready #why .why-open-body > div:first-child,
  body.bl-home-editorial-ready .create-band .evc-grid > div > div,
  body.bl-home-editorial-ready .hiw-step h4 {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:normal!important;
    letter-spacing:-.02em!important;
  }

  body.bl-home-editorial-ready .grades-band,
  body.bl-home-editorial-ready .create-band,
  body.bl-home-editorial-ready .hiw-outer,
  body.bl-home-editorial-ready #mentorship,
  body.bl-home-editorial-ready #outcomes,
  body.bl-home-editorial-ready .bl-university-proof,
  body.bl-home-editorial-ready .bl-family-proof,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact {
    padding:76px var(--bl-ed-rgutter)!important;
  }

  body.bl-home-editorial-ready .grades-band { background:var(--bl-ed-navy)!important; }
  body.bl-home-editorial-ready .grades-band .why-bg,
  body.bl-home-editorial-ready .create-band .evc-bg { display:none!important; }
  body.bl-home-editorial-ready .grades-band .why-grid {
    grid-template-columns:1fr!important;
    gap:42px!important;
  }
  body.bl-home-editorial-ready .grades-band h2 {
    max-width:13ch;
    font-size:clamp(40px,7vw,60px)!important;
    line-height:1.03!important;
    color:var(--bl-ed-paper)!important;
  }
  body.bl-home-editorial-ready .grades-band h2 span { color:var(--bl-ed-gold)!important; font-style:normal!important; }
  body.bl-home-editorial-ready .grades-band p { color:#C7D0DE!important; }

  body.bl-home-editorial-ready .create-band { background:var(--bl-ed-paper)!important; }
  body.bl-home-editorial-ready .create-band h3 {
    font-size:clamp(36px,6vw,52px)!important;
    line-height:1.05!important;
    color:var(--bl-ed-ink)!important;
  }
  body.bl-home-editorial-ready .create-band h3 span { color:var(--bl-ed-cherry)!important; }
  body.bl-home-editorial-ready .create-band > div > div:nth-child(2) { display:none!important; }
  body.bl-home-editorial-ready .create-band .evc-grid {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    margin-top:44px!important;
    border-top:1px solid rgba(11,18,33,.17);
    border-left:1px solid rgba(11,18,33,.17);
  }
  body.bl-home-editorial-ready .create-band .evc-grid > div {
    min-height:220px;
    padding:28px 24px!important;
    align-items:flex-start!important;
    text-align:left!important;
    border-right:1px solid rgba(11,18,33,.17);
    border-bottom:1px solid rgba(11,18,33,.17);
    background:rgba(251,248,242,.82)!important;
  }
  body.bl-home-editorial-ready .create-band .evc-grid > div:last-child { grid-column:1/-1; min-height:180px; }
  body.bl-home-editorial-ready .create-band .evc-grid img { width:44px!important; height:44px!important; margin-bottom:22px; }

  body.bl-home-editorial-ready .hiw-outer { background:var(--bl-ed-cream)!important; }
  body.bl-home-editorial-ready .hiw-head { text-align:center!important; margin:0 auto 58px!important; }
  body.bl-home-editorial-ready .hiw-head h2,
  body.bl-home-editorial-ready #mentorship h2,
  body.bl-home-editorial-ready #outcomes h2,
  body.bl-home-editorial-ready .bl-family-proof h2 {
    font-size:clamp(36px,6vw,52px)!important;
    line-height:1.04!important;
  }
  body.bl-home-editorial-ready .hiw-head .hiw-sub { max-width:42ch; margin-inline:auto!important; }
  body.bl-home-editorial-ready .hiw-steps {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    border-top:1px solid rgba(11,18,33,.17);
    border-left:1px solid rgba(11,18,33,.17);
  }
  body.bl-home-editorial-ready .hiw-step {
    padding:28px 24px!important;
    text-align:left!important;
    border-right:1px solid rgba(11,18,33,.17);
    border-bottom:1px solid rgba(11,18,33,.17);
  }
  body.bl-home-editorial-ready .hiw-ico { display:none!important; }

  body.bl-home-editorial-ready #about {
    min-height:0!important;
    padding:76px 0 0 var(--bl-ed-rgutter)!important;
    background:var(--bl-ed-navy)!important;
  }
  body.bl-home-editorial-ready #about .eco-white { display:none!important; }
  body.bl-home-editorial-ready #about .about-grid {
    flex-direction:column!important;
    gap:48px!important;
    padding-right:var(--bl-ed-rgutter)!important;
  }
  body.bl-home-editorial-ready #about h2 { font-size:clamp(36px,6vw,52px)!important; line-height:1.03!important; }
  body.bl-home-editorial-ready #about .about-grid > div:first-child > a:not(.bl-ed-link) { display:none!important; }
  body.bl-home-editorial-ready #about .vacc {
    min-height:390px!important;
    height:390px!important;
    width:calc(100% + var(--bl-ed-rgutter))!important;
    margin-left:calc(-1 * var(--bl-ed-rgutter));
  }
  body.bl-home-editorial-ready #about .vacc-item { min-height:46px!important; box-shadow:none!important; }
  body.bl-home-editorial-ready #about .vacc-item span[style*="writing-mode"],
  body.bl-home-editorial-ready #about .vacc-item div[style*="writing-mode"] { font-size:13px!important; }

  body.bl-home-editorial-ready #mentorship { background:var(--bl-ed-navy)!important; }
  body.bl-home-editorial-ready #mentorship > div > div:first-child { text-align:center!important; max-width:760px!important; margin-inline:auto!important; }
  body.bl-home-editorial-ready #mentorship h2 { margin-inline:auto!important; }
  body.bl-home-editorial-ready #mentorship > div > div:nth-child(2) {
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:48px!important;
  }
  body.bl-home-editorial-ready #mentorship > div > div:nth-child(2) > div { border-radius:2px!important; box-shadow:none!important; }

  body.bl-home-editorial-ready #outcomes { background:var(--bl-ed-paper)!important; }
  body.bl-home-editorial-ready #outcomes > div { text-align:center!important; }
  body.bl-home-editorial-ready #outcomes h2 { margin-inline:auto!important; max-width:15ch!important; }
  body.bl-home-editorial-ready #outcomes p { margin-inline:auto!important; max-width:58ch!important; }
  body.bl-home-editorial-ready #outcomes > div > div:last-child {
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;
    margin-top:48px!important;
    border-top:1px solid rgba(11,18,33,.16);
    border-left:1px solid rgba(11,18,33,.16);
  }
  body.bl-home-editorial-ready #outcomes .ulogo {
    min-height:92px;
    padding:16px!important;
    border-right:1px solid rgba(11,18,33,.16);
    border-bottom:1px solid rgba(11,18,33,.16);
    background:rgba(255,255,255,.36)!important;
  }

  body.bl-home-editorial-ready .bl-university-proof { background:var(--bl-ed-navy)!important; }
  body.bl-home-editorial-ready .bl-university-proof .usay-grid {
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:44px!important;
  }
  body.bl-home-editorial-ready .bl-university-proof h2 {
    font-size:clamp(36px,6vw,52px)!important;
    line-height:1.04!important;
    max-width:12ch;
  }
  body.bl-home-editorial-ready .bl-university-proof .uni-wrap { min-height:270px!important; }
  body.bl-home-editorial-ready .bl-university-proof .uni-slide > div { padding:34px 12px!important; }
  body.bl-home-editorial-ready .bl-university-proof .uni-slide p {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:normal!important;
    font-size:clamp(20px,3.5vw,28px)!important;
    line-height:1.38!important;
  }
  body.bl-home-editorial-ready .bl-university-proof .uni-logobox { min-height:78px; padding:14px 10px!important; }

  body.bl-home-editorial-ready .bl-family-proof { background:var(--bl-ed-paper)!important; }
  body.bl-home-editorial-ready .bl-family-proof .fam-grid { display:flex!important; flex-direction:column; gap:44px!important; }
  body.bl-home-editorial-ready .bl-family-proof .fam-head { order:-1; text-align:center!important; }
  body.bl-home-editorial-ready .bl-family-proof .fam-head h2 { max-width:15ch; margin-inline:auto!important; }
  body.bl-home-editorial-ready .bl-family-proof .fam-cards {
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    border-top:1px solid rgba(11,18,33,.17);
    border-left:1px solid rgba(11,18,33,.17);
  }
  body.bl-home-editorial-ready .bl-family-proof .fam-card {
    min-height:250px!important;
    padding:28px 24px!important;
    border-radius:0!important;
    box-shadow:none!important;
    transform:none!important;
    border-right:1px solid rgba(11,18,33,.17);
    border-bottom:1px solid rgba(11,18,33,.17);
    background:rgba(255,255,255,.42)!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact {
    position:relative;
    isolation:isolate;
    padding:84px var(--bl-ed-rgutter)!important;
    overflow:hidden;
    background:var(--bl-ed-navy)!important;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:before {
    content:"";
    position:absolute;
    inset:-3%;
    z-index:-2;
    background:url("/assets/media/boundlearn/boundlearn-contact-canvas-v1.png?v=20260810-1") center/cover no-repeat;
    opacity:.88;
    animation:blContactCanvasDrift 30s ease-in-out infinite alternate;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:after {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(180deg,rgba(7,14,28,.14),rgba(7,14,28,.4));
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-inner { position:relative; z-index:2; width:min(980px,100%); margin:0 auto; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-intro { max-width:760px; margin:0 auto 44px; text-align:center; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 {
    max-width:none;
    margin:0;
    color:var(--bl-ed-paper);
    font-size:clamp(40px,6vw,58px)!important;
    font-weight:720!important;
    line-height:1.03!important;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 span { color:#91C3BB; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 em { color:#B8A6D4; font-style:italic; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-intro p {
    max-width:660px;
    margin:20px auto 0;
    color:#CCD5E2;
    font:400 15px/1.7 'Manrope',system-ui,sans-serif;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-paths {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-block:1px solid rgba(245,242,236,.24);
    background:rgba(7,14,28,.44);
    backdrop-filter:blur(9px);
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route {
    --route-accent:#91C3BB;
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
    min-height:192px;
    padding:24px 22px 26px;
    color:#E9EDF3;
    text-align:left;
    border:0;
    border-right:1px solid rgba(245,242,236,.19);
    border-radius:0;
    background:transparent;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route:last-child { border-right:0; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route--call { --route-accent:#B8A6D4; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route--prospectus { --route-accent:#E39780; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route:before {
    content:"";
    position:absolute;
    inset:auto 0 -1px;
    height:3px;
    background:var(--route-accent);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .35s ease;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route[aria-selected="true"] {
    background:color-mix(in srgb,var(--route-accent) 12%,rgba(7,14,28,.55));
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route[aria-selected="true"]:before { transform:scaleX(1); }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-no { color:var(--route-accent); font:700 10px/1 'Montserrat','Manrope',sans-serif; letter-spacing:.16em; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-icon { display:grid; place-items:center; width:38px; height:38px; color:var(--route-accent); border:1px solid color-mix(in srgb,var(--route-accent) 65%,transparent); }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-icon svg { width:18px; height:18px; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-copy strong { display:block; margin-bottom:8px; font:700 15px/1.25 'Montserrat','Manrope',sans-serif; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-copy small { display:block; color:#B7C2D1; font:400 11.5px/1.5 'Manrope',system-ui,sans-serif; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell {
    position:relative;
    width:min(780px,100%);
    margin:46px auto 0;
    padding:34px!important;
    border:1px solid rgba(235,240,247,.24);
    border-radius:3px!important;
    background:rgba(7,14,28,.76)!important;
    box-shadow:0 28px 76px rgba(0,0,0,.2)!important;
    backdrop-filter:blur(14px);
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button { border-radius:2px!important; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-direct { margin-top:22px; color:#AAB6C7; text-align:center; font:400 13px/1.5 'Manrope',system-ui,sans-serif; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-direct a { color:#E6C866; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-art { position:absolute; inset:280px 0 auto; z-index:0; height:220px; pointer-events:none; opacity:.56; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-art svg { width:100%; height:100%; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-path { fill:none; stroke-width:1.25; stroke-dasharray:920; stroke-dashoffset:920; animation:blContactRouteDraw 12s cubic-bezier(.22,1,.36,1) infinite; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-path--ask { stroke:#91C3BB; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-path--call { stroke:#B8A6D4; animation-delay:1.1s; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-path--prospectus { stroke:#E39780; animation-delay:2.2s; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-art circle { fill:#E6C866; }
}

@media (max-width:680px) {
  :root { --bl-ed-rgutter:26px; }
  .bl-ed-spine { left:10px; }
  .bl-ed-section:after { left:1px; }

  body.bl-home-editorial-ready #why,
  body.bl-home-editorial-ready .grades-band,
  body.bl-home-editorial-ready .create-band,
  body.bl-home-editorial-ready .hiw-outer,
  body.bl-home-editorial-ready #mentorship,
  body.bl-home-editorial-ready #outcomes,
  body.bl-home-editorial-ready .bl-university-proof,
  body.bl-home-editorial-ready .bl-family-proof,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact { padding-top:64px!important; padding-bottom:64px!important; }

  body.bl-home-editorial-ready #why .why-text > h2,
  body.bl-home-editorial-ready .grades-band h2 { font-size:36px!important; }
  body.bl-home-editorial-ready #why .why-text > div { grid-template-columns:1fr 1fr!important; }
  body.bl-home-editorial-ready #why .why-acc {
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
  }
  body.bl-home-editorial-ready #why .why-item {
    min-height:0!important;
    padding:20px 24px 24px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(245,242,236,.16)!important;
  }
  body.bl-home-editorial-ready #why .why-open-body {
    position:relative!important;
    padding:18px 0 0!important;
  }

  body.bl-home-editorial-ready .create-band .evc-grid,
  body.bl-home-editorial-ready .hiw-steps,
  body.bl-home-editorial-ready .bl-family-proof .fam-cards { grid-template-columns:1fr!important; }
  body.bl-home-editorial-ready .create-band .evc-grid > div:last-child { grid-column:auto; min-height:0; }
  body.bl-home-editorial-ready .create-band .evc-grid > div,
  body.bl-home-editorial-ready .hiw-step,
  body.bl-home-editorial-ready .bl-family-proof .fam-card { min-height:0!important; padding:26px 22px!important; }

  body.bl-home-editorial-ready #about { padding-top:64px!important; }
  body.bl-home-editorial-ready #about .vacc { height:350px!important; min-height:350px!important; }
  body.bl-home-editorial-ready #mentorship > div > div:nth-child(2) { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  body.bl-home-editorial-ready #outcomes > div > div:last-child { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  body.bl-home-editorial-ready .bl-university-proof .uni-wrap + div { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  body.bl-home-editorial-ready .bl-family-proof .fam-cards { border-top:1px solid rgba(11,18,33,.17); }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-intro { margin-bottom:34px; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 { font-size:38px!important; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-paths { grid-template-columns:1fr; border-top:1px solid rgba(245,242,236,.24); border-bottom:0; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route {
    display:grid;
    grid-template-columns:28px 40px 1fr;
    align-items:start;
    gap:14px;
    min-height:0;
    padding:20px 18px 22px;
    border-right:0;
    border-bottom:1px solid rgba(245,242,236,.2);
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-icon { width:40px; height:40px; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-copy strong { font-size:15px; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-copy small { font-size:11.5px; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell { margin-top:34px; padding:24px!important; }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-art { top:350px; opacity:.42; }
}

@keyframes bl-responsive-family-arrive {
  from { opacity:0; transform:translate3d(22px,0,0); }
  to { opacity:1; transform:translate3d(0,0,0); }
}

/* Family voices: automatic one-card progression from the component plus a
   swipeable track for touch users. */
@media (max-width:1180px) {
  body.bl-home-editorial-focus .bl-family-proof .fam-cards {
    display:flex!important;
    grid-template-columns:none!important;
    gap:18px!important;
    width:100%!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:2px 2px 14px!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-cards::-webkit-scrollbar {
    display:none;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-cards:after {
    content:"";
    display:block;
    flex:0 0 0;
    height:1px;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    flex:0 0 calc((100% - 18px) / 2)!important;
    scroll-snap-align:start;
    animation:bl-responsive-family-arrive .48s cubic-bezier(.22,.72,.2,1) both;
  }
}

@media (max-width:680px) {
  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    flex-basis:min(86vw,340px)!important;
  }
}

@media (prefers-reduced-motion:reduce) {
  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    animation:none!important;
  }
}

/* Mentorship responsive canvas is authored independently from desktop. */
@media (max-width:1180px) and (orientation:portrait) {
  body.bl-home-editorial-focus #mentorship {
    position:relative!important;
    isolation:isolate;
    padding:72px clamp(22px,5vw,48px)!important;
    background:#f6efe2 url('/assets/media/boundlearn/boundlearn-mentorship-canvas-portrait-v1.png') center top/100% 100% no-repeat!important;
    color:#0b1221!important;
  }
}

@media (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus #mentorship {
    position:relative!important;
    isolation:isolate;
    padding:62px clamp(28px,6vw,64px)!important;
    background:#f6efe2 url('/assets/media/boundlearn/boundlearn-mentorship-canvas-landscape-v1.png') center/100% 100% no-repeat!important;
    color:#0b1221!important;
  }
}

@media (min-width:681px) and (max-width:1180px) and (orientation:portrait) {
  body.bl-home-editorial-focus #mentorship {
    background:#f6efe2 url('/assets/media/boundlearn/boundlearn-mentorship-canvas-portrait-v2.png?v=20260810-2') center top/100% 100% no-repeat!important;
  }
}

@media (min-width:951px) and (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus #mentorship {
    background:#f6efe2 url('/assets/media/boundlearn/boundlearn-mentorship-canvas-landscape-v2.png?v=20260810-2') center/100% 100% no-repeat!important;
  }
}

@media (max-width:950px) and (max-height:500px) and (orientation:landscape) {
  body.bl-home-editorial-focus #mentorship {
    background:#f7f1e7 url('/assets/media/boundlearn/boundlearn-mentorship-canvas-mobile-landscape-v3.png?v=20260810-3') center/100% 100% no-repeat!important;
  }

  body.bl-home-editorial-focus #mentorship .bl-mentorship-line {
    display:block;
    white-space:nowrap;
  }

  body.bl-home-editorial-focus #mentorship > div > div:first-child > p {
    color:#34445b!important;
  }

  body.bl-home-editorial-focus #mentorship .bl-marquee-row img {
    filter:grayscale(1) brightness(.35) contrast(1.2)!important;
    opacity:.72!important;
  }
}

/* Tablet programme gallery — page-local owner: #about .vacc. */
@media (min-width:681px) and (max-width:1180px) {
  body.bl-home-editorial-focus #about {
    padding-bottom:clamp(34px,5vw,58px)!important;
  }

  body.bl-home-editorial-focus #about .vacc {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    width:auto!important;
    height:auto!important;
    margin:0 clamp(22px,4vw,42px)!important;
    overflow:visible!important;
  }

  body.bl-home-editorial-focus #about .vacc-item {
    flex:none!important;
    width:auto!important;
    min-width:0!important;
    height:286px!important;
    min-height:286px!important;
    border:1px solid rgba(245,242,236,.14)!important;
    border-radius:18px!important;
    overflow:hidden!important;
    box-shadow:0 18px 36px rgba(0,0,0,.18)!important;
  }
}

@media (min-width:900px) and (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus #about .vacc {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
    margin-inline:clamp(26px,4vw,50px)!important;
  }

  body.bl-home-editorial-focus #about .vacc-item {
    height:268px!important;
    min-height:268px!important;
  }
}

@media (max-width:1180px) {
  body.bl-home-editorial-focus #mentorship > div {
    position:relative!important;
    z-index:1!important;
  }

  body.bl-home-editorial-focus #mentorship h2 {
    color:#0b1221!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-weight:680!important;
  }

  body.bl-home-editorial-focus #mentorship > div > div:first-child > p {
    color:#42516a!important;
  }

  body.bl-home-editorial-focus #mentorship .bl-mentor-accent {
    color:#2f8b82!important;
  }
}

@media (max-width:950px) and (max-height:500px) {
  body.bl-home-editorial-ready #why { padding:34px 44px 0!important; }
  body.bl-home-editorial-ready #why .why-text {
    max-width:760px!important;
    margin:0 auto 24px!important;
  }
  body.bl-home-editorial-ready #why .why-text > h2 {
    max-width:22ch!important;
    font-size:30px!important;
    line-height:1.01!important;
  }
  body.bl-home-editorial-ready #why .why-text > div {
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
  body.bl-home-editorial-ready #why .why-text > div > div { padding:10px 12px!important; }
  body.bl-home-editorial-ready #why .why-text > div > div > div:first-child { font-size:20px!important; }
  body.bl-home-editorial-ready #why .why-text > div > div > div:last-child {
    font-size:10px!important;
    margin-top:4px!important;
  }
  body.bl-home-editorial-ready #why .bl-ed-link { margin-top:14px; }
  body.bl-home-editorial-ready #why .why-acc {
    width:calc(100% + 88px)!important;
    margin-left:-44px!important;
    min-height:230px!important;
  }
  body.bl-home-editorial-ready #why .why-item { min-height:230px!important; }
}

@media (prefers-reduced-motion:reduce) {
  .bl-ed-orbit,
  .bl-ed-node,
  .bl-ed-dot-field,
  .bl-ed-route path,
  #contact:before,
  #contact .bl-contact-path { animation:none!important; }
  .bl-ed-section * { scroll-behavior:auto!important; }
}

/* Mentorship: a cream watercolor canvas where broad fields exchange places. */
@keyframes blMentorCanvasDrift {
  0% { transform:scale(1.035) translate3d(-.8%,.4%,0); }
  100% { transform:scale(1.055) translate3d(.8%,-.5%,0); }
}

@keyframes blMentorPaneA {
  0%,100% { transform:translate3d(-9vw,6vh,0) rotate(-2deg); }
  34% { transform:translate3d(60vw,11vh,0) rotate(1deg); }
  67% { transform:translate3d(27vw,57vh,0) rotate(-1deg); }
}

@keyframes blMentorPaneB {
  0%,100% { transform:translate3d(61vw,8vh,0) rotate(1.5deg); }
  34% { transform:translate3d(28vw,56vh,0) rotate(-1deg); }
  67% { transform:translate3d(-7vw,9vh,0) rotate(2deg); }
}

@keyframes blMentorPaneC {
  0%,100% { transform:translate3d(29vw,57vh,0) rotate(-1deg); }
  34% { transform:translate3d(-8vw,8vh,0) rotate(2deg); }
  67% { transform:translate3d(61vw,10vh,0) rotate(-1.5deg); }
}

@media (min-width:1181px) {
  body.bl-home-editorial-focus #mentorship {
    position:relative;
    isolation:isolate;
    overflow:hidden;
    background:#F7F3EA!important;
    border-top:1px solid rgba(11,18,33,.12);
    border-bottom:1px solid rgba(11,18,33,.12);
  }

  body.bl-home-editorial-focus #mentorship > .bl-mentor-flow {
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    overflow:hidden;
  }
  body.bl-home-editorial-focus #mentorship > .bl-mentor-flow:before {
    content:"";
    position:absolute;
    inset:-4%;
    background:url("/assets/media/boundlearn/boundlearn-mentorship-canvas-v2.png?v=20260810-1") center/cover no-repeat;
    opacity:.62;
    animation:blMentorCanvasDrift 26s ease-in-out infinite alternate;
    will-change:transform;
  }

  body.bl-home-editorial-focus #mentorship .bl-mentor-pane {
    position:absolute;
    left:0;
    top:0;
    width:clamp(330px,32vw,520px);
    height:clamp(150px,20vw,280px);
    opacity:.11;
    filter:blur(2px);
    mix-blend-mode:multiply;
    will-change:transform;
  }
  body.bl-home-editorial-focus #mentorship .bl-mentor-pane--a {
    background:linear-gradient(135deg,rgba(47,127,120,.9),rgba(119,170,162,.5));
    clip-path:polygon(2% 9%,91% 0,100% 80%,12% 100%);
    animation:blMentorPaneA 42s ease-in-out infinite;
  }
  body.bl-home-editorial-focus #mentorship .bl-mentor-pane--b {
    width:clamp(300px,29vw,470px);
    height:clamp(170px,22vw,310px);
    background:linear-gradient(145deg,rgba(168,148,199,.88),rgba(208,195,226,.46));
    clip-path:polygon(9% 0,100% 12%,90% 100%,0 84%);
    animation:blMentorPaneB 47s ease-in-out infinite;
  }
  body.bl-home-editorial-focus #mentorship .bl-mentor-pane--c {
    width:clamp(290px,27vw,440px);
    height:clamp(145px,18vw,250px);
    background:linear-gradient(135deg,rgba(207,118,94,.82),rgba(212,175,55,.48));
    clip-path:polygon(0 18%,88% 0,100% 91%,15% 100%);
    animation:blMentorPaneC 52s ease-in-out infinite;
  }

  body.bl-home-editorial-focus #mentorship > div:not(.bl-mentor-flow) {
    position:relative;
    z-index:2;
  }

  body.bl-home-editorial-focus #mentorship > div:not(.bl-mentor-flow) > div:first-child h2 {
    color:#111B2E!important;
    max-width:18ch;
    margin-inline:auto!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(40px,3.7vw,56px)!important;
    font-weight:650!important;
    line-height:1.05!important;
    letter-spacing:-.045em!important;
  }
  body.bl-home-editorial-focus #mentorship .bl-mentor-accent {
    color:var(--bl-ed-teal)!important;
  }
  body.bl-home-editorial-focus #mentorship > div:not(.bl-mentor-flow) > div:first-child p {
    color:#5D6878!important;
  }

  body.bl-home-editorial-focus #mentorship > div:not(.bl-mentor-flow) > div:last-child {
    border-top-color:rgba(11,18,33,.16)!important;
  }
  body.bl-home-editorial-focus #mentorship > div:not(.bl-mentor-flow) > div:last-child > div:first-child {
    color:#647084!important;
  }
  body.bl-home-editorial-focus #mentorship .bl-marquee-row img {
    filter:grayscale(1) brightness(.28) contrast(1.35)!important;
    opacity:.64!important;
  }
}

@media (prefers-reduced-motion:reduce) {
  body.bl-home-editorial-focus #mentorship > .bl-mentor-flow:before,
  body.bl-home-editorial-focus #mentorship .bl-mentor-pane {
    animation:none!important;
  }
}

/* School thesis: three stacked videos concealed beneath one continuous watercolor canvas. */
@media (min-width:1181px) {
  body.bl-home-editorial-focus #why .why-text {
    right:44%!important;
  }

  body.bl-home-editorial-focus #why .why-acc {
    inset:0 0 0 auto!important;
    width:40%!important;
    height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    background:#E9E3D9;
    clip-path:none;
    -webkit-clip-path:none;
    border-left:1px solid rgba(7,17,31,.18);
    box-shadow:-16px 0 38px rgba(7,17,31,.1);
  }

  body.bl-home-editorial-focus #why .why-item {
    --bl-why-art-y:top;
    position:relative;
    flex:1 1 33.333%!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    overflow:hidden;
    background:#E9E3D9!important;
    border:0!important;
    border-bottom:1px solid rgba(7,17,31,.18)!important;
    transition:flex-basis .72s cubic-bezier(.2,.8,.2,1)!important;
  }
  body.bl-home-editorial-focus #why .why-item:nth-child(2) { --bl-why-art-y:center; }
  body.bl-home-editorial-focus #why .why-item:nth-child(3) {
    --bl-why-art-y:bottom;
    border-bottom:0!important;
  }

  body.bl-home-editorial-focus #why .why-acc:hover .why-item { flex-basis:12%!important; }
  body.bl-home-editorial-focus #why .why-acc .why-item:hover { flex-basis:76%!important; }

  body.bl-home-editorial-focus #why .why-item video {
    opacity:0!important;
    filter:grayscale(.16) contrast(1.02) brightness(.86);
    mix-blend-mode:normal;
    transition:opacity .45s ease,filter .45s ease,transform .8s cubic-bezier(.2,.8,.2,1);
  }
  body.bl-home-editorial-focus #why .why-item:hover video {
    opacity:.9!important;
    filter:grayscale(.08) contrast(1.03) brightness(.88);
    transform:scale(1.035);
  }

  body.bl-home-editorial-focus #why .why-item:before {
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(7,17,31,.48),rgba(7,17,31,.25) 58%,rgba(7,17,31,.12)),
      url("/assets/media/boundlearn/boundlearn-school-canvas-stacked-v1.png?v=20260810-1") right var(--bl-why-art-y)/250% 300% no-repeat;
    mix-blend-mode:normal;
    opacity:1;
    transform:translate3d(0,0,0);
    transition:opacity .48s ease;
  }
  body.bl-home-editorial-focus #why .why-item:hover:before { opacity:.08; }

  body.bl-home-editorial-focus #why .why-frost {
    z-index:2!important;
    opacity:1!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    background:linear-gradient(90deg,rgba(7,17,31,.26),rgba(7,17,31,.06) 68%,transparent)!important;
  }
  body.bl-home-editorial-focus #why .why-item:hover .why-frost { opacity:.2!important; }

  body.bl-home-editorial-focus #why .why-num {
    top:50%!important;
    bottom:auto!important;
    left:clamp(34px,4.2vw,68px)!important;
    right:auto!important;
    width:max-content;
    transform:translateY(-50%);
    z-index:4!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:12px!important;
    text-align:left!important;
  }
  body.bl-home-editorial-focus #why .why-num span:first-child {
    writing-mode:horizontal-tb!important;
    transform:none!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:.14em!important;
  }
  body.bl-home-editorial-focus #why .why-num span:last-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:20px!important;
  }

  body.bl-home-editorial-focus #why .why-wm { display:none!important; }
  body.bl-home-editorial-focus #why .why-open-body {
    z-index:4!important;
    top:auto!important;
    bottom:clamp(30px,3.5vw,54px)!important;
    left:clamp(34px,4.2vw,68px)!important;
    width:min(68%,400px)!important;
    padding:0!important;
    transform:translateY(10px);
  }
  body.bl-home-editorial-focus #why .why-item:hover .why-open-body {
    transform:none!important;
  }
  body.bl-home-editorial-focus #why .why-open-body > div:first-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(22px,2vw,30px)!important;
    font-weight:730!important;
    letter-spacing:-.035em;
  }
  body.bl-home-editorial-focus #why .why-open-body p {
    color:#F5F2EC!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:14px!important;
    line-height:1.62!important;
  }
}

/*
 * Focused composition review — only WHY + GRADES.
 * All later homepage sections deliberately remain on their prior production rules.
 */
@keyframes bl-focus-why-corner {
  from { transform:rotate(-18deg); }
  to { transform:rotate(342deg); }
}

@keyframes bl-focus-grades-arc {
  from { transform:rotate(24deg); }
  to { transform:rotate(-336deg); }
}

body.bl-home-editorial-focus #why .bl-ed-material:before,
body.bl-home-editorial-focus #why .bl-ed-material:after,
body.bl-home-editorial-focus .grades-band .bl-ed-material:before,
body.bl-home-editorial-focus .grades-band .bl-ed-material:after {
  content:"";
  position:absolute;
  pointer-events:none;
}

body.bl-home-editorial-focus #why .bl-ed-material:before {
  width:clamp(180px,18vw,280px);
  aspect-ratio:1;
  left:clamp(-155px,-9vw,-92px);
  top:clamp(-142px,-8vw,-78px);
  border:1px solid rgba(11,18,33,.28);
  border-left-color:rgba(207,118,94,.52);
  border-bottom-color:transparent;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 5px,#CF765E 0 4px,transparent 4.5px),
    radial-gradient(circle at calc(100% - 7px) 50%,#77AAA2 0 3.5px,transparent 4px),
    radial-gradient(circle at 18% 82%,#A894C7 0 3px,transparent 3.5px),
    linear-gradient(90deg,transparent calc(50% - .5px),rgba(11,18,33,.42) 50%,transparent calc(50% + .5px)) center top/100% 50% no-repeat;
  animation:bl-focus-why-corner 24s linear infinite;
}

body.bl-home-editorial-focus #why .bl-ed-material:after {
  display:none;
}

body.bl-home-editorial-focus .grades-band .bl-ed-material:before {
  display:none;
}

body.bl-home-editorial-focus .grades-band .bl-ed-material:after {
  display:none;
}

body.bl-home-editorial-focus .bl-grades-circuit {
  position:absolute;
  left:42%;
  right:0;
  bottom:0;
  height:19%;
  pointer-events:none;
}

body.bl-home-editorial-focus .bl-grades-circuit > span {
  position:absolute;
  display:block;
  opacity:0;
  will-change:transform,opacity;
}

body.bl-home-editorial-focus .bl-grades-circuit .is-horizontal { height:1px; }
body.bl-home-editorial-focus .bl-grades-circuit .is-vertical { width:1px; }
body.bl-home-editorial-focus .bl-grades-circuit > span:nth-child(1) { left:0; bottom:0; width:16%; background:#CF765E; }
body.bl-home-editorial-focus .bl-grades-circuit > span:nth-child(2) { left:16%; bottom:0; height:48%; background:#A894C7; }
body.bl-home-editorial-focus .bl-grades-circuit > span:nth-child(3) { left:16%; bottom:48%; width:23%; background:#7BAAA3; }
body.bl-home-editorial-focus .bl-grades-circuit > span:nth-child(4) { left:39%; bottom:48%; height:52%; background:#D4AF37; }
body.bl-home-editorial-focus .bl-grades-circuit > span:nth-child(5) { left:39%; top:0; width:61%; background:rgba(245,242,236,.58); }

body.bl-home-editorial-focus .bl-grade-line {
  display:block;
  overflow:hidden;
}

body.bl-home-editorial-focus .bl-grade-line--tablet {
  display:none;
}

body.bl-home-editorial-focus .bl-grade-copy {
  display:block;
  transform-origin:left center;
}

body.bl-home-editorial-focus .bl-grade-word {
  display:inline-block;
  white-space:nowrap;
}

body.bl-home-editorial-focus .bl-grade-letter {
  display:inline-block;
  backface-visibility:hidden;
  transform-style:preserve-3d;
}

@media (min-width:1181px) {
  body.bl-home-editorial-focus #why,
  body.bl-home-editorial-focus .grades-band {
    isolation:isolate;
  }

  body.bl-home-editorial-focus #why .bl-ed-spine,
  body.bl-home-editorial-focus #why .bl-ed-node,
  body.bl-home-editorial-focus #why .bl-ed-dot-field,
  body.bl-home-editorial-focus .grades-band .bl-ed-spine,
  body.bl-home-editorial-focus .grades-band .bl-ed-node,
  body.bl-home-editorial-focus .grades-band .bl-ed-dot-field {
    display:none!important;
  }

  body.bl-home-editorial-focus #why .bl-ed-material {
    display:block!important;
    inset:-1%;
    background:
      linear-gradient(90deg,rgba(245,242,236,.16) 0%,rgba(245,242,236,.08) 42%,rgba(245,242,236,0) 70%),
      url('/assets/media/boundlearn/boundlearn-school-canvas-stacked-v1.png?v=20260810-1') center/cover no-repeat;
    opacity:.96;
    mix-blend-mode:normal;
    animation:blEvcCanvasDrift 20s ease-in-out infinite;
  }

  body.bl-home-editorial-focus .grades-band .bl-ed-material {
    display:block!important;
    inset:0;
    height:auto;
    background:
      linear-gradient(90deg,rgba(11,18,33,.14),rgba(11,18,33,.04) 48%,rgba(11,18,33,.18)),
      url('/assets/media/boundlearn/boundlearn-grades-canvas.png?v=20260809-3') center/cover no-repeat;
    opacity:.82;
    mix-blend-mode:normal;
  }

  body.bl-home-editorial-focus #why {
    min-height:720px!important;
    background:#F5F2EC!important;
    border-bottom:1px solid rgba(11,18,33,.14);
  }

  body.bl-home-editorial-focus #why .why-white { display:none!important; }
  body.bl-home-editorial-focus #why .why-text {
    position:absolute!important;
    top:50%!important;
    left:clamp(58px,7vw,112px)!important;
    right:44%!important;
    transform:translateY(-50%)!important;
    padding:0 4vw 0 0!important;
    text-align:left!important;
    z-index:3!important;
  }

  body.bl-home-editorial-focus #why .why-text h2 {
    max-width:18ch;
    margin:0!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(38px,3.4vw,50px)!important;
    font-weight:720!important;
    font-style:normal!important;
    line-height:1.08!important;
    letter-spacing:-.052em!important;
  }
  body.bl-home-editorial-focus #why .bl-why-statement > span { display:block; white-space:nowrap; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:first-child { font-style:italic!important; }
  body.bl-home-editorial-focus #why .bl-why-statement b { font:inherit; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(3) b:nth-of-type(1) { color:#2F7F78; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(3) b:nth-of-type(2) { color:#7561D9; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(3) b:nth-of-type(3) { color:#CF765E; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(4) { font-style:italic; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(4) * { font-style:italic!important; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(4) b { color:#B51B45; }

  body.bl-home-editorial-focus #why .why-text > div {
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0!important;
    width:100%;
    max-width:760px;
    margin-top:42px!important;
    border-top:1px solid rgba(11,18,33,.2);
    border-bottom:1px solid rgba(11,18,33,.2);
  }

  body.bl-home-editorial-focus #why .why-text > div > div {
    min-width:0;
    padding:19px 16px!important;
    text-align:left!important;
    border:0!important;
    border-right:1px solid rgba(11,18,33,.16)!important;
  }
  body.bl-home-editorial-focus #why .why-text > div > div:first-child { padding-left:0!important; }
  body.bl-home-editorial-focus #why .why-text > div > div:last-child { border-right:0!important; }
  body.bl-home-editorial-focus #why .why-text > div > div > div:first-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(22px,2vw,29px)!important;
    font-weight:750!important;
    letter-spacing:-.035em;
  }
  body.bl-home-editorial-focus #why .why-text > div > div > div:last-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:11px!important;
    line-height:1.35!important;
    white-space:normal!important;
  }

  body.bl-home-editorial-focus #why .why-acc {
    position:absolute!important;
    inset:0 0 0 auto!important;
    width:39%!important;
    height:100%!important;
    z-index:3!important;
  }
  body.bl-home-editorial-focus #why .why-item {
    flex-basis:33.333%!important;
    background:#0B1221!important;
    border-right:1px solid rgba(245,242,236,.15)!important;
    transition:flex-basis .68s cubic-bezier(.2,.8,.2,1)!important;
  }
  body.bl-home-editorial-focus #why .why-acc:hover .why-item { flex-basis:8%!important; }
  body.bl-home-editorial-focus #why .why-acc .why-item:hover { flex-basis:84%!important; }
  body.bl-home-editorial-focus #why .why-frost { background:rgba(11,18,33,.28)!important; }

  body.bl-home-editorial-focus #why .bl-ed-orbit {
    display:block!important;
    width:clamp(130px,13vw,210px);
    left:clamp(-104px,-6.5vw,-64px);
    right:auto;
    top:clamp(-94px,-5.5vw,-52px);
    color:rgba(47,127,120,.3);
    border-right-color:rgba(168,148,199,.42);
    border-bottom-color:transparent;
    background:
      radial-gradient(circle at 50% 4px,#8DBCB4 0 3px,transparent 3.5px),
      linear-gradient(90deg,transparent calc(50% - .5px),rgba(207,118,94,.38) 50%,transparent calc(50% + .5px)) center top/100% 50% no-repeat;
    animation-duration:17s;
    animation-direction:reverse;
  }
  body.bl-home-editorial-focus #why .bl-ed-orbit:before { inset:20%; border-left-color:transparent; }
  body.bl-home-editorial-focus #why .bl-ed-orbit:after {
    display:block;
    inset:auto;
    width:8px;
    height:8px;
    top:14%;
    right:14%;
    border:0;
    border-radius:1px;
    background:#D9BE61;
  }
  body.bl-home-editorial-focus #why .bl-ed-route { display:none!important; }

  body.bl-home-editorial-focus .bl-ed-link {
    gap:12px!important;
    margin-top:25px!important;
    color:#8F1831!important;
    font:750 11px/1.2 'Manrope',system-ui,sans-serif!important;
    letter-spacing:.13em!important;
  }
  body.bl-home-editorial-focus .bl-ed-link:before {
    width:44px!important;
    background:currentColor!important;
  }
  body.bl-home-editorial-focus .bl-ed-link:after { display:none!important; }

  body.bl-home-editorial-focus .grades-band {
    min-height:610px!important;
    padding:96px clamp(58px,7vw,112px)!important;
    background:#0B1221!important;
    border-bottom:1px solid rgba(245,242,236,.14);
  }
  body.bl-home-editorial-focus .grades-band .why-bg { display:none!important; }
  body.bl-home-editorial-focus .grades-band > div:not(.bl-ed-geometry) {
    width:100%;
    max-width:1220px!important;
    margin:0 auto!important;
  }
  body.bl-home-editorial-focus .grades-band .why-grid {
    grid-template-columns:.95fr 1.05fr!important;
    gap:clamp(64px,8vw,122px)!important;
  }
  body.bl-home-editorial-focus .grades-band h2 {
    max-width:16ch;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(42px,4vw,56px)!important;
    font-weight:650!important;
    line-height:1.08!important;
    letter-spacing:-.05em!important;
  }
  body.bl-home-editorial-focus .grades-band h2 em {
    color:#D4AF37!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:italic!important;
    font-weight:620!important;
  }
  body.bl-home-editorial-focus .grades-band p {
    max-width:54ch;
    color:#D4D9E2!important;
    font-family:'Manrope',system-ui,sans-serif!important;
  }
  body.bl-home-editorial-focus .grades-band .bl-ed-orbit,
  body.bl-home-editorial-focus .grades-band .bl-ed-route { display:none!important; }
  body.bl-home-editorial-focus .grades-band .bl-ed-link { color:#D4AF37!important; }
}

@media (max-width:1180px) {
  body.bl-home-editorial-focus #why .bl-why-collage-stage {
    display:none!important;
  }

  body.bl-home-editorial-focus #why,
  body.bl-home-editorial-focus .grades-band {
    position:relative;
    isolation:isolate;
    overflow:hidden;
  }
  body.bl-home-editorial-focus #why .bl-ed-spine,
  body.bl-home-editorial-focus #why .bl-ed-node,
  body.bl-home-editorial-focus #why .bl-ed-dot-field,
  body.bl-home-editorial-focus .grades-band .bl-ed-spine,
  body.bl-home-editorial-focus .grades-band .bl-ed-node,
  body.bl-home-editorial-focus .grades-band .bl-ed-dot-field { display:none!important; }

  body.bl-home-editorial-focus #why .bl-ed-material {
    display:block!important;
    inset:-2%;
    background:
      linear-gradient(180deg,rgba(245,242,236,.62),rgba(245,242,236,.3)),
      url('/assets/media/boundlearn/boundlearn-why-canvas.png?v=20260809-3') center/cover no-repeat;
    opacity:.76;
    mix-blend-mode:normal;
    animation:blEvcCanvasDrift 20s ease-in-out infinite;
  }
  body.bl-home-editorial-focus .grades-band .bl-ed-material {
    display:block!important;
    inset:0;
    height:auto;
    background:
      linear-gradient(180deg,rgba(11,18,33,.16),rgba(11,18,33,.08)),
      url('/assets/media/boundlearn/boundlearn-grades-canvas.png?v=20260809-3') center/cover no-repeat;
    opacity:.78;
    mix-blend-mode:normal;
  }

  body.bl-home-editorial-focus #why {
    min-height:0!important;
    padding:72px clamp(28px,6vw,54px) 0!important;
    background:#F5F2EC!important;
  }
  body.bl-home-editorial-focus #why .why-white { display:none!important; }
  body.bl-home-editorial-focus #why .why-text {
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    max-width:800px!important;
    margin:0 auto 44px!important;
    padding:0!important;
    text-align:left!important;
  }
  body.bl-home-editorial-focus #why .why-text h2 {
    max-width:19ch;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(34px,6vw,50px)!important;
    font-weight:720!important;
    font-style:normal!important;
    line-height:1.07!important;
    letter-spacing:-.052em!important;
  }
  body.bl-home-editorial-focus #why .bl-why-statement > span { display:block; }
  body.bl-home-editorial-focus #why .bl-why-statement b { font:inherit; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(3) b:nth-of-type(1) { color:#2F7F78; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(3) b:nth-of-type(2) { color:#7561D9; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(3) b:nth-of-type(3) { color:#CF765E; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(4) { font-style:italic; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(4) * { font-style:italic!important; }
  body.bl-home-editorial-focus #why .bl-why-statement > span:nth-child(4) b { color:#B51B45; }
  body.bl-home-editorial-focus #why .why-text > div {
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0!important;
    margin-top:32px!important;
    border-top:1px solid rgba(11,18,33,.2);
    border-bottom:1px solid rgba(11,18,33,.2);
  }
  body.bl-home-editorial-focus #why .why-text > div > div {
    min-width:0;
    padding:15px 11px!important;
    text-align:left!important;
    border:0!important;
    border-right:1px solid rgba(11,18,33,.16)!important;
  }
  body.bl-home-editorial-focus #why .why-text > div > div:first-child { padding-left:0!important; }
  body.bl-home-editorial-focus #why .why-text > div > div:last-child { border-right:0!important; }
  body.bl-home-editorial-focus #why .why-text > div > div > div:first-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(20px,3vw,27px)!important;
    font-weight:750!important;
  }
  body.bl-home-editorial-focus #why .why-text > div > div > div:last-child {
    font-size:10px!important;
    line-height:1.3!important;
    white-space:normal!important;
  }
  body.bl-home-editorial-focus #why .bl-why-story-link--responsive {
    display:inline-flex!important;
    margin-top:24px!important;
    color:#8F1831!important;
  }
  body.bl-home-editorial-focus #why .why-acc {
    position:relative!important;
    inset:auto!important;
    width:calc(100% + (2 * clamp(28px,6vw,54px)))!important;
    margin-left:calc(-1 * clamp(28px,6vw,54px))!important;
    min-height:280px!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    pointer-events:auto!important;
  }
  body.bl-home-editorial-focus #why .why-item { min-height:280px!important; min-width:0!important; }
  body.bl-home-editorial-focus #why .why-item video { opacity:.28!important; }
  body.bl-home-editorial-focus #why .why-frost {
    opacity:1!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    background:rgba(11,18,33,.48)!important;
  }
  body.bl-home-editorial-focus #why .why-num {
    position:relative!important;
    z-index:3!important;
    display:none!important;
    flex-direction:row!important;
    justify-content:space-between!important;
    align-items:center!important;
  }
  body.bl-home-editorial-focus #why .why-num span:first-child {
    writing-mode:horizontal-tb!important;
    transform:none!important;
    font:700 11px/1.2 'Manrope',system-ui,sans-serif!important;
    letter-spacing:.14em!important;
  }
  body.bl-home-editorial-focus #why .why-wm { display:none!important; }
  body.bl-home-editorial-focus #why .why-open-body {
    z-index:3!important;
    opacity:1!important;
    transform:none!important;
    padding:22px 18px!important;
  }
  body.bl-home-editorial-focus #why .why-open-body > div:first-child {
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:normal!important;
  }
  body.bl-home-editorial-focus #why .bl-ed-orbit {
    display:block!important;
    width:clamp(118px,28vw,178px);
    left:clamp(-88px,-13vw,-58px);
    right:auto;
    top:clamp(-82px,-12vw,-48px);
    color:rgba(47,127,120,.25);
    border-right-color:rgba(168,148,199,.36);
    border-bottom-color:transparent;
    background:
      radial-gradient(circle at 50% 4px,#8DBCB4 0 3px,transparent 3.5px),
      linear-gradient(90deg,transparent calc(50% - .5px),rgba(207,118,94,.34) 50%,transparent calc(50% + .5px)) center top/100% 50% no-repeat;
    animation-duration:17s;
    animation-direction:reverse;
  }
  body.bl-home-editorial-focus #why .bl-ed-orbit:before { inset:20%; border-left-color:transparent; }
  body.bl-home-editorial-focus #why .bl-ed-orbit:after {
    display:block;
    inset:auto;
    width:7px;
    height:7px;
    top:14%;
    right:14%;
    border:0;
    border-radius:1px;
    background:#D9BE61;
  }
  body.bl-home-editorial-focus #why .bl-ed-route { display:none!important; }

  body.bl-home-editorial-focus .bl-ed-link {
    color:#8F1831!important;
    font:750 10px/1.2 'Manrope',system-ui,sans-serif!important;
    letter-spacing:.12em!important;
  }
  body.bl-home-editorial-focus .bl-ed-link:after { display:none!important; }

  body.bl-home-editorial-focus .grades-band {
    padding:76px clamp(28px,6vw,54px)!important;
    background:#0B1221!important;
  }
  body.bl-home-editorial-focus .grades-band .why-bg { display:none!important; }
  body.bl-home-editorial-focus .grades-band .why-grid {
    grid-template-columns:1fr!important;
    gap:38px!important;
  }
  body.bl-home-editorial-focus .grades-band h2 {
    max-width:16ch;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(38px,7vw,52px)!important;
    font-weight:650!important;
    line-height:1.08!important;
    letter-spacing:-.05em!important;
  }
  body.bl-home-editorial-focus .grades-band h2 em {
    color:#D4AF37!important;
    font-style:italic!important;
  }
  body.bl-home-editorial-focus .grades-band p { color:#D4D9E2!important; }
  body.bl-home-editorial-focus .grades-band .bl-ed-link { color:#D4AF37!important; }
  body.bl-home-editorial-focus .grades-band .bl-ed-orbit,
  body.bl-home-editorial-focus .grades-band .bl-ed-route { display:none!important; }
  body.bl-home-editorial-focus .bl-grades-circuit {
    left:22%;
    right:0;
    bottom:0;
    height:11%;
    opacity:.72;
  }
}

@media (min-width:681px) and (max-width:1180px) and (orientation:portrait),
       (min-width:951px) and (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus #why .why-open-body {
    height:224px;
  }

  body.bl-home-editorial-focus .bl-grade-line--default {
    display:none!important;
  }

  body.bl-home-editorial-focus .bl-grade-line--tablet {
    display:block!important;
  }

  body.bl-home-editorial-focus #why .why-open-body > div:first-child {
    min-height:2.16em;
    margin-bottom:12px!important;
    line-height:1.08!important;
  }

  body.bl-home-editorial-focus #why .why-item:nth-child(1) .why-open-body > div:first-child {
    max-width:10ch;
  }

  body.bl-home-editorial-focus #why .why-item:nth-child(2) .why-open-body > div:first-child {
    max-width:15ch;
  }

  body.bl-home-editorial-focus #why .why-item:nth-child(3) .why-open-body > div:first-child {
    max-width:16ch;
  }

  body.bl-home-editorial-focus #mentorship h2 {
    font-size:clamp(36px,4.8vw,45px)!important;
    letter-spacing:-.035em!important;
  }

  body.bl-home-editorial-focus #mentorship .bl-mentorship-line {
    display:block;
    white-space:nowrap;
  }

  body.bl-home-editorial-focus #mentorship .bl-marquee-row img {
    filter:grayscale(1) brightness(.34) contrast(1.18)!important;
    opacity:.76!important;
  }
}

@media (max-width:680px) {
  body.bl-home-editorial-focus #why { padding:58px 24px 0!important; }
  body.bl-home-editorial-focus #why .why-text h2 { font-size:34px!important; }
  body.bl-home-editorial-focus #why .bl-why-statement > span { white-space:normal; }
  body.bl-home-editorial-focus #why .why-text > div { grid-template-columns:repeat(4,minmax(0,1fr))!important; }
  body.bl-home-editorial-focus #why .why-text > div > div { padding:13px 6px!important; }
  body.bl-home-editorial-focus #why .why-text > div > div > div:first-child { font-size:19px!important; }
  body.bl-home-editorial-focus #why .why-text > div > div > div:last-child { font-size:8px!important; }
  body.bl-home-editorial-focus #why .why-acc {
    width:calc(100% + 48px)!important;
    margin-left:-24px!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
  }
  body.bl-home-editorial-focus #why .why-item {
    min-height:0!important;
    padding:20px 24px 24px!important;
    border-bottom:1px solid rgba(245,242,236,.16)!important;
  }
  body.bl-home-editorial-focus #why .why-open-body {
    position:relative!important;
    opacity:1!important;
    transform:none!important;
    padding:17px 0 0!important;
  }
  body.bl-home-editorial-focus #why .why-num span:first-child {
    writing-mode:horizontal-tb!important;
    transform:none!important;
    font-size:11px!important;
  }
  body.bl-home-editorial-focus .grades-band { padding:64px 24px!important; }
  body.bl-home-editorial-focus .grades-band h2 { font-size:36px!important; }
}

/* Focus composition: Create Evidence becomes one ascending outcome path. */
@media (min-width:1181px) {
  body.bl-home-editorial-focus .create-band {
    min-height:720px!important;
    display:flex!important;
    align-items:center!important;
    padding:88px clamp(58px,7vw,112px) 82px!important;
    background:#F5F2EC!important;
    border-bottom:1px solid rgba(11,18,33,.14);
    isolation:isolate;
  }

  body.bl-home-editorial-focus .create-band .evc-bg {
    display:block!important;
    background-image:
      linear-gradient(90deg,rgba(251,248,242,.12),rgba(251,248,242,.02)),
      url('/assets/media/shared/create-wide-refined.png')!important;
    background-position:center!important;
    background-size:cover!important;
    opacity:.94;
    z-index:0!important;
  }

  body.bl-home-editorial-focus .create-band .evc-inner {
    width:100%;
    max-width:1220px!important;
    margin-inline:auto!important;
  }

  body.bl-home-editorial-focus .create-band .evc-intro {
    display:grid!important;
    grid-template-columns:1fr 1fr;
    align-items:end;
    gap:clamp(64px,8vw,126px);
    max-width:none!important;
    margin:0 auto 70px!important;
    text-align:left!important;
  }

  body.bl-home-editorial-focus .create-band .evc-title {
    max-width:16ch;
    margin:0!important;
    color:#111B2E!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(45px,4vw,58px)!important;
    font-weight:680!important;
    line-height:1.01!important;
    letter-spacing:-.05em!important;
  }

  body.bl-home-editorial-focus .create-band .evc-title span {
    display:block;
    color:#B51B45!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:italic;
    font-weight:630!important;
  }

  body.bl-home-editorial-focus .create-band .evc-intro > p {
    max-width:55ch;
    margin:0 0 5px auto!important;
    color:#465367!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:16px!important;
    line-height:1.72!important;
  }

  body.bl-home-editorial-focus .create-band .evc-develop-label { display:none!important; }

  body.bl-home-editorial-focus .create-band .evc-grid {
    position:relative;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:start!important;
    gap:clamp(18px,2.1vw,32px)!important;
    min-height:325px;
    padding:0!important;
    text-align:left!important;
  }

  body.bl-home-editorial-focus .create-band .bl-evc-route {
    position:absolute;
    inset:0;
    width:100%;
    height:300px;
    overflow:visible;
    pointer-events:none;
    z-index:0;
  }

  body.bl-home-editorial-focus .create-band .bl-evc-route path {
    fill:none;
    vector-effect:non-scaling-stroke;
  }
  body.bl-home-editorial-focus .create-band .bl-evc-route-base {
    stroke:rgba(11,18,33,.16);
    stroke-width:1;
  }
  body.bl-home-editorial-focus .create-band .bl-evc-route-draw {
    stroke:url(#blEvcRouteGradient);
    stroke-width:1.7;
  }
  body.bl-home-editorial-focus .create-band .bl-evc-route-nodes circle:nth-child(1) { fill:#2F7F78; }
  body.bl-home-editorial-focus .create-band .bl-evc-route-nodes circle:nth-child(2) { fill:#A894C7; }
  body.bl-home-editorial-focus .create-band .bl-evc-route-nodes circle:nth-child(3) { fill:#D4AF37; }
  body.bl-home-editorial-focus .create-band .bl-evc-route-nodes circle:nth-child(4) { fill:#CF765E; }
  body.bl-home-editorial-focus .create-band .bl-evc-route-nodes circle:nth-child(5) { fill:#B51B45; }

  body.bl-home-editorial-focus .create-band .evc-step {
    position:relative;
    z-index:2;
    align-items:flex-start!important;
    min-width:0;
    padding:0 10px!important;
    text-align:left!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step--think { margin-top:118px; }
  body.bl-home-editorial-focus .create-band .evc-step--build { margin-top:92px; }
  body.bl-home-editorial-focus .create-band .evc-step--create { margin-top:66px; }
  body.bl-home-editorial-focus .create-band .evc-step--stand { margin-top:40px; }
  body.bl-home-editorial-focus .create-band .evc-step--choose { margin-top:14px; }

  body.bl-home-editorial-focus .create-band .evc-step img {
    width:48px!important;
    height:48px!important;
    margin:0 0 17px!important;
    object-fit:contain;
  }
  body.bl-home-editorial-focus .create-band .evc-step > div {
    min-height:42px;
    margin:0 0 8px!important;
    color:#111B2E!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:16px!important;
    font-weight:760!important;
    line-height:1.25!important;
    letter-spacing:-.025em;
  }
  body.bl-home-editorial-focus .create-band .evc-step > p {
    max-width:24ch!important;
    margin:0!important;
    color:#566276!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:13px!important;
    line-height:1.57!important;
  }
}

@media (max-width:1180px) {
  body.bl-home-editorial-focus .create-band {
    position:relative;
    min-height:0!important;
    padding:76px clamp(28px,6vw,54px)!important;
    background:#F5F2EC!important;
    isolation:isolate;
  }
  body.bl-home-editorial-focus .create-band .evc-bg {
    display:block!important;
    background-image:
      linear-gradient(180deg,rgba(251,248,242,.24),rgba(251,248,242,.08)),
      url('/assets/media/shared/create-wide-refined.png')!important;
    background-position:center!important;
    background-size:cover!important;
    opacity:.9;
  }
  body.bl-home-editorial-focus .create-band .evc-inner { max-width:880px!important; }
  body.bl-home-editorial-focus .create-band .evc-intro {
    display:grid!important;
    grid-template-columns:.9fr 1.1fr;
    align-items:end;
    gap:48px;
    max-width:none!important;
    margin:0 auto 58px!important;
    text-align:left!important;
  }
  body.bl-home-editorial-focus .create-band .evc-title {
    margin:0!important;
    color:#111B2E!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:clamp(40px,6vw,52px)!important;
    font-weight:680!important;
    line-height:1.02!important;
    letter-spacing:-.05em!important;
  }
  body.bl-home-editorial-focus .create-band .evc-title span {
    display:block;
    color:#B51B45!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-style:italic;
    font-weight:630!important;
  }
  body.bl-home-editorial-focus .create-band .evc-intro > p {
    margin:0!important;
    color:#465367!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:15px!important;
    line-height:1.68!important;
  }
  body.bl-home-editorial-focus .create-band .evc-develop-label,
  body.bl-home-editorial-focus .create-band .bl-evc-route { display:none!important; }
  body.bl-home-editorial-focus .create-band .evc-grid {
    position:relative;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0 46px!important;
    padding:0!important;
    text-align:left!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step {
    position:relative;
    align-items:flex-start!important;
    min-width:0;
    margin:0!important;
    padding:25px 12px 26px 48px!important;
    border-top:1px solid rgba(11,18,33,.16);
    text-align:left!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step:before {
    content:"";
    position:absolute;
    top:34px;
    left:8px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#2F7F78;
  }
  body.bl-home-editorial-focus .create-band .evc-step--build:before { background:#A894C7; }
  body.bl-home-editorial-focus .create-band .evc-step--create:before { background:#D4AF37; }
  body.bl-home-editorial-focus .create-band .evc-step--stand:before { background:#CF765E; }
  body.bl-home-editorial-focus .create-band .evc-step--choose:before { background:#B51B45; }
  body.bl-home-editorial-focus .create-band .evc-step:last-child {
    grid-column:1/-1;
    width:calc(50% - 23px);
    justify-self:center;
  }
  body.bl-home-editorial-focus .create-band .evc-step img {
    width:42px!important;
    height:42px!important;
    margin:0 0 13px!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step > div {
    margin:0 0 7px!important;
    color:#111B2E!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:17px!important;
    font-weight:750!important;
    line-height:1.25!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step > p {
    max-width:35ch!important;
    margin:0!important;
    color:#566276!important;
    font-family:'Manrope',system-ui,sans-serif!important;
    font-size:13.5px!important;
    line-height:1.58!important;
  }
}

@media (max-width:680px) {
  body.bl-home-editorial-focus .create-band { padding:62px 24px!important; }
  body.bl-home-editorial-focus .create-band .evc-bg {
    background-image:
      linear-gradient(180deg,rgba(251,248,242,.2),rgba(251,248,242,.08)),
      url('/assets/media/boundlearn/boundlearn-seamless-backgrounds/create-mobile.png')!important;
  }
  body.bl-home-editorial-focus .create-band .evc-intro {
    grid-template-columns:1fr!important;
    gap:22px!important;
    margin-bottom:44px!important;
  }
  body.bl-home-editorial-focus .create-band .evc-title { font-size:36px!important; }
  body.bl-home-editorial-focus .create-band .evc-grid { grid-template-columns:1fr!important; }
  body.bl-home-editorial-focus .create-band .evc-step,
  body.bl-home-editorial-focus .create-band .evc-step:last-child {
    grid-column:auto;
    width:auto;
    padding:22px 8px 23px 42px!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step:before { left:7px; top:31px; }
  body.bl-home-editorial-focus .create-band .evc-step img { width:38px!important; height:38px!important; }
}

@media (min-width:681px) and (max-width:900px) {
  body.bl-home-editorial-focus .create-band .evc-intro {
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  body.bl-home-editorial-focus .create-band .evc-title { max-width:16ch; }
  body.bl-home-editorial-focus .create-band .evc-intro > p {
    max-width:58ch;
    margin-right:auto!important;
  }
}

/* Create Evidence composition 2: one centered watercolor canvas, no diagram route. */
@keyframes blEvcCanvasDrift {
  0%,100% { transform:scale(1.035) translate3d(-.35%,0,0); }
  50% { transform:scale(1.055) translate3d(.35%,-.4%,0); }
}

@media (min-width:1181px) {
  body.bl-home-editorial-focus .create-band {
    min-height:740px!important;
    padding:84px clamp(58px,7vw,112px) 78px!important;
  }
  body.bl-home-editorial-focus .create-band:after {
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:radial-gradient(ellipse 60% 58% at 50% 66%,rgba(251,248,242,.84) 0%,rgba(251,248,242,.5) 62%,rgba(251,248,242,0) 100%);
  }
  body.bl-home-editorial-focus .create-band .evc-bg {
    inset:-2%!important;
    background-image:url('/assets/media/boundlearn/boundlearn-create-canvas-v2.png?v=20260810-1')!important;
    background-position:center!important;
    background-size:cover!important;
    opacity:.88!important;
    animation:blEvcCanvasDrift 20s ease-in-out infinite;
  }
  body.bl-home-editorial-focus .create-band .evc-intro {
    display:block!important;
    max-width:790px!important;
    margin:0 auto 54px!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-title {
    max-width:16ch!important;
    margin:0 auto 20px!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-intro > p {
    max-width:62ch!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-grid {
    position:relative!important;
    display:block!important;
    width:100%;
    max-width:1100px;
    min-height:342px;
    margin:0 auto!important;
    padding:0!important;
  }
  body.bl-home-editorial-focus .create-band .bl-evc-route { display:none!important; }
  body.bl-home-editorial-focus .create-band .evc-step {
    position:absolute!important;
    width:220px;
    margin:0!important;
    padding:0!important;
    align-items:center!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step--think { left:5%; top:126px; }
  body.bl-home-editorial-focus .create-band .evc-step--build { left:24%; top:198px; }
  body.bl-home-editorial-focus .create-band .evc-step--create { left:50%; top:68px; transform:translateX(-50%); }
  body.bl-home-editorial-focus .create-band .evc-step--stand { right:24%; top:198px; }
  body.bl-home-editorial-focus .create-band .evc-step--choose { right:5%; top:126px; }
  body.bl-home-editorial-focus .create-band .evc-step img {
    width:40px!important;
    height:40px!important;
    margin:0 auto 13px!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step > div {
    min-height:0!important;
    margin:0 0 7px!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step > p {
    max-width:25ch!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step--create > div {
    font-size:18px!important;
    color:#8F1831!important;
  }
}

@media (max-width:1180px) {
  body.bl-home-editorial-focus .create-band .evc-bg {
    background-image:url('/assets/media/boundlearn/boundlearn-create-canvas-v2.png?v=20260810-1')!important;
    background-position:center!important;
    background-size:cover!important;
    opacity:.84!important;
  }
  body.bl-home-editorial-focus .create-band .evc-intro {
    display:block!important;
    max-width:760px!important;
    margin:0 auto 48px!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-title {
    max-width:16ch;
    margin:0 auto 18px!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-intro > p {
    max-width:60ch;
    margin:0 auto!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 52px!important;
    max-width:760px;
    margin:0 auto!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step,
  body.bl-home-editorial-focus .create-band .evc-step:last-child {
    width:auto;
    margin:0!important;
    padding:20px 14px!important;
    align-items:center!important;
    border:0!important;
    text-align:center!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step:before { display:none!important; }
  body.bl-home-editorial-focus .create-band .evc-step img { margin-left:auto!important; margin-right:auto!important; }
  body.bl-home-editorial-focus .create-band .evc-step > div,
  body.bl-home-editorial-focus .create-band .evc-step > p { text-align:center!important; }
  body.bl-home-editorial-focus .create-band .evc-step > p { margin-left:auto!important; margin-right:auto!important; }
}

@media (max-width:680px) {
  body.bl-home-editorial-focus .create-band .evc-grid {
    grid-template-columns:1fr!important;
    gap:4px!important;
  }
  body.bl-home-editorial-focus .create-band .evc-step,
  body.bl-home-editorial-focus .create-band .evc-step:last-child {
    padding:18px 10px!important;
  }
}

body.bl-home-editorial-focus .create-band .evc-title .evc-title-main {
  display:block!important;
  color:#111B2E!important;
  font-style:normal!important;
  font-weight:680!important;
}
body.bl-home-editorial-focus .create-band .evc-title .evc-title-accent {
  display:block!important;
  color:#B51B45!important;
  font-style:italic!important;
  font-weight:630!important;
}

body.bl-home-editorial-focus #why .bl-why-statement > span:first-child {
  font-style:italic!important;
}
body.bl-home-editorial-focus #why .bl-why-opening-line {
  position:relative;
}
body.bl-home-editorial-focus #why .bl-why-quote {
  display:inline-block;
  color:#111827;
  font-family:'Georgia','Times New Roman',serif!important;
  font-size:.82em;
  font-style:italic!important;
  font-weight:600;
  line-height:1;
}
body.bl-home-editorial-focus #why .bl-why-quote--open {
  position:absolute;
  right:100%;
  top:.105em;
  margin-right:.055em;
}
body.bl-home-editorial-focus #why .bl-why-quote--close {
  position:relative;
  top:.045em;
  margin-left:.04em;
}
body.bl-home-editorial-focus #why .bl-why-statement .bl-why-teaches {
  color:#C59A3A!important;
}
body.bl-home-editorial-focus #why .bl-why-statement .bl-why-syllabus {
  color:#8975BA!important;
}

/* One ecosystem: programme proposition leads; the six branded panels are the proof. */
body.bl-home-editorial-focus #about {
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#07111F!important;
}
body.bl-home-editorial-focus #about:before {
  content:"";
  position:absolute;
  inset:-2.5%;
  z-index:0;
  pointer-events:none;
  background:url("/assets/media/boundlearn/boundlearn-six-programmes-canvas-v1.png") center/cover no-repeat;
  opacity:.94;
  animation:blEvcCanvasDrift 22s ease-in-out infinite;
  will-change:transform;
}
body.bl-home-editorial-focus #about .eco-white { display:none!important; }
body.bl-home-editorial-focus #about .bl-ecosystem-title {
  font-family:'Manrope',system-ui,sans-serif!important;
  font-weight:680!important;
  letter-spacing:-.05em!important;
  color:#F5F2EC!important;
}
body.bl-home-editorial-focus #about .bl-ecosystem-title > span { display:block; }
body.bl-home-editorial-focus #about .bl-ecosystem-title > span:last-child {
  color:#F5F2EC;
  font-style:normal;
  font-weight:620;
}
body.bl-home-editorial-focus #about .bl-ecosystem-title .bl-ecosystem-direction > span {
  display:inline-block;
  color:#F5F2EC;
  font-style:normal;
}
body.bl-home-editorial-focus #about .bl-ecosystem-title .bl-ecosystem-direction > em {
  display:inline-block;
  color:#B8A7D5;
  font-style:italic;
}
body.bl-home-editorial-focus #about .bl-ecosystem-copy,
body.bl-home-editorial-focus #about .bl-ecosystem-close {
  font-family:'Manrope',system-ui,sans-serif!important;
}
body.bl-home-editorial-focus #about .bl-ecosystem-copy {
  color:#C9D1DD!important;
}
body.bl-home-editorial-focus #about .bl-ecosystem-close {
  color:#F5F2EC!important;
  font-weight:620;
}
body.bl-home-editorial-focus #about .bl-ecosystem-cta {
  display:inline-flex!important;
  align-items:center;
  gap:12px!important;
  width:max-content;
  min-height:30px;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#B8A7D5!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:11px!important;
  font-weight:750!important;
  letter-spacing:.13em!important;
  line-height:1.2!important;
  text-transform:uppercase;
  text-decoration:none!important;
  transition:color .24s ease!important;
}
body.bl-home-editorial-focus #about .bl-ecosystem-cta:before {
  content:"";
  width:44px;
  height:1px;
  flex:none;
  background:currentColor;
  transition:width .25s ease;
}
body.bl-home-editorial-focus #about .bl-ecosystem-cta:hover {
  color:#F5F2EC!important;
}
body.bl-home-editorial-focus #about .bl-ecosystem-cta:hover:before { width:58px; }
body.bl-home-editorial-focus #about .vacc-item a {
  display:inline-flex!important;
  align-items:center;
  width:max-content;
  padding:8px 0 9px!important;
  border:0!important;
  border-bottom:1px solid var(--acc,#D4AF37)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#F5F2EC!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:11px!important;
  font-weight:760!important;
  letter-spacing:.12em!important;
  line-height:1.2!important;
  text-transform:uppercase;
  text-decoration:none!important;
  text-shadow:0 1px 8px rgba(0,0,0,.55);
  transition:color .24s ease,border-color .24s ease!important;
}
body.bl-home-editorial-focus #about .vacc-item a:hover {
  color:#FFFFFF!important;
  border-bottom-color:#FFFFFF!important;
}

/* Each closed panel reveals one of the six painted columns from the approved canvas reference. */
body.bl-home-editorial-focus #about .vacc-item[data-program="sparklab"] { --bl-programme-canvas-x:94%; }
body.bl-home-editorial-focus #about .vacc-item[data-program="rise"] { --bl-programme-canvas-x:61%; }
body.bl-home-editorial-focus #about .vacc-item[data-program="consult"] { --bl-programme-canvas-x:69%; }
body.bl-home-editorial-focus #about .vacc-item[data-program="yfl"] { --bl-programme-canvas-x:87%; }
body.bl-home-editorial-focus #about .vacc-item[data-program="delta"] { --bl-programme-canvas-x:79.5%; }
body.bl-home-editorial-focus #about .vacc-item[data-program="hsa"] { --bl-programme-canvas-x:52.5%; }
body.bl-home-editorial-focus #about .vacc-item[data-open="false"]:after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background-image:
    linear-gradient(180deg,
      rgba(7,17,31,.04) 0%,
      rgba(7,17,31,.22) 56%,
      rgba(7,17,31,.78) 100%
    ),
    url("/assets/media/boundlearn/boundlearn-six-programmes-canvas-v1.png");
  background-position:center,var(--bl-programme-canvas-x) bottom;
  background-size:auto,auto 150%;
  background-repeat:no-repeat;
  background-blend-mode:normal;
  opacity:1;
  transition:opacity .32s ease;
}
body.bl-home-editorial-focus #about .vacc-item[data-open="true"]:after { opacity:0; }
body.bl-home-editorial-focus #about .vacc-accent { display:none!important; }
body.bl-home-editorial-focus #about .vacc-frost-label { display:none!important; }
body.bl-home-editorial-focus #about .vacc-program-name {
  font-family:'Montserrat','Manrope',system-ui,sans-serif!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
body.bl-home-editorial-focus #about .vacc-program-name--open {
  letter-spacing:-.025em!important;
}
body.bl-home-editorial-focus #about .vacc-program-name--closed,
body.bl-home-editorial-focus #about .vacc-program-name--frost {
  letter-spacing:.045em!important;
}
body.bl-home-editorial-focus #about .vacc-closed-label {
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:20px!important;
  padding:0 0 30px!important;
  z-index:3!important;
}
body.bl-home-editorial-focus #about .vacc-closed-label .vacc-program-name--closed {
  position:static!important;
  margin:0 auto!important;
  transform:rotate(180deg)!important;
}
body.bl-home-editorial-focus #about .vacc-closed-label .vacc-program-plus {
  position:static!important;
  margin:0 auto!important;
  transform:none;
  color:#F5F2EC!important;
}

@media (min-width:1181px) {
  body.bl-home-editorial-focus #about {
    min-height:720px;
    padding:0 0 0 clamp(58px,7vw,112px)!important;
    border-top:1px solid rgba(245,242,236,.16);
    border-bottom:1px solid rgba(245,242,236,.16);
  }
  body.bl-home-editorial-focus #about .about-grid {
    display:grid!important;
    grid-template-columns:minmax(390px,38%) minmax(0,62%);
    gap:clamp(48px,5vw,86px)!important;
    min-height:720px;
    align-items:stretch!important;
  }
  body.bl-home-editorial-focus #about .about-grid > div:first-child {
    align-self:center!important;
    max-width:510px!important;
    min-width:0!important;
    padding:72px 0!important;
  }
  body.bl-home-editorial-focus #about .bl-ecosystem-title {
    max-width:none;
    font-size:clamp(44px,3.45vw,52px)!important;
    line-height:1.01!important;
  }
  body.bl-home-editorial-focus #about .bl-ecosystem-title > span:first-child,
  body.bl-home-editorial-focus #about .bl-ecosystem-direction { white-space:nowrap; }
  body.bl-home-editorial-focus #about .bl-ecosystem-copy,
  body.bl-home-editorial-focus #about .bl-ecosystem-close {
    max-width:47ch!important;
    font-size:16px!important;
    line-height:1.68!important;
  }
  body.bl-home-editorial-focus #about .about-grid > div:last-child { min-width:0; }
  body.bl-home-editorial-focus #about .vacc {
    min-height:720px!important;
    height:720px!important;
  }
  body.bl-home-editorial-focus #about .vacc-item {
    min-width:42px!important;
    box-shadow:none!important;
  }
}

@media (max-width:1180px) {
  body.bl-home-editorial-focus #about { padding:68px 0 0!important; }
  body.bl-home-editorial-focus #about:before {
    inset:-1.5%;
    background-position:34% center;
    opacity:.9;
  }
  body.bl-home-editorial-focus #about .about-grid {
    display:flex!important;
    flex-direction:column!important;
    gap:48px!important;
    padding:0!important;
  }
  body.bl-home-editorial-focus #about .about-grid > div:first-child {
    width:min(100% - 48px,760px)!important;
    max-width:760px!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:0!important;
    text-align:center;
  }
  body.bl-home-editorial-focus #about .bl-ecosystem-title {
    max-width:13ch;
    margin-inline:auto!important;
    font-size:clamp(40px,6.8vw,58px)!important;
    line-height:1.02!important;
  }
  body.bl-home-editorial-focus #about .bl-ecosystem-copy,
  body.bl-home-editorial-focus #about .bl-ecosystem-close {
    max-width:58ch!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.bl-home-editorial-focus #about .about-grid > div:last-child { width:100%; }
  body.bl-home-editorial-focus #about .vacc {
    width:100%;
    min-height:560px!important;
  }
}

@media (max-width:680px) {
  body.bl-home-editorial-focus #about { padding-top:58px!important; }
  body.bl-home-editorial-focus #about .about-grid { gap:38px!important; }
  body.bl-home-editorial-focus #about .about-grid > div:first-child { width:calc(100% - 48px)!important; }
  body.bl-home-editorial-focus #about .bl-ecosystem-title { font-size:38px!important; }
  body.bl-home-editorial-focus #about .bl-ecosystem-copy,
  body.bl-home-editorial-focus #about .bl-ecosystem-close { font-size:15px!important; }
  body.bl-home-editorial-focus #about .bl-ecosystem-cta {
    width:max-content!important;
    box-sizing:border-box;
    text-align:center;
    justify-content:center;
  }
}

/* Shared homepage exploration links: a route line and modernist marker, never an arrow. */
body.bl-home-editorial-focus .bl-ed-link,
body.bl-home-editorial-focus #about .bl-ecosystem-cta,
body.bl-home-editorial-focus .bl-hero-discover-desktop {
  --bl-link-marker:currentColor;
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:30px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:11px!important;
  font-weight:750!important;
  letter-spacing:.13em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  transition:color .25s ease,transform .25s ease!important;
}
body.bl-home-editorial-focus .bl-ed-link:before,
body.bl-home-editorial-focus #about .bl-ecosystem-cta:before,
body.bl-home-editorial-focus .bl-hero-discover-desktop:before {
  content:""!important;
  display:block!important;
  width:44px!important;
  height:1px!important;
  flex:none!important;
  background:linear-gradient(90deg,currentColor,var(--bl-link-marker))!important;
  transition:width .32s cubic-bezier(.22,.61,.36,1)!important;
}
body.bl-home-editorial-focus .bl-ed-link:after,
body.bl-home-editorial-focus #about .bl-ecosystem-cta:after,
body.bl-home-editorial-focus .bl-hero-discover-desktop:after {
  content:""!important;
  position:absolute!important;
  display:block!important;
  left:40px!important;
  top:50%!important;
  width:6px!important;
  height:6px!important;
  background:var(--bl-link-marker)!important;
  transform:translate(-50%,-50%) rotate(45deg)!important;
  transition:left .32s cubic-bezier(.22,.61,.36,1),transform .32s ease!important;
}
body.bl-home-editorial-focus .bl-ed-link:hover,
body.bl-home-editorial-focus #about .bl-ecosystem-cta:hover,
body.bl-home-editorial-focus .bl-hero-discover-desktop:hover {
  transform:translateX(3px)!important;
}
body.bl-home-editorial-focus .bl-ed-link:hover:before,
body.bl-home-editorial-focus #about .bl-ecosystem-cta:hover:before,
body.bl-home-editorial-focus .bl-hero-discover-desktop:hover:before { width:60px!important; }
body.bl-home-editorial-focus .bl-ed-link:hover:after,
body.bl-home-editorial-focus #about .bl-ecosystem-cta:hover:after,
body.bl-home-editorial-focus .bl-hero-discover-desktop:hover:after {
  left:56px!important;
  transform:translate(-50%,-50%) rotate(225deg)!important;
}
body.bl-home-editorial-focus #why .bl-ed-link {
  --bl-link-marker:#CF765E;
  color:#8F1831!important;
}
body.bl-home-editorial-focus .grades-band .bl-ed-link {
  --bl-link-marker:#E4C45F;
  color:#D4AF37!important;
}
body.bl-home-editorial-focus #about .bl-ecosystem-cta {
  --bl-link-marker:#D1C5E4;
  color:#B8A7D5!important;
}
body.bl-home-editorial-focus .bl-hero-discover-desktop {
  --bl-link-marker:#D4AF37;
  color:#F5F2EC!important;
  text-shadow:0 2px 14px rgba(0,0,0,.48);
}

/* Final cascade ownership for the desktop stacked school-video field. */
@media (min-width:1181px) {
  body.bl-home-editorial-focus #why .why-text { right:44%!important; }
  body.bl-home-editorial-focus #why .why-acc { width:40%!important; }
  body.bl-home-editorial-focus #why .why-item {
    background:#E9E3D9!important;
    border-right:0!important;
    border-bottom:1px solid rgba(7,17,31,.18)!important;
  }
  body.bl-home-editorial-focus #why .why-item:nth-child(3) { border-bottom:0!important; }
  body.bl-home-editorial-focus #why .why-acc:hover .why-item { flex-basis:12%!important; }
  body.bl-home-editorial-focus #why .why-acc .why-item:hover { flex-basis:76%!important; }
  body.bl-home-editorial-focus #why .why-frost {
    background:linear-gradient(90deg,rgba(7,17,31,.26),rgba(7,17,31,.06) 68%,transparent)!important;
  }
  body.bl-home-editorial-focus #why .why-item:hover video {
    opacity:.94!important;
    filter:grayscale(.1) contrast(1.04) brightness(.62)!important;
  }
  body.bl-home-editorial-focus #why .why-item:hover .why-frost {
    opacity:1!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    background:linear-gradient(180deg,rgba(5,11,20,.12) 0%,rgba(5,11,20,.3) 44%,rgba(5,11,20,.84) 100%)!important;
  }
}

/* Final typography ownership for the THINK / BUILD / STAND OUT accordion. */
body.bl-home-editorial-focus #why .why-num span:first-child,
body.bl-home-editorial-focus #why .why-open-body > div:first-child {
  font-family:'Montserrat','Manrope',system-ui,sans-serif!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
body.bl-home-editorial-focus #why .why-open-body > div:first-child {
  letter-spacing:-.025em!important;
}


/* Success is measurable: selected destinations move as one continuous record. */
@keyframes blOutcomesRailForward {
  to { transform:translate3d(-50%,0,0); }
}

@keyframes blOutcomesRailReverse {
  from { transform:translate3d(-50%,0,0); }
  to { transform:translate3d(0,0,0); }
}

body.bl-home-editorial-focus #outcomes {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(82px,8vw,118px) 0 clamp(78px,7vw,108px)!important;
  background:
    linear-gradient(180deg,rgba(4,12,24,.12),rgba(4,12,24,.22)),
    url("/assets/media/boundlearn/boundlearn-outcomes-canvas-v1.png?v=20260810-1") center/cover no-repeat!important;
  border-top:1px solid rgba(245,242,236,.12);
  border-bottom:1px solid rgba(245,242,236,.12);
}
body.bl-home-editorial-focus #outcomes:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(4,12,24,.16),transparent 18%,transparent 82%,rgba(4,12,24,.16));
}
body.bl-home-editorial-focus #outcomes > div {
  position:relative;
  z-index:2;
  max-width:none!important;
  margin:0!important;
  text-align:center!important;
}
body.bl-home-editorial-focus #outcomes h2 {
  max-width:none!important;
  margin:0 auto!important;
  color:#F7F3EA!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:clamp(44px,4.4vw,66px)!important;
  font-weight:650!important;
  line-height:1.02!important;
  letter-spacing:-.048em!important;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-title-lead,
body.bl-home-editorial-focus #outcomes .bl-outcomes-measurable {
  display:block;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-measurable {
  position:relative;
  width:max-content;
  margin:4px auto 0;
  color:#A9C3AD;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-measurable:after {
  content:"";
  display:block;
  width:clamp(142px,15vw,220px);
  height:30px;
  margin:4px auto 0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 30'%3E%3Cdefs%3E%3Cfilter id='rough' x='-4%25' y='-30%25' width='108%25' height='160%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.018 .22' numOctaves='2' seed='11' result='noise'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='2.2' xChannelSelector='R' yChannelSelector='B'/%3E%3C/filter%3E%3Cmask id='brush'%3E%3Crect width='220' height='30' fill='black'/%3E%3Cpath d='M4 23 C48 5 111 2 216 8' fill='none' stroke='white' stroke-width='10' stroke-linecap='round' filter='url(%23rough)'/%3E%3Cpath d='M18 20 C66 8 126 6 193 9' fill='none' stroke='black' stroke-opacity='.72' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M42 22 C91 11 145 9 207 10' fill='none' stroke='black' stroke-opacity='.52' stroke-width='.8' stroke-dasharray='30 8 18 10'/%3E%3C/mask%3E%3C/defs%3E%3Crect width='220' height='30' fill='%23D4AF37' mask='url(%23brush)'/%3E%3Cpath d='M7 27 C58 12 124 10 205 12' fill='none' stroke='%23E4C865' stroke-opacity='.42' stroke-width='1.8' stroke-linecap='round' filter='url(%23rough)'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
body.bl-home-editorial-focus #outcomes p {
  max-width:62ch!important;
  margin:20px auto 0!important;
  padding-inline:24px;
  color:#AEB9C9!important;
  font-family:'Manrope',system-ui,sans-serif!important;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-logos {
  display:grid!important;
  gap:20px!important;
  margin-top:58px!important;
  border:0!important;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-row {
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-track {
  display:flex;
  width:max-content;
  gap:0;
  will-change:transform;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-row--1 .bl-outcomes-track {
  animation:blOutcomesRailForward 36s linear infinite;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-row--2 .bl-outcomes-track {
  animation:blOutcomesRailReverse 42s linear infinite;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-row:hover .bl-outcomes-track {
  animation-play-state:paused;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-group {
  display:flex;
  flex:none;
  gap:22px;
  padding-left:22px;
  counter-reset:bl-outcome-logo;
}
body.bl-home-editorial-focus #outcomes .ulogo {
  counter-increment:bl-outcome-logo;
  position:relative;
  flex:0 0 clamp(176px,15.5vw,232px)!important;
  width:clamp(176px,15.5vw,232px)!important;
  max-width:none!important;
  min-height:116px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px 26px!important;
  overflow:hidden;
  border:1px solid rgba(247,243,234,.32)!important;
  border-radius:14px;
  background:linear-gradient(145deg,rgba(250,247,240,.97),rgba(231,227,218,.92))!important;
  box-shadow:0 16px 36px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.7);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
body.bl-home-editorial-focus #outcomes .ulogo:before {
  content:var(--bl-logo-index,"00");
  position:absolute;
  top:10px;
  left:12px;
  color:rgba(11,18,33,.32);
  font:700 9px/1 'Manrope',system-ui,sans-serif;
  letter-spacing:.12em;
}
body.bl-home-editorial-focus #outcomes .ulogo:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg,#D4AF37,#CF765E 35%,#2F7F78 68%,#A894C7);
  opacity:.8;
}
body.bl-home-editorial-focus #outcomes .ulogo:hover {
  transform:translateY(-4px);
  border-color:rgba(212,175,55,.58)!important;
  box-shadow:0 20px 42px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.82);
}
body.bl-home-editorial-focus #outcomes .ulogo img {
  width:auto!important;
  max-width:88%!important;
  height:auto!important;
  max-height:62px!important;
  object-fit:contain!important;
  filter:none!important;
}
body.bl-home-editorial-focus #outcomes .bl-outcomes-link {
  --bl-link-marker:#A9C3AD;
  width:max-content;
  margin:36px auto 0!important;
  color:#F7F3EA!important;
}

/* FAMILY + STUDENT VOICES: light watercolor correspondence folio */
body.bl-home-editorial-focus .bl-family-proof {
  position:relative;
  isolation:isolate;
  min-height:720px;
  padding:96px clamp(42px,6.5vw,104px) 110px!important;
  overflow:hidden;
  background:#F7F2E8 url("/assets/media/boundlearn/boundlearn-family-voices-canvas-v1.png") center/cover no-repeat!important;
  animation:none!important;
}
body.bl-home-editorial-focus .bl-family-proof:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,252,246,.12),rgba(255,252,246,.34));
  animation:none!important;
}
body.bl-home-editorial-focus .bl-family-proof:after {
  content:"";
  position:absolute;
  left:clamp(42px,6.5vw,104px);
  right:clamp(42px,6.5vw,104px);
  bottom:54px;
  height:1px;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(11,18,33,.24) 16%,rgba(11,18,33,.24) 84%,transparent);
  animation:none!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-grid {
  position:relative;
  z-index:1;
  width:100%;
  max-width:1220px!important;
  margin:0 auto!important;
  display:flex!important;
  flex-direction:column;
  align-items:stretch!important;
  gap:52px!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-head {
  order:-1;
  text-align:center!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-head h2 {
  max-width:none!important;
  margin:0 auto!important;
  color:#315F7D!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:clamp(44px,4.25vw,62px)!important;
  font-weight:720!important;
  line-height:1.02!important;
  letter-spacing:-.048em!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-head h2 em,
body.bl-home-editorial-focus .bl-family-proof .fam-head h2 span {
  display:block;
}
body.bl-home-editorial-focus .bl-family-proof .fam-head h2 em {
  margin:0 0 7px;
  color:#347FC4!important;
  -webkit-text-fill-color:#347FC4!important;
  font-size:.58em;
  font-weight:620;
  font-style:italic!important;
  line-height:1.05;
  letter-spacing:-.035em;
  transform:skewX(-7deg);
  transform-origin:center;
}
body.bl-home-editorial-focus .bl-family-proof .fam-head h2 span {
  color:#0B1221;
  font-style:normal;
}
body.bl-home-editorial-focus .bl-family-proof .fam-head .hdr-stroke {
  display:none!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-cards {
  position:relative;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  border:0!important;
  overflow:visible;
}
body.bl-home-editorial-focus .bl-family-proof .fam-card {
  --fam-accent:#8F2A45;
  position:relative;
  z-index:1;
  min-height:350px!important;
  padding:42px 34px 32px!important;
  border:1px solid rgba(11,18,33,.14)!important;
  border-radius:2px!important;
  overflow:visible;
  background:rgba(255,253,248,.88)!important;
  box-shadow:0 22px 54px rgba(44,35,28,.12),inset 0 1px 0 rgba(255,255,255,.9)!important;
  transform:none!important;
  backdrop-filter:blur(5px);
  transition:transform .35s ease,box-shadow .35s ease!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(2) { --fam-accent:#2F7F78; }
body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(3) { --fam-accent:#8873AD; }
body.bl-home-editorial-focus .bl-family-proof .fam-card:before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:9px -8px -9px 8px;
  border:1px solid color-mix(in srgb,var(--fam-accent) 30%,transparent);
  background:color-mix(in srgb,var(--fam-accent) 8%,rgba(255,253,248,.7));
  transform:rotate(.45deg);
  pointer-events:none;
}
body.bl-home-editorial-focus .bl-family-proof .fam-card:after {
  content:"0" counter(fam-voice);
  position:absolute;
  top:21px;
  right:24px;
  color:color-mix(in srgb,var(--fam-accent) 78%,#0B1221);
  font:750 10px/1 'Manrope',system-ui,sans-serif;
  letter-spacing:.16em;
}
body.bl-home-editorial-focus .bl-family-proof .fam-cards { counter-reset:fam-voice; }
body.bl-home-editorial-focus .bl-family-proof .fam-card { counter-increment:fam-voice; }
body.bl-home-editorial-focus .bl-family-proof .fam-card > div:first-child {
  width:46px;
  height:38px;
  margin:0 0 26px!important;
  color:var(--fam-accent)!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:64px!important;
  font-weight:700;
  line-height:.78!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-card p {
  margin:0 0 28px!important;
  color:#1B2432!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:17px!important;
  font-weight:520;
  line-height:1.62!important;
  letter-spacing:-.014em;
}
body.bl-home-editorial-focus .bl-family-proof .fam-card > div:last-child {
  position:relative;
  margin-top:auto!important;
  padding-top:18px;
  border-top:1px solid color-mix(in srgb,var(--fam-accent) 32%,transparent);
}
body.bl-home-editorial-focus .bl-family-proof .fam-card > div:last-child > div:first-child {
  color:#0B1221!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:14px!important;
  font-weight:780!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-card > div:last-child > div:nth-child(2),
body.bl-home-editorial-focus .bl-family-proof .fam-card > div:last-child > div:nth-child(3) {
  color:#667085!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:11px!important;
  font-weight:650;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body.bl-home-editorial-focus .bl-family-proof .fam-card:hover {
  transform:translateY(-5px)!important;
  box-shadow:0 28px 64px rgba(44,35,28,.17),inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body.bl-home-editorial-focus .bl-family-proof .fam-cards[data-set="1"] .fam-card { animation:bl-fam-settle-a .64s cubic-bezier(.2,.7,.25,1) both; }
body.bl-home-editorial-focus .bl-family-proof .fam-cards[data-set="2"] .fam-card { animation:bl-fam-settle-b .64s cubic-bezier(.2,.7,.25,1) both; }
body.bl-home-editorial-focus .bl-family-proof .fam-cards[data-set="3"] .fam-card { animation:bl-fam-settle-c .64s cubic-bezier(.2,.7,.25,1) both; }
body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(2) { animation-delay:.055s!important; }
body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(3) { animation-delay:.11s!important; }
@keyframes bl-fam-settle-a { from { opacity:0; transform:translate3d(-18px,14px,0) rotate(-.35deg); } to { opacity:1; transform:translate3d(0,0,0) rotate(0); } }
@keyframes bl-fam-settle-b { from { opacity:0; transform:translate3d(0,18px,0) scale(.985); } to { opacity:1; transform:translate3d(0,0,0) scale(1); } }
@keyframes bl-fam-settle-c { from { opacity:0; transform:translate3d(18px,14px,0) rotate(.35deg); } to { opacity:1; transform:translate3d(0,0,0) rotate(0); } }

@media (min-width:1000px) {
  body.bl-home-editorial-focus .bl-family-proof .fam-head h2 { white-space:nowrap; }
}

@media (max-width:900px) {
  body.bl-home-editorial-focus .bl-family-proof {
    min-height:0;
    padding:78px 34px 88px!important;
    background-position:center top!important;
  }
  body.bl-home-editorial-focus .bl-family-proof .fam-grid { gap:42px!important; }
  body.bl-home-editorial-focus .bl-family-proof .fam-head h2 {
    max-width:14ch!important;
    font-size:clamp(40px,6.2vw,54px)!important;
  }
  body.bl-home-editorial-focus .bl-family-proof .fam-cards {
    grid-template-columns:repeat(3,minmax(280px,42vw))!important;
    overflow-x:auto;
    overflow-y:visible;
    padding:8px 14px 28px 2px;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin;
    scrollbar-color:rgba(143,42,69,.42) transparent;
  }
  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    min-height:330px!important;
    padding:38px 30px 30px!important;
    scroll-snap-align:start;
  }
}

@media (max-width:600px) {
  body.bl-home-editorial-focus .bl-family-proof {
    padding:88px 20px 74px!important;
  }
  body.bl-home-editorial-focus .bl-family-proof:after { left:20px; right:20px; bottom:36px; }
  body.bl-home-editorial-focus .bl-family-proof .fam-head h2 {
    max-width:12ch!important;
    font-size:clamp(36px,10.5vw,46px)!important;
  }
  body.bl-home-editorial-focus .bl-family-proof .fam-cards {
    grid-template-columns:repeat(3,minmax(278px,82vw))!important;
    gap:18px!important;
  }
  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    min-height:320px!important;
    padding:36px 27px 28px!important;
  }
  body.bl-home-editorial-focus .bl-family-proof .fam-card p { font-size:16px!important; }
}

/* Responsive programme directory — homepage owner only.
   Mobile and tablet use neutral, equal logo tiles; brand-colour rails and the
   desktop expanding artwork remain exclusive to the approved desktop canvas. */
.vacc-responsive-tile { display:none; }

@media (max-width:1180px) {
  body.bl-home-editorial-focus #about .vacc {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    margin:0 clamp(22px,4vw,42px)!important;
    overflow:visible!important;
  }

  body.bl-home-editorial-focus #about .vacc-item {
    position:relative!important;
    display:block!important;
    flex:none!important;
    width:auto!important;
    min-width:0!important;
    height:190px!important;
    min-height:190px!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    border-radius:18px!important;
    background:rgba(248,245,237,.96)!important;
    overflow:hidden!important;
    box-shadow:0 16px 34px rgba(0,0,0,.16)!important;
    cursor:default!important;
  }

  body.bl-home-editorial-focus #about .vacc-item > * {
    display:none!important;
  }

  body.bl-home-editorial-focus #about .vacc-item > .vacc-responsive-tile {
    position:absolute;
    inset:0;
    z-index:20;
    display:flex!important;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    gap:0;
    padding:20px;
    box-sizing:border-box;
    background-image:linear-gradient(180deg,transparent 48%,rgba(5,11,20,.12) 100%),var(--vacc-responsive-art);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    text-align:left;
  }

  body.bl-home-editorial-focus #about .vacc-responsive-logo {
    display:none!important;
    width:auto;
    max-width:min(190px,78%);
    height:54px;
    max-height:54px;
    object-fit:contain;
    filter:none;
  }

  body.bl-home-editorial-focus #about .vacc-responsive-name {
    display:none!important;
    color:#0B1221;
    font:800 12px/1.15 'Montserrat','Manrope',sans-serif;
    letter-spacing:.045em;
    text-transform:uppercase;
  }

  body.bl-home-editorial-focus #about .vacc-responsive-link {
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-height:0;
    padding:0 0 7px;
    border:0!important;
    border-bottom:1px solid var(--acc,#D4AF37)!important;
    border-radius:0;
    color:#F5F2EC!important;
    background:transparent!important;
    font:800 10px/1 'Montserrat','Manrope',sans-serif!important;
    letter-spacing:.09em;
    text-transform:uppercase;
    text-decoration:none;
  }

  body.bl-home-editorial-focus #about .vacc-responsive-link:hover,
  body.bl-home-editorial-focus #about .vacc-responsive-link:focus-visible {
    color:#FFFFFF!important;
    background:transparent!important;
    border-bottom-color:#FFFFFF!important;
  }
}

@media (min-width:820px) and (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus #about .vacc {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media (max-width:600px) {
  body.bl-home-editorial-focus #about .vacc {
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-inline:18px!important;
  }

  body.bl-home-editorial-focus #about .vacc-item {
    height:146px!important;
    min-height:146px!important;
    border-radius:16px!important;
  }

  body.bl-home-editorial-focus #about .vacc-item > .vacc-responsive-tile {
    display:flex!important;
    align-items:flex-start;
    justify-content:flex-end;
    padding:18px;
    text-align:left;
  }

  body.bl-home-editorial-focus #about .vacc-responsive-logo {
    display:none!important;
  }

  body.bl-home-editorial-focus #about .vacc-responsive-name {
    display:none!important;
  }

  body.bl-home-editorial-focus #about .vacc-responsive-link {
    align-self:start;
  }
}

/*
 * Responsive canvas ownership.
 * These compositions are authored for their target orientation; they must not
 * inherit a cropped desktop canvas at mobile or tablet widths.
 */
@media (max-width:1180px) and (orientation:portrait) {
  body.bl-home-editorial-focus .grades-band .bl-ed-material {
    display:block!important;
    inset:0!important;
    background-image:linear-gradient(180deg,rgba(5,13,26,.06),rgba(5,13,26,.18)),url('/assets/media/boundlearn/boundlearn-grades-canvas-portrait-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
    opacity:1!important;
  }

  body.bl-home-editorial-focus .create-band .evc-bg {
    display:block!important;
    inset:0!important;
    background-image:url('/assets/media/boundlearn/boundlearn-create-canvas-portrait-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
    opacity:.92!important;
  }

  body.bl-home-editorial-focus #about:before {
    inset:0!important;
    background-image:url('/assets/media/boundlearn/boundlearn-programmes-canvas-portrait-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }

  body.bl-home-editorial-focus #outcomes {
    background-image:linear-gradient(180deg,rgba(4,12,24,.1),rgba(4,12,24,.2)),url('/assets/media/boundlearn/boundlearn-outcomes-canvas-portrait-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }

  body.bl-home-editorial-focus .bl-family-proof {
    background-image:url('/assets/media/boundlearn/boundlearn-family-canvas-portrait-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }

  body.bl-home-editorial-focus .hiw-outer:before {
    inset:-2%!important;
    background-image:url('/assets/media/boundlearn/boundlearn-journey-canvas-portrait-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:before {
    inset:-2%!important;
    background-image:url('/assets/media/boundlearn/boundlearn-contact-canvas-portrait-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }
}

@media (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus .grades-band .bl-ed-material {
    display:block!important;
    inset:0!important;
    background-image:linear-gradient(90deg,rgba(5,13,26,.06),rgba(5,13,26,.16)),url('/assets/media/boundlearn/boundlearn-grades-canvas-landscape-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
    opacity:1!important;
  }

  body.bl-home-editorial-focus .create-band .evc-bg {
    display:block!important;
    inset:0!important;
    background-image:url('/assets/media/boundlearn/boundlearn-create-canvas-landscape-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
    opacity:.92!important;
  }

  body.bl-home-editorial-focus #about:before {
    inset:0!important;
    background-image:url('/assets/media/boundlearn/boundlearn-programmes-canvas-landscape-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }

  body.bl-home-editorial-focus #outcomes {
    background-image:linear-gradient(180deg,rgba(4,12,24,.1),rgba(4,12,24,.2)),url('/assets/media/boundlearn/boundlearn-outcomes-canvas-landscape-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }

  body.bl-home-editorial-focus .bl-family-proof {
    background-image:url('/assets/media/boundlearn/boundlearn-family-canvas-landscape-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }

  body.bl-home-editorial-focus .hiw-outer:before {
    inset:-2%!important;
    background-image:url('/assets/media/boundlearn/boundlearn-journey-canvas-landscape-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:before {
    inset:-2%!important;
    background-image:url('/assets/media/boundlearn/boundlearn-contact-canvas-landscape-v1.png')!important;
    background-position:center!important;
    background-size:cover!important;
  }
}

/* Responsive manifesto artwork: dedicated crops preserve the approved desktop
   collage instead of rebuilding it as a fragile text-and-stat layout. */
@media (max-width:1180px) {
  body.bl-home-editorial-focus #why {
    min-height:0!important;
    padding:0!important;
    background:#eee4d4!important;
    overflow:hidden!important;
  }

  body.bl-home-editorial-focus #why .why-white,
  body.bl-home-editorial-focus #why .why-text,
  body.bl-home-editorial-focus #why .bl-why-collage-fragment {
    display:none!important;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-stage {
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    aspect-ratio:2 / 3!important;
    overflow:hidden!important;
    background:#eee4d4!important;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-plane {
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    transform:none!important;
    animation:none!important;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-plane picture {
    display:block!important;
    width:100%!important;
    height:100%!important;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-base {
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:50% 50%!important;
  }

  body.bl-home-editorial-focus #why .bl-why-story-link {
    position:absolute!important;
    z-index:8!important;
    left:50%!important;
    right:auto!important;
    bottom:clamp(14px,3vw,28px)!important;
    display:inline-flex!important;
    width:max-content!important;
    margin:0!important;
    transform:translateX(-50%)!important;
    color:#a51c30!important;
    text-shadow:0 1px 10px rgba(247,240,226,.9)!important;
  }

  body.bl-home-editorial-focus #why .why-acc {
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:681px) and (max-width:1180px) and (orientation:portrait) {
  body.bl-home-editorial-focus #why .bl-why-collage-stage {
    aspect-ratio:4 / 5!important;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-base {
    object-position:50% 48%!important;
  }
}

@media (max-width:950px) and (orientation:landscape) {
  body.bl-home-editorial-focus #why .bl-why-collage-stage {
    aspect-ratio:16 / 9!important;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-base {
    object-position:50% 47%!important;
  }
}

@media (min-width:951px) and (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus #why .bl-why-collage-stage {
    aspect-ratio:3 / 2!important;
  }
}

/* Responsive programme cards: the desktop colour-key rails are not part of
   the approved mobile/tablet accordion treatment. */
@media (max-width:1180px) {
  body.bl-home-editorial-focus #about .vacc-item {
    border-top:0!important;
    border-bottom:0!important;
  }

  body.bl-home-editorial-focus #about .vacc-accent {
    display:none!important;
  }

  body.bl-home-editorial-focus #contact .bl-contact-form-shell {
    scroll-margin-top:calc(var(--bl-shell-height,54px) + 18px);
  }
}

/* Keep the animated staircase clear of the mobile CTA. */
@media (max-width:680px) {
  body.bl-home-editorial-focus .bl-grades-circuit {
    left:64%!important;
    right:4%!important;
    bottom:14px!important;
    height:66px!important;
    opacity:.68!important;
  }
}

@media (max-width:760px) {
  body.bl-home-editorial-focus #outcomes {
    padding:68px 0 64px!important;
  }
  body.bl-home-editorial-focus #outcomes h2 {
    font-size:clamp(36px,10vw,48px)!important;
  }
  body.bl-home-editorial-focus #outcomes p {
    font-size:14px!important;
    line-height:1.65!important;
  }
  body.bl-home-editorial-focus #outcomes .bl-outcomes-logos {
    gap:14px!important;
    margin-top:42px!important;
  }
  body.bl-home-editorial-focus #outcomes .bl-outcomes-track { gap:0; }
  body.bl-home-editorial-focus #outcomes .bl-outcomes-group { gap:14px; }
  body.bl-home-editorial-focus #outcomes .bl-outcomes-group { padding-left:14px; }
  body.bl-home-editorial-focus #outcomes .ulogo {
    flex-basis:164px!important;
    width:164px!important;
    min-height:96px!important;
    padding:20px!important;
  }
  body.bl-home-editorial-focus #outcomes .ulogo img { max-height:50px!important; }
  body.bl-home-editorial-focus #outcomes .bl-outcomes-link { margin-top:30px!important; }
}

@media (prefers-reduced-motion:reduce) {
  body.bl-home-editorial-focus #outcomes .bl-outcomes-track {
    animation:none!important;
  }
  body.bl-home-editorial-focus #outcomes .bl-outcomes-row {
    overflow-x:auto;
    -webkit-mask-image:none;
    mask-image:none;
  }
  body.bl-home-editorial-focus #about:before,
  body.bl-home-editorial-focus #about .vacc-item:after,
  body.bl-home-editorial-focus #why .bl-ed-material:before,
  body.bl-home-editorial-focus #why .bl-ed-material:after,
  body.bl-home-editorial-focus #why .bl-ed-material,
  body.bl-home-editorial-focus .grades-band .bl-ed-material:before,
  body.bl-home-editorial-focus .grades-band .bl-ed-material:after {
    animation:none!important;
  }
  body.bl-home-editorial-focus .create-band .bl-evc-route-draw { stroke-dashoffset:0!important; }
  body.bl-home-editorial-focus .create-band .evc-bg { animation:none!important; }
  body.bl-home-editorial-focus .bl-ed-link,
  body.bl-home-editorial-focus #about .bl-ecosystem-cta,
  body.bl-home-editorial-focus .bl-hero-discover-desktop,
  body.bl-home-editorial-focus .bl-ed-link:before,
  body.bl-home-editorial-focus #about .bl-ecosystem-cta:before,
  body.bl-home-editorial-focus .bl-hero-discover-desktop:before,
  body.bl-home-editorial-focus .bl-ed-link:after,
  body.bl-home-editorial-focus #about .bl-ecosystem-cta:after,
  body.bl-home-editorial-focus .bl-hero-discover-desktop:after { transition:none!important; }
  body.bl-home-editorial-focus #why .why-item,
  body.bl-home-editorial-focus #why .why-item video { transition:none!important; }
}

/* Application journey — page-local owner: .hiw-outer. */
body.bl-home-editorial-focus .hiw-outer {
  position:relative!important;
  isolation:isolate;
  overflow:hidden!important;
  min-height:720px!important;
  padding:84px clamp(34px,5.8vw,88px) 92px!important;
  display:flex!important;
  align-items:center!important;
  background:#071323!important;
  color:#f7f2e9;
}
body.bl-home-editorial-focus .hiw-outer:before {
  content:"";
  position:absolute;
  z-index:-2;
  inset:-3%;
  background:url('/assets/media/boundlearn/boundlearn-journey-canvas-v1.png') center/cover no-repeat;
  transform:translate3d(-1.2%,0,0) scale(1.035);
  animation:bl-journey-canvas-drift 22s ease-in-out infinite alternate;
  will-change:transform;
}
body.bl-home-editorial-focus .hiw-outer:after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:
    linear-gradient(180deg,rgba(4,12,25,.14) 0%,rgba(4,12,25,.03) 42%,rgba(4,12,25,.36) 100%),
    radial-gradient(circle at 50% 14%,rgba(255,255,255,.055),transparent 46%);
  pointer-events:none;
}
@keyframes bl-journey-canvas-drift {
  0% { transform:translate3d(-1.2%,0,0) scale(1.035); }
  48% { transform:translate3d(.6%,-.8%,0) scale(1.052); }
  100% { transform:translate3d(1.3%,.45%,0) scale(1.04); }
}
body.bl-home-editorial-focus .hiw-inner {
  position:relative;
  z-index:2;
  width:min(100%,1240px)!important;
  max-width:1240px!important;
  margin:0 auto!important;
}
body.bl-home-editorial-focus .hiw-head {
  max-width:830px;
  margin:0 auto 64px!important;
  text-align:center!important;
}
body.bl-home-editorial-focus .hiw-head h2 {
  margin:0!important;
  color:#f7f3eb!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:clamp(44px,4.35vw,62px)!important;
  font-weight:720!important;
  letter-spacing:-.045em!important;
  line-height:1.02!important;
}
body.bl-home-editorial-focus .hiw-head .hiw-sub {
  margin:13px 0 0!important;
  color:#d1c5e4!important;
  font-family:'Playfair Display','Georgia',serif!important;
  font-size:clamp(18px,1.55vw,22px)!important;
  font-style:italic!important;
  font-weight:500!important;
  letter-spacing:.005em!important;
  line-height:1.35!important;
}
body.bl-home-editorial-focus .hiw-inner > .bl-journey-cta {
  --bl-link-marker:#d1c5e4;
  display:flex!important;
  width:max-content;
  margin:34px auto 0!important;
  color:#f7f3eb!important;
}
body.bl-home-editorial-focus .hiw-steps {
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  padding:54px 0 0!important;
}
body.bl-home-editorial-focus .bl-journey-route {
  position:absolute;
  z-index:0;
  inset:0 0 auto;
  width:100%;
  height:210px;
  overflow:visible;
  pointer-events:none;
}
body.bl-home-editorial-focus .bl-journey-route svg {
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
body.bl-home-editorial-focus .bl-journey-route-base,
body.bl-home-editorial-focus .bl-journey-route-draw {
  fill:none;
  vector-effect:non-scaling-stroke;
  stroke-linecap:square;
  stroke-linejoin:miter;
}
body.bl-home-editorial-focus .bl-journey-route-base {
  stroke:rgba(247,243,235,.14);
  stroke-width:1;
}
body.bl-home-editorial-focus .bl-journey-route-draw {
  stroke:#e1c263;
  stroke-width:1.45;
}
body.bl-home-editorial-focus .bl-journey-marker {
  vector-effect:non-scaling-stroke;
  stroke:#071323;
  stroke-width:3;
  transform-box:fill-box;
}
body.bl-home-editorial-focus .bl-journey-marker:nth-child(1) { fill:#78aaa5; }
body.bl-home-editorial-focus .bl-journey-marker:nth-child(2) { fill:#cf806e; }
body.bl-home-editorial-focus .bl-journey-marker:nth-child(3) { fill:#e1c263; }
body.bl-home-editorial-focus .bl-journey-marker:nth-child(4) { fill:#b8a7d5; }
body.bl-home-editorial-focus .hiw-step {
  --journey-accent:#f7f3eb;
  position:relative!important;
  z-index:1;
  min-width:0;
  min-height:280px;
  padding:34px clamp(22px,2.4vw,36px) 30px!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr);
  grid-template-rows:auto auto 1fr;
  column-gap:16px;
  align-content:start;
  text-align:left!important;
  border-left:1px solid rgba(247,243,235,.14);
  border-top:1px solid rgba(247,243,235,.2);
  background:linear-gradient(180deg,rgba(6,16,31,.34),rgba(6,16,31,.06) 78%);
  backdrop-filter:blur(1.5px);
}
body.bl-home-editorial-focus .hiw-step:nth-child(2) { --journey-accent:#78aaa5; }
body.bl-home-editorial-focus .hiw-step:nth-child(3) { --journey-accent:#cf806e; }
body.bl-home-editorial-focus .hiw-step:nth-child(4) { --journey-accent:#e1c263; }
body.bl-home-editorial-focus .hiw-step:nth-child(5) { --journey-accent:#b8a7d5; }
body.bl-home-editorial-focus .hiw-step:after {
  content:"";
  position:absolute;
  left:0;
  top:-1px;
  width:44%;
  height:2px;
  background:var(--journey-accent);
  transform-origin:left center;
  opacity:.92;
}
body.bl-home-editorial-focus .hiw-step:first-of-type { border-left:0; }
body.bl-home-editorial-focus .hiw-step .hiw-ico {
  grid-column:1;
  grid-row:1;
  display:block!important;
  width:44px!important;
  height:44px!important;
  margin:0!important;
  object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:.82;
}
body.bl-home-editorial-focus .hiw-step .hiw-cap-n {
  grid-column:2;
  grid-row:1;
  align-self:center;
  display:block!important;
  margin:0!important;
  color:var(--journey-accent)!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:34px!important;
  font-weight:750!important;
  letter-spacing:-.04em!important;
  line-height:1!important;
}
body.bl-home-editorial-focus .hiw-step h4 {
  grid-column:1 / -1;
  grid-row:2;
  margin:25px 0 10px!important;
  color:#f7f3eb!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:clamp(18px,1.5vw,21px)!important;
  font-weight:740!important;
  letter-spacing:-.025em!important;
  line-height:1.15!important;
}
body.bl-home-editorial-focus .hiw-step p {
  grid-column:1 / -1;
  grid-row:3;
  margin:0!important;
  max-width:28ch;
  color:rgba(235,239,244,.78)!important;
  font-family:'Manrope',system-ui,sans-serif!important;
  font-size:14px!important;
  line-height:1.62!important;
}
body.bl-home-editorial-focus .bl-journey-motion-ready:not(.is-journey-visible) .hiw-head h2,
body.bl-home-editorial-focus .bl-journey-motion-ready:not(.is-journey-visible) .hiw-head .hiw-sub,
body.bl-home-editorial-focus .bl-journey-motion-ready:not(.is-journey-visible) .bl-journey-cta,
body.bl-home-editorial-focus .bl-journey-motion-ready:not(.is-journey-visible) .hiw-step {
  opacity:0;
}
body.bl-home-editorial-focus .is-journey-complete .bl-journey-marker {
  animation:bl-journey-marker-pulse 5.2s ease-in-out infinite;
}
body.bl-home-editorial-focus .is-journey-complete .bl-journey-marker:nth-child(2) { animation-delay:1.3s; }
body.bl-home-editorial-focus .is-journey-complete .bl-journey-marker:nth-child(3) { animation-delay:2.6s; }
body.bl-home-editorial-focus .is-journey-complete .bl-journey-marker:nth-child(4) { animation-delay:3.9s; }
@keyframes bl-journey-marker-pulse {
  0%,72%,100% { filter:drop-shadow(0 0 0 rgba(255,255,255,0)); opacity:.92; }
  82% { filter:drop-shadow(0 0 8px rgba(255,255,255,.42)); opacity:1; }
}

@media (max-width:900px) {
  body.bl-home-editorial-focus .hiw-outer {
    min-height:0!important;
    padding:78px 34px 84px!important;
  }
  body.bl-home-editorial-focus .hiw-head { margin-bottom:48px!important; }
  body.bl-home-editorial-focus .hiw-steps {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    padding-top:0!important;
  }
  body.bl-home-editorial-focus .bl-journey-route { display:none; }
  body.bl-home-editorial-focus .hiw-step { min-height:260px; }
  body.bl-home-editorial-focus .hiw-step:nth-of-type(3) { border-left:0; }
}

@media (max-width:600px) {
  body.bl-home-editorial-focus .hiw-outer {
    padding:76px 20px 70px!important;
  }
  body.bl-home-editorial-focus .hiw-outer:before {
    inset:-2% -40%;
    background-position:58% center;
  }
  body.bl-home-editorial-focus .hiw-head {
    margin-bottom:40px!important;
  }
  body.bl-home-editorial-focus .hiw-head h2 {
    font-size:clamp(39px,11.5vw,48px)!important;
  }
  body.bl-home-editorial-focus .hiw-head .hiw-sub { font-size:19px!important; }
  body.bl-home-editorial-focus .hiw-steps {
    grid-template-columns:1fr!important;
  }
  body.bl-home-editorial-focus .hiw-step {
    min-height:0;
    padding:29px 24px 31px!important;
    border-left:0;
  }
  body.bl-home-editorial-focus .hiw-step h4 { font-size:20px!important; }
  body.bl-home-editorial-focus .hiw-step p { max-width:34ch; }
}

@media (prefers-reduced-motion:reduce) {
  body.bl-home-editorial-focus .hiw-outer:before,
  body.bl-home-editorial-focus .is-journey-complete .bl-journey-marker {
    animation:none!important;
  }
}

/* Final responsive control ownership: preserve the editorial link while giving it a full touch target. */
@media (max-width:1180px) {
  body.bl-home-editorial-focus .bl-hero-discover-desktop {
    min-height:44px!important;
    box-sizing:border-box!important;
    padding:7px 0!important;
  }
}

/* Contact correspondence sheet: owns only the expanded homepage form. */
body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell {
  position:relative;
  isolation:isolate;
  width:min(860px,calc(100% - 32px));
  margin:48px auto 0;
  padding:52px 52px 46px!important;
  overflow:hidden;
  color:#101827;
  border:1px solid rgba(11,18,33,.14)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 3% 0%,color-mix(in srgb,var(--contact-active) 20%,transparent),transparent 31%),
    linear-gradient(115deg,rgba(255,255,255,.7),rgba(255,255,255,0) 54%),
    #f5efe5!important;
  box-shadow:0 28px 72px rgba(0,0,0,.2)!important;
  backdrop-filter:none!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell:before {
  top:-72px;
  left:-58px;
  width:172px;
  height:150px;
  border-radius:44% 56% 62% 38% / 53% 44% 56% 47%;
  background:color-mix(in srgb,var(--contact-active) 42%,transparent);
  filter:blur(2px);
  transform:rotate(-12deg);
  transition:background-color .3s ease;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell:after {
  content:none;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell p {
  max-width:58ch;
  margin:0 0 28px!important;
  padding:0 0 22px;
  color:#445064!important;
  border-bottom:1px solid rgba(11,18,33,.14);
  font:500 15px/1.7 'Manrope',system-ui,sans-serif!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell label > span {
  margin-bottom:8px!important;
  color:#263247!important;
  font:750 10px/1.2 'Montserrat','Manrope',sans-serif!important;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell .bl-inp {
  min-height:48px;
  padding:12px 14px!important;
  color:#111b2e!important;
  border:1px solid rgba(11,18,33,.2)!important;
  border-radius:12px!important;
  background:rgba(255,252,247,.78)!important;
  box-shadow:none!important;
  font:500 14px/1.45 'Manrope',system-ui,sans-serif!important;
  transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell textarea.bl-inp {
  min-height:112px;
  line-height:1.6!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell .bl-inp::placeholder {
  color:#7d8795!important;
  opacity:1;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell .bl-inp:hover {
  border-color:rgba(11,18,33,.36)!important;
  background:#fffcf7!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell .bl-inp:focus {
  outline:none;
  border-color:var(--contact-active)!important;
  background:#fffdf9!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--contact-active) 24%,transparent)!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell select option {
  color:#111b2e;
  background:#fffaf3;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button {
  position:relative;
  display:block;
  width:auto!important;
  min-width:220px;
  margin:28px 0 0 auto!important;
  padding:15px 30px 15px 48px!important;
  color:#0b1221!important;
  border:1px solid color-mix(in srgb,var(--contact-active) 82%,#0b1221)!important;
  border-radius:999px!important;
  background:var(--contact-active)!important;
  font:750 11px/1.2 'Montserrat','Manrope',sans-serif!important;
  letter-spacing:.1em;
  text-transform:uppercase;
  box-shadow:none!important;
  transition:transform .2s ease,filter .2s ease,background-color .3s ease!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button:before {
  content:"";
  position:absolute;
  left:27px;
  top:50%;
  width:7px;
  height:7px;
  border:1px solid currentColor;
  transform:translateY(-50%) rotate(45deg);
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button:hover {
  filter:brightness(1.05);
  transform:translateY(-2px);
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button:focus-visible {
  outline:2px solid #f5efe5;
  outline-offset:3px;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-success > div:nth-child(2) {
  color:#111b2e!important;
  font-family:'Manrope',system-ui,sans-serif!important;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-success p {
  margin-inline:auto!important;
  padding-bottom:0;
  color:#526075!important;
  border-bottom:0;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-download {
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  gap:11px;
  margin:28px auto 0;
  padding:13px 24px;
  color:#0b1221;
  border:1px solid color-mix(in srgb,var(--contact-active) 82%,#0b1221);
  border-radius:999px;
  background:var(--contact-active);
  font:750 11px/1.2 'Montserrat','Manrope',sans-serif;
  letter-spacing:.09em;
  text-transform:uppercase;
  transition:transform .2s ease,filter .2s ease;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-download svg {
  width:18px;
  height:18px;
  flex:0 0 auto;
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-download:hover {
  filter:brightness(1.05);
  transform:translateY(-2px);
}

body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-download:focus-visible {
  outline:2px solid #0b1221;
  outline-offset:3px;
}

/*
 * Boundlearn manifesto collage — desktop approval pass.
 * Owns only #why: generated manifesto stage and the three video panes below it.
 */
@keyframes blWhyCollagePlaneDrift {
  0% { transform:translate3d(-.35%,-.2%,0) scale(1.012); }
  50% { transform:translate3d(.25%,.18%,0) scale(1.018); }
  100% { transform:translate3d(-.12%,.32%,0) scale(1.014); }
}

@keyframes blWhyPaperHandLift {
  0%,100% { transform:translate3d(0,0,0) rotate(0deg); filter:drop-shadow(0 0 0 rgba(11,18,33,0)); }
  48% { transform:translate3d(-9px,5px,0) rotate(-.62deg); filter:drop-shadow(4px 7px 5px rgba(11,18,33,.14)); }
  62% { transform:translate3d(-5px,3px,0) rotate(-.28deg); filter:drop-shadow(2px 4px 4px rgba(11,18,33,.09)); }
}

@keyframes blWhyPaperPurpleDrift {
  0%,100% { transform:translate3d(0,0,0) rotate(0deg); }
  50% { transform:translate3d(4px,1px,0) rotate(.18deg); }
}

@keyframes blWhyPaperLeftDrift {
  0%,100% { transform:translate3d(0,0,0) rotate(0deg); }
  50% { transform:translate3d(8px,-4px,0) rotate(-.32deg); }
}

@keyframes blWhyPaperRightDrift {
  0%,100% { transform:translate3d(0,0,0) rotate(0deg); }
  50% { transform:translate3d(-8px,5px,0) rotate(.28deg); }
}

@media (min-width:1181px) {
  body.bl-home-editorial-focus #why {
    display:block!important;
    min-height:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#eee4d4!important;
  }

  body.bl-home-editorial-focus #why > .bl-ed-geometry,
  body.bl-home-editorial-focus #why .why-white {
    display:none!important;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-stage {
    position:relative;
    z-index:1;
    width:100%;
    aspect-ratio:16 / 9;
    box-sizing:content-box;
    padding-bottom:58px;
    overflow:hidden;
    background:
      linear-gradient(rgba(238,228,212,.92),rgba(238,228,212,.92)),
      url('/assets/media/boundlearn/boundlearn-why-interaction-canvas-v1.png') center / cover no-repeat;
    border-bottom:1px solid rgba(11,18,33,.16);
  }

  body.bl-home-editorial-focus #why .bl-why-collage-plane {
    position:absolute;
    top:clamp(24px,2.6vw,44px);
    right:clamp(34px,4.5vw,72px);
    bottom:calc(58px + clamp(24px,2.6vw,44px));
    left:clamp(34px,4.5vw,72px);
    overflow:hidden;
    animation:blWhyCollagePlaneDrift 24s ease-in-out infinite alternate;
    will-change:transform;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-plane img {
    position:absolute;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    pointer-events:none;
    user-select:none;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-plane picture {
    display:contents;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-base { z-index:0; }

  body.bl-home-editorial-focus #why .bl-why-collage-fragment {
    z-index:1;
    transform-origin:center;
    will-change:transform,filter;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-fragment--hand {
    clip-path:polygon(83% 0,100% 0,100% 39%,92% 37%,84% 22%);
    transform-origin:94% 6%;
    animation:blWhyPaperHandLift 8.8s cubic-bezier(.45,0,.25,1) infinite;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-fragment--purple {
    clip-path:polygon(45% 0,78% 0,76% 8%,49% 7%);
    animation:blWhyPaperPurpleDrift 12.5s ease-in-out infinite;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-fragment--left {
    clip-path:polygon(0 30%,18% 31%,16% 65%,0 62%);
    animation:blWhyPaperLeftDrift 15s ease-in-out infinite reverse;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-fragment--right {
    clip-path:polygon(88% 0,100% 0,100% 78%,92% 76%,94% 34%,89% 22%);
    transform-origin:97% 42%;
    animation:blWhyPaperRightDrift 13.5s ease-in-out infinite;
  }

  body.bl-home-editorial-focus #why .bl-why-story-link {
    --bl-link-marker:#CF765E;
    position:absolute!important;
    z-index:4!important;
    left:50%!important;
    bottom:19px!important;
    margin:0!important;
    color:#8F1831!important;
    transform:translateX(-50%)!important;
  }

  body.bl-home-editorial-focus #why .bl-why-story-link:hover {
    transform:translateX(calc(-50% + 3px))!important;
  }

  body.bl-home-editorial-focus #why .why-text {
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    margin:-1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;
    white-space:nowrap!important;
    border:0!important;
  }

  body.bl-home-editorial-focus #why .why-text > h2,
  body.bl-home-editorial-focus #why .why-text > div {
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    margin:-1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;
    white-space:nowrap!important;
    border:0!important;
  }

  body.bl-home-editorial-focus #why .why-acc {
    position:relative!important;
    inset:auto!important;
    z-index:3!important;
    display:flex!important;
    flex-direction:row!important;
    width:100%!important;
    height:340px!important;
    overflow:hidden!important;
    justify-content:flex-end!important;
    background:
      linear-gradient(90deg,rgba(245,236,220,.08),rgba(245,236,220,.02)),
      url('/assets/media/boundlearn/boundlearn-why-interaction-canvas-v1.png') center 54% / cover no-repeat!important;
  }

  body.bl-home-editorial-focus #why .why-item {
    position:relative!important;
    isolation:isolate;
    flex:0 0 clamp(136px,10.4vw,160px)!important;
    width:clamp(136px,10.4vw,160px)!important;
    min-width:136px!important;
    min-height:340px!important;
    height:340px!important;
    overflow:hidden!important;
    cursor:pointer;
    outline:none;
    border:0!important;
    border-left:1px solid rgba(245,242,236,.26)!important;
    border-right:0!important;
    background:
      linear-gradient(180deg,rgba(16,85,82,.82),rgba(7,28,38,.94)),
      url('/assets/media/boundlearn/boundlearn-why-interaction-canvas-v1.png') right center / auto 150% no-repeat!important;
    background-blend-mode:multiply,normal!important;
    transition:flex-basis .62s cubic-bezier(.22,.61,.36,1),width .62s cubic-bezier(.22,.61,.36,1),filter .4s ease!important;
  }

  body.bl-home-editorial-focus #why .why-item:nth-child(2) {
    background:
      linear-gradient(180deg,rgba(90,67,135,.82),rgba(22,18,55,.95)),
      url('/assets/media/boundlearn/boundlearn-why-interaction-canvas-v1.png') right center / auto 150% no-repeat!important;
  }
  body.bl-home-editorial-focus #why .why-item:nth-child(3) {
    background:
      linear-gradient(180deg,rgba(154,63,53,.8),rgba(52,19,31,.95)),
      url('/assets/media/boundlearn/boundlearn-why-interaction-canvas-v1.png') right center / auto 150% no-repeat!important;
  }

  body.bl-home-editorial-focus #why .why-item:before { content:none!important; }

  body.bl-home-editorial-focus #why .why-acc:hover .why-item,
  body.bl-home-editorial-focus #why .why-acc:focus-within .why-item {
    flex:0 0 clamp(136px,10.4vw,160px)!important;
    width:clamp(136px,10.4vw,160px)!important;
  }

  body.bl-home-editorial-focus #why .why-acc .why-item:hover,
  body.bl-home-editorial-focus #why .why-acc .why-item:focus {
    flex:0 0 calc(100% - clamp(272px,20.8vw,320px))!important;
    width:calc(100% - clamp(272px,20.8vw,320px))!important;
  }

  body.bl-home-editorial-focus #why .why-item video {
    z-index:0!important;
    opacity:0!important;
    filter:grayscale(.16) sepia(.12) saturate(.78) contrast(1.08) brightness(.58)!important;
    transition:opacity .4s ease,filter .4s ease!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover video,
  body.bl-home-editorial-focus #why .why-item:focus video {
    opacity:.95!important;
  }

  body.bl-home-editorial-focus #why .why-frost {
    z-index:1!important;
    opacity:1!important;
    background:linear-gradient(180deg,rgba(7,19,35,.06),rgba(7,19,35,.54))!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    transition:background .4s ease!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-frost,
  body.bl-home-editorial-focus #why .why-item:focus .why-frost {
    background:linear-gradient(180deg,rgba(5,11,20,.05) 0%,rgba(5,11,20,.14) 48%,rgba(5,11,20,.76) 100%)!important;
    background-blend-mode:normal!important;
  }

  body.bl-home-editorial-focus #why .why-num {
    position:absolute!important;
    z-index:3!important;
    left:50%!important;
    right:auto!important;
    top:50%!important;
    bottom:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:14px!important;
    opacity:1!important;
    transform:translate(-50%,-50%)!important;
    transition:opacity .25s ease,transform .35s ease!important;
  }

  body.bl-home-editorial-focus #why .why-num span:first-child {
    writing-mode:vertical-rl!important;
    transform:rotate(180deg)!important;
    color:#fff!important;
    font:900 clamp(17px,1.55vw,22px)/1 'Montserrat','Manrope',sans-serif!important;
    letter-spacing:.1em!important;
  }

  body.bl-home-editorial-focus #why .why-num span:last-child {
    color:#fff!important;
    font:400 24px/1 'Montserrat','Manrope',sans-serif!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-num,
  body.bl-home-editorial-focus #why .why-item:focus .why-num {
    opacity:0!important;
    transform:translate(-50%,calc(-50% + 10px))!important;
  }

  body.bl-home-editorial-focus #why .why-open-body {
    z-index:3!important;
    left:0!important;
    bottom:0!important;
    width:min(660px,86%)!important;
    padding:0 clamp(28px,4vw,58px) 38px!important;
    opacity:0!important;
    transform:translateY(16px)!important;
    pointer-events:none;
    transition:opacity .35s ease .08s,transform .45s cubic-bezier(.22,.61,.36,1) .08s!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-open-body,
  body.bl-home-editorial-focus #why .why-item:focus .why-open-body {
    opacity:1!important;
    transform:translateY(0)!important;
  }

  body.bl-home-editorial-focus #why .why-open-body > div:first-child {
    margin-bottom:10px!important;
    color:#fff!important;
    font:900 clamp(20px,2vw,28px)/1.08 'Montserrat','Manrope',sans-serif!important;
    letter-spacing:.03em!important;
    text-transform:uppercase!important;
  }

  body.bl-home-editorial-focus #why .why-open-body p {
    max-width:58ch!important;
    color:rgba(255,255,255,.88)!important;
    font:500 15px/1.58 'Manrope',system-ui,sans-serif!important;
  }
}

.why-preview-video { display:none; }
.why-preview-surface { display:contents; }

/* Homepage manifesto v3: one full-bleed canvas with horizontal video reveals. */
@media (min-width:1181px) {
  body.bl-home-editorial-focus #why .bl-why-collage-stage {
    aspect-ratio:16 / 9!important;
    box-sizing:border-box!important;
    padding:0!important;
    background:#eee4d4!important;
    border-bottom:0!important;
  }

  body.bl-home-editorial-focus #why .bl-why-collage-plane {
    inset:0!important;
    transform:scale(1.012);
    animation:none!important;
  }

  body.bl-home-editorial-focus #why .bl-why-story-link {
    --bl-link-marker:#CF765E;
    left:50%!important;
    right:auto!important;
    bottom:2.5%!important;
    min-width:190px;
    justify-content:center;
    color:#A51C30!important;
    font:800 12px/1 'Montserrat','Manrope',sans-serif!important;
    letter-spacing:.13em!important;
    text-transform:uppercase;
    transform:translateX(-50%)!important;
  }

  body.bl-home-editorial-focus #why .bl-why-story-link:hover {
    color:#7F1027!important;
    transform:translateX(calc(-50% + 3px))!important;
  }

  body.bl-home-editorial-focus #why .why-acc {
    position:static!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:center!important;
    justify-content:stretch!important;
    gap:0!important;
    width:100%!important;
    height:76px!important;
    overflow:visible!important;
    border-top:0!important;
    border-bottom:0!important;
    background:#92979C!important;
    background-blend-mode:normal!important;
  }

  body.bl-home-editorial-focus #why .why-item,
  body.bl-home-editorial-focus #why .why-acc:hover .why-item,
  body.bl-home-editorial-focus #why .why-acc:focus-within .why-item {
    position:static!important;
    isolation:auto!important;
    display:block!important;
    flex:0 0 auto!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:76px!important;
    padding:0!important;
    border:0!important;
    border-left:1px solid rgba(11,18,33,.18)!important;
    transition:filter .4s ease,background-color .4s ease!important;
  }

  body.bl-home-editorial-focus #why .why-item:first-child {
    border-left:0!important;
  }

  body.bl-home-editorial-focus #why .why-item {
    background:transparent!important;
  }

  body.bl-home-editorial-focus #why .why-item:nth-child(2) {
    background:transparent!important;
  }

  body.bl-home-editorial-focus #why .why-item:nth-child(3) {
    background:transparent!important;
  }

  body.bl-home-editorial-focus #why .why-num {
    position:relative!important;
    z-index:6!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:76px!important;
    box-sizing:border-box!important;
    padding:0!important;
    display:none!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    transform:none!important;
  }

  body.bl-home-editorial-focus #why .why-num span:first-child {
    writing-mode:horizontal-tb!important;
    transform:none!important;
    color:#0B1221!important;
    font-family:'Manrope','Helvetica Neue',Arial,sans-serif!important;
    font-size:12px!important;
    font-style:normal!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:.11em!important;
    opacity:1!important;
    visibility:visible!important;
    text-shadow:0 1px 10px rgba(255,255,255,.72)!important;
  }

  body.bl-home-editorial-focus #why .why-num span:last-child {
    display:none!important;
  }

  body.bl-home-editorial-focus #why .why-num:before {
    content:none;
  }

  body.bl-home-editorial-focus #why .why-acc:has(.why-item:hover) .why-num span:first-child,
  body.bl-home-editorial-focus #why .why-acc:has(.why-item:focus) .why-num span:first-child,
  body.bl-home-editorial-focus #why .why-acc:has(.why-item:hover) .why-num span:last-child,
  body.bl-home-editorial-focus #why .why-acc:has(.why-item:focus) .why-num span:last-child {
    color:#fff!important;
    text-shadow:0 2px 12px rgba(0,0,0,.4)!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-num,
  body.bl-home-editorial-focus #why .why-item:focus .why-num {
    opacity:1!important;
    transform:none!important;
  }

  body.bl-home-editorial-focus #why .why-item .why-reveal-video {
    position:absolute!important;
    z-index:1!important;
    inset:auto 0 0!important;
    width:100%!important;
    height:360px!important;
    object-fit:cover!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-reveal-video,
  body.bl-home-editorial-focus #why .why-item:focus .why-reveal-video {
    z-index:2!important;
    opacity:.96!important;
  }

  body.bl-home-editorial-focus #why .why-preview-surface {
    position:relative!important;
    z-index:5!important;
    isolation:isolate;
    display:flex!important;
    width:100%!important;
    height:76px!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }

  body.bl-home-editorial-focus #why .why-preview-surface:after {
    content:"";
    position:absolute;
    z-index:1;
    inset:0;
    background:linear-gradient(180deg,rgba(5,11,20,.04) 0%,rgba(5,11,20,.1) 54%,rgba(5,11,20,.38) 100%);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    pointer-events:none;
  }

  body.bl-home-editorial-focus #why .why-preview-surface:before {
    position:absolute;
    z-index:3;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font:800 12px/1 'Manrope','Helvetica Neue',Arial,sans-serif;
    letter-spacing:.11em;
    text-align:center;
    text-shadow:0 2px 14px rgba(0,0,0,.82);
    pointer-events:none;
  }

  body.bl-home-editorial-focus #why .why-item:nth-child(1) .why-preview-surface:before { content:"+ THINK"; }
  body.bl-home-editorial-focus #why .why-item:nth-child(2) .why-preview-surface:before { content:"+ BUILD"; }
  body.bl-home-editorial-focus #why .why-item:nth-child(3) .why-preview-surface:before { content:"+ STAND OUT"; }

  body.bl-home-editorial-focus #why .why-item .why-preview-video {
    position:absolute!important;
    z-index:0!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    opacity:1!important;
    filter:grayscale(.58) saturate(.42) contrast(1.05) brightness(.86)!important;
    pointer-events:none!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-preview-surface,
  body.bl-home-editorial-focus #why .why-item:focus .why-preview-surface {
    position:absolute!important;
    z-index:2!important;
    inset:0!important;
    width:100%!important;
    height:auto!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-preview-surface:before,
  body.bl-home-editorial-focus #why .why-item:focus .why-preview-surface:before {
    opacity:0;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-preview-video,
  body.bl-home-editorial-focus #why .why-item:focus .why-preview-video {
    opacity:.96!important;
    filter:none!important;
    transform:scale(1.035);
  }

  body.bl-home-editorial-focus #why .why-frost {
    position:absolute!important;
    z-index:2!important;
    inset:0!important;
    height:auto!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.bl-home-editorial-focus #why .why-item:hover .why-frost,
  body.bl-home-editorial-focus #why .why-item:focus .why-frost {
    z-index:3!important;
    opacity:1!important;
  }

  body.bl-home-editorial-focus #why .why-open-body {
    position:absolute!important;
    z-index:4!important;
    left:0!important;
    bottom:76px!important;
    width:min(760px,78%)!important;
    padding:0 clamp(38px,5vw,76px) 36px!important;
  }
}

/*
 * Large-desktop art direction.
 * The approved homepage compositions were authored at 1366 x 768. Keep the
 * surrounding sections full-bleed, but stop their designed canvases from
 * scaling with 1080p/1440p viewport width.
 */
@media (min-width:1500px) {
  body.bl-home-editorial-focus #why .bl-why-collage-stage {
    width:100%!important;
    height:clamp(768px,33.333vw,1280px)!important;
    aspect-ratio:auto!important;
    margin-inline:0!important;
  }

  body.bl-home-editorial-focus #why .why-acc {
    width:100%!important;
    margin-inline:0!important;
  }

  body.bl-home-editorial-focus #about {
    padding-left:0!important;
  }

  body.bl-home-editorial-focus #about .about-grid {
    width:min(calc(100% - 112px),1254px)!important;
    margin-inline:auto!important;
    grid-template-columns:minmax(390px,476px) minmax(0,710px)!important;
    gap:68px!important;
  }
}

@media (min-width:1181px) and (prefers-reduced-motion:reduce) {
  body.bl-home-editorial-focus #why .bl-why-collage-plane,
  body.bl-home-editorial-focus #why .bl-why-collage-fragment {
    animation:none!important;
    transform:none!important;
  }
}

@media (max-width:900px) {
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell {
    width:min(800px,calc(100% - 28px));
    margin-top:38px;
    padding:44px 38px 40px!important;
    border-radius:22px!important;
    box-shadow:0 22px 56px rgba(0,0,0,.18)!important;
  }
}

@media (max-width:600px) {
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell {
    width:calc(100% - 8px);
    margin-top:30px;
    padding:46px 22px 30px!important;
    border-radius:18px!important;
    box-shadow:0 18px 42px rgba(0,0,0,.16)!important;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell p {
    margin-bottom:24px!important;
    padding-bottom:18px;
    font-size:14px!important;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell button {
    width:100%!important;
    min-width:0;
    margin-top:24px!important;
  }
}

/* Final responsive programme-tile specificity guard. The desktop accordion
   link treatment appears later in the legacy cascade, so neutralise it here. */
@media (max-width:1180px) {
  body.bl-home-editorial-focus #about .vacc-item > .vacc-responsive-tile > .vacc-responsive-link {
    display:inline-flex!important;
    color:#F5F2EC!important;
    background:transparent!important;
    border:0!important;
    border-bottom:1px solid var(--acc,#D4AF37)!important;
    border-radius:0!important;
    box-shadow:none!important;
    text-shadow:0 2px 10px rgba(0,0,0,.65)!important;
  }

  body.bl-home-editorial-focus #about .vacc-item > .vacc-responsive-tile > .vacc-responsive-link:hover,
  body.bl-home-editorial-focus #about .vacc-item > .vacc-responsive-tile > .vacc-responsive-link:focus-visible {
    color:#F8F5ED!important;
    background:transparent!important;
    border-bottom-color:#FFFFFF!important;
  }
}

@media (min-width:601px) and (max-width:1180px) and (orientation:portrait) {
  body.bl-home-editorial-focus #about .vacc-item {
    height:168px!important;
    min-height:168px!important;
  }
}

@media (max-width:1180px) {
  body.bl-home-editorial-focus #about {
    padding-bottom:clamp(34px,5vw,52px)!important;
  }

  body.bl-home-editorial-focus #about .vacc-item:is([data-program="sparklab"],[data-program="consult"],[data-program="hsa"]) > .vacc-responsive-tile > .vacc-responsive-link {
    color:#0B1221!important;
    text-shadow:none!important;
  }
}

/* Responsive family voices carousel — shared by mobile and tablet only.
   Desktop retains the approved three-card editorial composition. */
.bl-family-dots { display:none; }

@media (max-width:1180px) {
  body.bl-home-editorial-focus .bl-family-proof .fam-grid {
    gap:38px!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-cards {
    --fam-gap:18px;
    display:flex!important;
    grid-template-columns:none!important;
    gap:var(--fam-gap)!important;
    width:100%;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:10px 2px 24px!important;
    border:0!important;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    overscroll-behavior-inline:contain;
    touch-action:pan-x pan-y pinch-zoom;
    scrollbar-width:none!important;
    -ms-overflow-style:none;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-cards::-webkit-scrollbar {
    display:none;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    min-width:0!important;
    flex:0 0 100%!important;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }

  body.bl-home-editorial-focus .bl-family-proof .bl-family-dots {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:12px;
    margin:-20px auto 0;
  }

  body.bl-home-editorial-focus .bl-family-proof .bl-family-dot {
    appearance:none;
    width:8px;
    height:8px;
    margin:0;
    padding:0;
    border:0;
    border-radius:999px;
    background:rgba(49,95,125,.28);
    cursor:pointer;
    transition:width .28s ease,background-color .28s ease,transform .28s ease;
  }

  body.bl-home-editorial-focus .bl-family-proof .bl-family-dot:hover,
  body.bl-home-editorial-focus .bl-family-proof .bl-family-dot:focus-visible {
    background:#5E83A1;
    transform:scale(1.12);
    outline:0;
  }

  body.bl-home-editorial-focus .bl-family-proof .bl-family-dot.is-active {
    width:24px;
    background:#347FC4;
  }
}

@media (min-width:681px) and (max-width:1180px) and (orientation:portrait),
       (min-width:951px) and (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(6n + 1) { --fam-accent:#9B5969; --fam-paper:#F4E8E8; }
  body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(6n + 2) { --fam-accent:#4C7C70; --fam-paper:#E5EFEA; }
  body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(6n + 3) { --fam-accent:#74648F; --fam-paper:#EBE8F3; }
  body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(6n + 4) { --fam-accent:#52758E; --fam-paper:#E5EDF2; }
  body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(6n + 5) { --fam-accent:#957A40; --fam-paper:#F2EDDF; }
  body.bl-home-editorial-focus .bl-family-proof .fam-card:nth-child(6n) { --fam-accent:#A36D55; --fam-paper:#F2E8E2; }

  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    background:var(--fam-paper)!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card:before {
    background:color-mix(in srgb,var(--fam-accent) 7%,var(--fam-paper));
  }
}

@media (min-width:601px) and (max-width:1180px) and (orientation:portrait) {
  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    flex-basis:calc((100% - var(--fam-gap)) / 2)!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-cards:after {
    flex-basis:calc((100% - var(--fam-gap)) / 2 + var(--fam-gap));
  }
}

@media (max-width:1180px) and (orientation:landscape) {
  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    flex-basis:calc((100% - (2 * var(--fam-gap))) / 3)!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-cards:after {
    flex-basis:calc(((100% - (2 * var(--fam-gap))) / 3 * 2) + (2 * var(--fam-gap)));
  }

  body.bl-home-editorial-focus .bl-family-proof {
    padding-top:54px!important;
    padding-bottom:62px!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-grid {
    gap:30px!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    min-height:286px!important;
    padding:26px 18px 22px!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card > div:first-child {
    width:34px!important;
    height:28px!important;
    margin-bottom:16px!important;
    font-size:44px!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card p {
    margin-bottom:18px!important;
    font-size:12.5px!important;
    line-height:1.48!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card > div:last-child {
    padding-top:13px;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card > div:last-child > div:first-child {
    font-size:11.5px!important;
  }

  body.bl-home-editorial-focus .bl-family-proof .fam-card > div:last-child > div:nth-child(2),
  body.bl-home-editorial-focus .bl-family-proof .fam-card > div:last-child > div:nth-child(3) {
    font-size:9px!important;
  }
}

@media (max-width:600px) and (orientation:portrait) {
  body.bl-home-editorial-focus .bl-family-proof .fam-card {
    flex-basis:100%!important;
  }
}

@media (prefers-reduced-motion:reduce) {
  body.bl-home-editorial-focus .bl-family-proof .fam-cards {
    scroll-behavior:auto;
  }

  body.bl-home-editorial-focus .bl-family-proof .bl-family-dot {
    transition:none;
  }
}

/* Mobile portrait: keep all three WHY panel titles at one consistent size. */
@media (max-width:600px) and (orientation:portrait) {
  body.bl-home-editorial-focus #why .why-open-body > div:first-child {
    font-size:18px!important;
  }

  body.bl-home-editorial-focus #why .why-item:nth-child(3) .why-open-body > div:first-child {
    white-space:nowrap;
  }
}

/* Native-wide homepage artboard. The 1366–1536 desktop, tablet and mobile
   compositions remain untouched below this breakpoint. */
@media (min-width:1800px) {
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) {
    --bl-ed-frame:var(--bl-wide-canvas);
    --bl-ed-gutter:var(--bl-wide-edge);
  }

  body.bl-native-wide #top > div:last-child {
    padding:0 var(--bl-wide-edge) clamp(108px,5.8vw,148px)!important;
  }

  body.bl-native-wide #top .bl-hero-copy {
    width:min(1080px,calc(var(--bl-wide-canvas) * .5));
    max-width:none!important;
  }

  body.bl-native-wide #top .bl-hero-copy h1 {
    font-size:clamp(88px,4.7vw,116px)!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
  }

  body.bl-native-wide #top .bl-hero-copy p {
    max-width:62ch!important;
    font-size:var(--bl-wide-body)!important;
  }

  body.bl-native-wide #top .bl-hero-btns {
    margin-top:clamp(42px,2.3vw,56px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why {
    min-height:clamp(900px,68svh,1160px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why:before {
    left:58%;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-text {
    left:var(--bl-wide-edge)!important;
    right:35%!important;
    padding-right:clamp(80px,5vw,132px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-text > h2 {
    max-width:18ch;
    font-size:clamp(66px,3.5vw,86px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-text > div {
    max-width:760px;
    margin-top:clamp(50px,2.8vw,68px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-acc {
    width:clamp(520px,27vw,690px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .bl-why-collage-stage {
    width:clamp(520px,28vw,720px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-outer,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #mentorship,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-family-proof,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact {
    padding-right:var(--bl-wide-edge)!important;
    padding-left:var(--bl-wide-edge)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band {
    min-height:clamp(760px,52vw,980px)!important;
    padding-top:var(--bl-wide-section-y)!important;
    padding-bottom:var(--bl-wide-section-y)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band > div:not(.bl-ed-geometry) {
    width:var(--bl-wide-canvas)!important;
    max-width:none!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band .why-grid {
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    gap:var(--bl-wide-gap)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band .why-grid > div:first-child {
    grid-column:1 / span 6;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band .why-grid > div:last-child {
    grid-column:8 / -1;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band h2 {
    font-size:clamp(76px,4vw,98px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band p {
    font-size:var(--bl-wide-body)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band {
    min-height:clamp(880px,56vw,1080px)!important;
    padding-top:var(--bl-wide-section-y)!important;
    padding-bottom:var(--bl-wide-section-y)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-inner,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-inner {
    width:var(--bl-wide-canvas)!important;
    max-width:none!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-intro {
    max-width:1120px!important;
    margin-bottom:clamp(76px,4vw,98px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-intro > p {
    max-width:68ch!important;
    font-size:var(--bl-wide-body)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band h3,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-outer h2 {
    font-size:clamp(72px,3.9vw,94px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-grid {
    max-width:min(1680px,calc(var(--bl-wide-canvas) * .82));
    min-height:clamp(410px,21vw,500px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step {
    width:clamp(230px,12vw,290px);
    min-height:0!important;
    padding:0!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--think {
    left:3%;
    top:clamp(136px,7vw,170px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--build {
    left:22%;
    top:clamp(214px,10vw,250px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--create {
    top:clamp(64px,3.4vw,82px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--stand {
    right:22%;
    top:clamp(214px,10vw,250px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--choose {
    right:3%;
    top:clamp(136px,7vw,170px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step img {
    width:clamp(48px,2.5vw,60px)!important;
    height:clamp(48px,2.5vw,60px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step > div {
    font-size:clamp(18px,.86vw,21px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step > p {
    font-size:clamp(15px,.72vw,17px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-outer {
    min-height:clamp(820px,50vw,980px)!important;
    padding-top:var(--bl-wide-section-y)!important;
    padding-bottom:var(--bl-wide-section-y)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-head {
    max-width:1120px;
    margin-bottom:clamp(96px,5vw,122px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-head .hiw-sub {
    font-size:clamp(24px,1.25vw,30px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-steps {
    padding-top:clamp(64px,3.4vw,82px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step {
    min-height:clamp(330px,17vw,410px);
    padding:clamp(42px,2.2vw,54px) clamp(34px,1.8vw,44px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step .hiw-ico {
    width:clamp(48px,2.5vw,60px)!important;
    height:clamp(48px,2.5vw,60px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step .hiw-cap-n {
    font-size:clamp(38px,1.9vw,46px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step h4 {
    font-size:clamp(24px,1.2vw,29px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step p {
    max-width:30ch;
    font-size:var(--bl-wide-body)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about {
    padding:0 var(--bl-wide-edge)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .about-grid {
    --bl-home-wide-ecosystem-height:clamp(900px,54vw,1080px);
    width:var(--bl-wide-canvas)!important;
    min-height:var(--bl-home-wide-ecosystem-height);
    margin-inline:auto;
    display:grid!important;
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    gap:var(--bl-wide-gap)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .about-grid > div:first-child {
    grid-column:1 / span 5;
    max-width:none!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .about-grid > div:last-child {
    grid-column:6 / -1;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about h2 {
    font-size:clamp(64px,3.4vw,82px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .bl-ecosystem-copy,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .bl-ecosystem-close {
    max-width:52ch!important;
    font-size:var(--bl-wide-body)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .bl-ecosystem-cta {
    margin-top:clamp(38px,2vw,48px)!important;
    font-size:var(--bl-wide-label)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .vacc {
    height:var(--bl-home-wide-ecosystem-height)!important;
    min-height:var(--bl-home-wide-ecosystem-height)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .vacc-program-name--open {
    font-size:clamp(27px,1.35vw,33px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .vacc-item p {
    font-size:clamp(16px,.78vw,19px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .vacc-item a {
    font-size:var(--bl-wide-label)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #mentorship {
    padding-top:var(--bl-wide-section-y)!important;
    padding-bottom:var(--bl-wide-section-y)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #mentorship > div,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes > div,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-family-proof .fam-grid {
    width:var(--bl-wide-canvas)!important;
    max-width:none!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #mentorship h2,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes h2,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-family-proof h2 {
    font-size:clamp(64px,3.4vw,82px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #mentorship > div > div:nth-child(2) {
    gap:var(--bl-wide-gap)!important;
    margin-top:clamp(70px,3.7vw,90px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes {
    padding-top:var(--bl-wide-section-y)!important;
    padding-bottom:var(--bl-wide-section-y)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes .bl-outcomes-logos {
    grid-template-columns:minmax(0,1fr)!important;
    gap:clamp(22px,1.2vw,30px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes .bl-outcomes-row {
    grid-column:1 / -1;
    width:100%;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes p {
    font-size:var(--bl-wide-body)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes .ulogo {
    flex-basis:clamp(220px,12vw,290px)!important;
    width:clamp(220px,12vw,290px)!important;
    min-height:clamp(126px,6.7vw,162px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-family-proof {
    padding-top:var(--bl-wide-section-y)!important;
    padding-bottom:var(--bl-wide-section-y)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-family-proof .fam-cards {
    gap:var(--bl-wide-gap)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-family-proof .fam-card {
    min-height:clamp(380px,20vw,480px)!important;
    padding:clamp(38px,2vw,50px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact {
    padding-top:var(--bl-wide-section-y)!important;
    padding-bottom:var(--bl-wide-section-y)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-inner {
    width:min(1560px,calc(var(--bl-wide-canvas) * .76));
    max-width:none;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 {
    font-size:clamp(72px,3.9vw,94px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-intro {
    max-width:1040px;
    margin-bottom:clamp(58px,3.1vw,76px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell {
    width:min(1240px,100%);
    max-width:none;
    margin-inline:auto;
    padding:clamp(48px,2.5vw,62px)!important;
  }
}

@media (min-width:3200px) {
  body.bl-native-wide #top > div:last-child {
    padding-bottom:clamp(176px,4.8vw,196px)!important;
  }

  body.bl-native-wide #top .bl-hero-copy {
    width:min(1640px,calc(var(--bl-wide-canvas) * .5));
  }

  body.bl-native-wide #top .bl-hero-copy h1 {
    font-size:clamp(156px,4.35vw,172px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why {
    min-height:clamp(1380px,67svh,1540px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-text > h2,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band h2,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about h2,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #mentorship h2,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes h2,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-family-proof h2 {
    font-size:clamp(112px,3.15vw,126px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-text > div {
    max-width:1080px;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-acc {
    width:100%!important;
    height:clamp(152px,4.32vw,166px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-item {
    height:clamp(152px,4.32vw,166px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-preview-surface {
    height:clamp(152px,4.32vw,166px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-item:hover .why-preview-surface,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-item:focus .why-preview-surface,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-frost {
    inset:0!important;
    height:auto!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-open-body {
    bottom:clamp(152px,4.32vw,166px)!important;
    width:min(1520px,78%)!important;
    padding:0 clamp(76px,4vw,152px) 72px!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-preview-surface:before {
    font-size:clamp(20px,.65vw,26px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-open-body > div:first-child {
    font-size:clamp(38px,1.1vw,44px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #why .why-open-body p {
    font-size:clamp(22px,.65vw,26px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .grades-band {
    min-height:clamp(1240px,35vw,1380px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band {
    min-height:clamp(1480px,40vw,1600px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-intro,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-head {
    max-width:1540px!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band h3,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-outer h2,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 {
    font-size:clamp(124px,3.45vw,138px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-grid {
    max-width:min(2520px,calc(var(--bl-wide-canvas) * .78));
    min-height:clamp(680px,18vw,720px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step {
    width:clamp(350px,9.8vw,390px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--think,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--choose {
    top:clamp(210px,5.8vw,232px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--build,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--stand {
    top:clamp(330px,9vw,360px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step--create {
    top:clamp(92px,2.6vw,104px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step img,
  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step .hiw-ico {
    width:clamp(76px,2.1vw,84px)!important;
    height:clamp(76px,2.1vw,84px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step > div {
    font-size:clamp(26px,.72vw,29px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .create-band .evc-step > p {
    font-size:clamp(21px,.58vw,23px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-outer {
    min-height:clamp(1460px,40vw,1600px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-head .hiw-sub {
    font-size:clamp(34px,.94vw,38px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step {
    min-height:clamp(500px,14vw,560px);
    padding:clamp(64px,1.8vw,72px) clamp(52px,1.5vw,60px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step .hiw-cap-n {
    font-size:clamp(58px,1.6vw,64px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .hiw-step h4 {
    font-size:clamp(35px,.96vw,39px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .about-grid {
    --bl-home-wide-ecosystem-height:clamp(1380px,39vw,1500px);
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .vacc-program-name--open {
    font-size:clamp(38px,1.05vw,42px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #about .vacc-item p {
    font-size:clamp(21px,.58vw,23px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #outcomes .ulogo {
    flex-basis:clamp(330px,9.2vw,366px)!important;
    width:clamp(330px,9.2vw,366px)!important;
    min-height:clamp(186px,5.2vw,208px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) .bl-family-proof .fam-card {
    min-height:clamp(560px,15.5vw,620px)!important;
    padding:clamp(60px,1.7vw,68px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact {
    min-height:clamp(1280px,36vw,1420px)!important;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-inner {
    width:min(2240px,calc(var(--bl-wide-canvas) * .7));
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-intro {
    max-width:1480px;
  }

  body.bl-native-wide:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-form-shell {
    width:min(1840px,100%);
    padding:clamp(78px,2.2vw,88px)!important;
  }
}

/* Desktop contact canvas: keep the approved decision flow on the light
   Boundlearn paper surface. Mobile and tablet retain their locked artwork. */
@media (min-width:1181px) {
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact {
    color:var(--bl-ed-ink)!important;
    border-top:1px solid rgba(11,18,33,.14)!important;
    background:#F7F2E8!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:before {
    background:url("/assets/media/boundlearn/boundlearn-family-voices-canvas-v1.png") center/cover no-repeat!important;
    opacity:1!important;
    animation:none!important;
    transform:none!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact:after {
    background:linear-gradient(180deg,rgba(255,252,246,.12),rgba(255,252,246,.34))!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact h2 {
    color:var(--bl-ed-ink)!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-intro p,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-direct {
    color:#526075!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-paths {
    border-color:rgba(11,18,33,.18)!important;
    background:rgba(255,253,248,.42)!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route {
    color:var(--bl-ed-ink)!important;
    border-right-color:rgba(11,18,33,.16)!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route:hover,
  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route[aria-selected="true"] {
    color:var(--bl-ed-ink)!important;
    background:color-mix(in srgb,var(--route-accent) 18%,rgba(255,255,255,.72))!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-route-copy small {
    color:#526075!important;
  }

  body:is(.bl-home-editorial-ready,.bl-home-editorial-focus) #contact .bl-contact-direct a {
    color:#9e244b!important;
  }
}
