.bsg-homepage {
    --bsg-navy: #171c8f;
    --bsg-pink: #d41470;
    --bsg-pink-on-dark: #ff9dcc;
    --bsg-warm: #fff9f6;
    --bsg-ink: #1a1a1a;
    --bsg-soft-pink: #f9dfeb;
    --bsg-pale-navy: #e8e9f7;
    --bsg-violet: #7828a8;
    --bsg-electric: #3e44d8;
    width: 100vw;
    max-width: none !important;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--bsg-ink);
    background: var(--bsg-warm);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* 2.9.0: a shorter, decision-first homepage */
.bsg-homepage .bsg-engagements{padding:clamp(68px,7vw,108px) clamp(24px,4vw,64px);background:var(--bsg-warm);border-bottom:2px solid var(--bsg-navy)}
.bsg-homepage .bsg-engagements-head{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(460px,1.15fr);column-gap:6vw;align-items:end;margin-bottom:48px}
.bsg-homepage .bsg-engagements-head .bsg-eyebrow{grid-column:1/-1}
.bsg-homepage .bsg-engagements-head h2{max-width:720px;margin:0;color:var(--bsg-navy);font-size:clamp(3rem,5.5vw,5.7rem);line-height:.98;letter-spacing:-.055em}
.bsg-homepage .bsg-engagements-head>p:last-child{max-width:740px;margin:0;font-size:clamp(1.05rem,1.3vw,1.25rem);line-height:1.65}
.bsg-homepage .bsg-engagements-grid{display:grid;grid-template-columns:repeat(3,1fr);border:2px solid var(--bsg-navy)}
.bsg-homepage .bsg-engagements-grid>a{min-height:390px;position:relative;display:flex;flex-direction:column;padding:32px 30px 36px;color:var(--bsg-navy);background:var(--bsg-warm);border-right:1px solid var(--bsg-navy);transition:color 180ms ease,background 180ms ease}
.bsg-homepage .bsg-engagements-grid>a:last-child{border-right:0}
.bsg-homepage .bsg-engagements-grid>a:hover,.bsg-homepage .bsg-engagements-grid>a:focus-visible{color:var(--bsg-warm);background:var(--bsg-navy)}
.bsg-homepage .bsg-engagements-grid span{color:var(--bsg-pink);font:600 .78rem/1.3 "Poppins",Arial,sans-serif;letter-spacing:.05em;text-transform:uppercase}
.bsg-homepage .bsg-engagements-grid h3{max-width:420px;margin:auto 0 20px;font-size:clamp(1.8rem,2.6vw,2.8rem);line-height:1.04;letter-spacing:-.045em}
.bsg-homepage .bsg-engagements-grid p{max-width:430px;margin:0;padding-right:30px;font-size:.98rem;line-height:1.6}
.bsg-homepage .bsg-engagements-grid i{width:17px;height:17px;position:absolute;right:24px;bottom:26px;border-top:2px solid currentColor;border-right:2px solid currentColor}
.bsg-homepage .bsg-engagements-grid i:after{content:"";width:22px;position:absolute;right:-3px;top:7px;border-top:2px solid currentColor;transform:rotate(-45deg);transform-origin:right center}
.bsg-homepage .bsg-proof-band{display:grid;grid-template-columns:.7fr .7fr 1.6fr;color:var(--bsg-warm);background:linear-gradient(115deg,var(--bsg-navy),var(--bsg-violet));border-bottom:10px solid var(--bsg-pink)}
.bsg-homepage .bsg-proof-band>*{min-height:190px;display:flex;flex-direction:column;justify-content:center;padding:30px clamp(24px,3vw,48px);border-right:1px solid rgb(255 249 246/.45)}
.bsg-homepage .bsg-proof-band>*:last-child{border-right:0}
.bsg-homepage .bsg-proof-band a{color:inherit}
.bsg-homepage .bsg-proof-credential strong{font:600 clamp(1.15rem,1.6vw,1.55rem)/1.2 "Poppins",Arial,sans-serif}
.bsg-homepage .bsg-proof-credential span{margin-top:8px;font-size:.9rem;line-height:1.45}
.bsg-homepage .bsg-proof-band blockquote{margin:0}
.bsg-homepage .bsg-proof-band blockquote p{margin:0 0 12px;font:600 clamp(1.25rem,1.8vw,1.8rem)/1.25 "Poppins",Arial,sans-serif;letter-spacing:-.025em}
.bsg-homepage .bsg-proof-band cite{font-size:.78rem;line-height:1.45;font-style:normal}
.bsg-homepage .bsg-case{grid-template-columns:1fr}
.bsg-homepage .bsg-case-copy{max-width:none;padding:clamp(70px,8vw,118px) clamp(26px,7vw,118px)}
.bsg-homepage .bsg-case-copy>p,.bsg-homepage .bsg-case-results{max-width:980px}
.bsg-homepage .bsg-method-step{min-height:300px}

@media(max-width:900px){
 .bsg-homepage .bsg-engagements-head,.bsg-homepage .bsg-proof-band{grid-template-columns:1fr}
 .bsg-homepage .bsg-engagements-head>p:last-child{margin-top:24px}
 .bsg-homepage .bsg-engagements-grid{grid-template-columns:1fr}
 .bsg-homepage .bsg-engagements-grid>a{min-height:270px;border-right:0;border-bottom:1px solid var(--bsg-navy)}
 .bsg-homepage .bsg-engagements-grid>a:last-child{border-bottom:0}
 .bsg-homepage .bsg-proof-band>*{min-height:0;padding:26px 22px;border-right:0;border-bottom:1px solid rgb(255 249 246/.45)}
 .bsg-homepage .bsg-proof-band>*:last-child{border-bottom:0}
 .bsg-homepage .bsg-method-step{min-height:0}
}
@media(max-width:560px){
 .bsg-homepage .bsg-engagements{padding:58px 20px}
 .bsg-homepage .bsg-engagements-head{margin-bottom:34px}
 .bsg-homepage .bsg-engagements-head h2{font-size:clamp(2.8rem,13vw,4rem)}
 .bsg-homepage .bsg-engagements-grid>a{min-height:245px;padding:25px 22px 28px}
 .bsg-homepage .bsg-engagements-grid h3{font-size:clamp(1.75rem,8vw,2.35rem)}
 .bsg-homepage .bsg-case-copy{padding:64px 22px}
}

.bsg-homepage-canvas .bsg-homepage {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.bsg-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000;
    padding: 12px 16px;
    color: #fff9f6;
    background: #171c8f;
    border: 3px solid #fff9f6;
    font: 700 1rem/1.2 "Open Sans", Arial, sans-serif;
    transform: translateY(-160%);
}

.bsg-skip-link:focus {
    transform: translateY(0);
}

.bsg-homepage > main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.bsg-homepage,
.bsg-homepage * {
    box-sizing: border-box;
}

.bsg-homepage :where(h1, h2, h3, p, blockquote) {
    margin-top: 0;
}

.bsg-homepage :where(h1, h2, h3, h4, h5, h6, blockquote, figcaption) {
    text-wrap: balance;
    orphans: 3;
    widows: 3;
}

.bsg-homepage :where(p, li, dd, label) {
    text-wrap: pretty;
    orphans: 3;
    widows: 3;
}

.bsg-homepage :where(.bsg-nav-action, .bsg-menu-toggle, .bsg-eyebrow) {
    text-wrap: balance;
}

.bsg-homepage p:not(.bsg-eyebrow),
.bsg-homepage li {
    font-family: "Open Sans", Arial, sans-serif !important;
}

.bsg-homepage :where(h1, h2, h3, .bsg-eyebrow, .bsg-nav, .bsg-section-index) {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
}

.bsg-homepage a {
    color: inherit;
    text-decoration: none;
}

.bsg-homepage .bsg-client-site-link {
    margin-left: clamp(18px, 2vw, 30px);
}

.bsg-homepage :where(section, article)[id] {
    scroll-margin-top: 132px;
}

.bsg-homepage button:focus-visible,
.bsg-homepage a:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 4px;
}

.bsg-homepage .bsg-eyebrow {
    margin-bottom: 18px;
    color: var(--bsg-pink);
    font-size: clamp(0.82rem, 0.9vw, 0.94rem);
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bsg-homepage :is(.bsg-hero, .bsg-case, .bsg-stories-hero, .bsg-resources-hero, .bsg-resource-newsletter, .bsg-resource-more, .bsg-ideas-hero, .bsg-ideas-newsletter, .bsg-certification-strip) .bsg-eyebrow {
    color: var(--bsg-pink-on-dark);
}

.bsg-homepage :is(.bsg-hero, .bsg-stories-hero, .bsg-case-hero, .bsg-erie-hero, .bsg-startup-hero, .bsg-studio-hero, .bsg-about-hero, .bsg-contact-hero) :is(.bsg-eyebrow, h1 em) {
    color: var(--bsg-pink-on-dark) !important;
}

.bsg-homepage :is(.bsg-case-digital-results, .bsg-erie-recognition) :is(.bsg-eyebrow, strong) {
    color: var(--bsg-pink-on-dark) !important;
}

.bsg-homepage .bsg-diagonal-arrow {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: currentColor;
    overflow: hidden;
    font-size: 0 !important;
    line-height: 0 !important;
    font-style: normal;
    font-weight: 400;
    vertical-align: -0.08em;
}

.bsg-homepage .bsg-diagonal-arrow::before,
.bsg-homepage .bsg-diagonal-arrow::after {
    position: absolute;
    display: block;
    content: "";
}

.bsg-homepage .bsg-brand-magic-symbol {
    min-height: 330px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #5646df 0%, #7d2cb9 56%, #d41470 100%);
}

.bsg-homepage .bsg-brand-magic-symbol::before,
.bsg-homepage .bsg-brand-magic-symbol::after {
    position: absolute;
    content: "";
    border: 2px solid rgb(255 249 246 / 35%);
    border-radius: 50%;
}

.bsg-homepage .bsg-brand-magic-symbol::before { width: 72%; aspect-ratio: 1; top: -34%; left: -28%; }
.bsg-homepage .bsg-brand-magic-symbol::after { width: 46%; aspect-ratio: 1; right: -17%; bottom: -22%; }
.bsg-homepage .bsg-brand-magic-symbol i { width: clamp(120px, 15vw, 230px); aspect-ratio: 1; position: relative; z-index: 1; display: block; background: #ffd558; clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%); filter: drop-shadow(14px 14px 0 rgb(23 28 143 / 45%)); }
.bsg-homepage .bsg-brand-magic-symbol--small { min-height: 210px; }
.bsg-homepage .bsg-brand-magic-symbol--small i { width: clamp(92px, 10vw, 150px); }

.bsg-homepage .bsg-diagonal-arrow::before {
    top: 1px;
    right: 1px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.bsg-homepage .bsg-diagonal-arrow::after {
    left: 1px;
    top: 8px;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    transform-origin: center;
}

.bsg-homepage .bsg-nav {
    min-height: 104px;
    position: sticky;
    top: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: minmax(220px, 270px) 1fr auto;
    grid-template-areas: "logo menu action";
    align-items: center;
    gap: 32px;
    padding: 16px 38px;
    color: var(--bsg-navy);
    background: var(--bsg-warm);
    border-bottom: 2px solid var(--bsg-navy);
    box-shadow: 0 5px 0 rgb(23 28 143 / 5%);
}

body.admin-bar .bsg-homepage .bsg-nav {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .bsg-homepage .bsg-nav {
        top: 46px;
    }
}

.bsg-homepage .bsg-logo-link,
.bsg-homepage .bsg-logo-link img {
    display: block;
}

.bsg-homepage .bsg-logo-link {
    grid-area: logo;
}

.bsg-homepage .bsg-logo-link img {
    width: 242px;
    max-width: 100%;
    height: auto;
}

.bsg-homepage .bsg-menu {
    grid-area: menu;
    display: flex;
    justify-content: center;
    gap: clamp(18px, 2.1vw, 34px);
    font-size: clamp(0.98rem, 1.05vw, 1.08rem);
    line-height: 1.2;
}

.bsg-homepage .bsg-menu a {
    position: relative;
    padding: 12px 0;
}

.bsg-homepage .bsg-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 4px;
    height: 3px;
    background: var(--bsg-pink);
    transition: right 180ms ease;
}

.bsg-homepage .bsg-menu a:hover,
.bsg-homepage .bsg-menu a:focus-visible {
    color: var(--bsg-pink);
}

.bsg-homepage .bsg-menu a:hover::after,
.bsg-homepage .bsg-menu a:focus-visible::after,
.bsg-homepage .bsg-menu a[aria-current="page"]::after {
    right: 0;
}

.bsg-homepage .bsg-menu a[aria-current="page"] {
    color: var(--bsg-pink);
}

.bsg-homepage .bsg-menu-toggle {
    display: none;
}

.bsg-homepage .bsg-menu a,
.bsg-homepage .bsg-nav-action,
.bsg-homepage .bsg-hero-links a,
.bsg-homepage .bsg-change-link {
    white-space: nowrap;
}

.bsg-homepage .bsg-nav-action {
    grid-area: action;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 20px;
    color: var(--bsg-warm);
    background: var(--bsg-pink);
    border: 2px solid var(--bsg-pink);
    font-size: 0.94rem;
    text-transform: uppercase;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.bsg-homepage .bsg-nav-action span {
    width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    flex: 0 0 13px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.bsg-homepage .bsg-nav-action span::before,
.bsg-homepage .bsg-nav-action span::after {
    content: "";
    position: absolute;
    display: block;
}

.bsg-homepage .bsg-nav-action span::before {
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.bsg-homepage .bsg-nav-action span::after {
    left: 1px;
    top: 7px;
    width: 13px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    transform-origin: center;
}

.bsg-homepage .bsg-nav-action:hover,
.bsg-homepage .bsg-nav-action:focus-visible {
    color: var(--bsg-pink);
    background: var(--bsg-warm);
    transform: translateY(-2px);
}

.bsg-homepage .bsg-hero {
    min-height: 590px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.58fr);
    color: var(--bsg-warm);
    background: var(--bsg-navy);
}

.bsg-homepage .bsg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0 49.9%, rgb(255 249 246 / 7%) 50% 50.2%, transparent 50.3%),
        linear-gradient(0deg, transparent 0 49.9%, rgb(255 249 246 / 7%) 50% 50.2%, transparent 50.3%);
    background-size: 112px 112px;
}

.bsg-homepage .bsg-hero-copy {
    position: relative;
    z-index: 2;
    padding: 68px 42px 58px;
}

.bsg-homepage .bsg-hero h1 {
    max-width: 900px;
    margin-bottom: 28px;
    font-size: clamp(3.55rem, 6.7vw, 5.65rem);
    line-height: 0.97;
    letter-spacing: -0.055em;
}

.bsg-homepage .bsg-hero h1 span,
.bsg-homepage .bsg-hero h1 em {
    display: block;
    width: max-content;
    max-width: 100%;
}

.bsg-homepage .bsg-hero h1 em {
    color: var(--bsg-pink);
    font-style: normal;
}

.bsg-homepage .bsg-hero-deck {
    max-width: 670px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: clamp(1.22rem, 1.45vw, 1.42rem);
    line-height: 1.52;
}

.bsg-homepage .bsg-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    margin-top: 34px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.94rem;
}

.bsg-homepage .bsg-underlink {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid currentColor;
    font-family: "Poppins", Arial, sans-serif;
}

.bsg-homepage :is(.bsg-underlink, .bsg-nav-action span, .bsg-footer-social span, .bsg-arrow) {
    font-variant-emoji: text;
}

.bsg-homepage .bsg-underlink:hover,
.bsg-homepage .bsg-underlink:focus-visible,
.bsg-homepage .bsg-change-link:hover,
.bsg-homepage .bsg-change-link:focus-visible {
    color: var(--bsg-pink);
}

.bsg-homepage .bsg-hero-play {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border-left: 2px solid var(--bsg-warm);
}

.bsg-homepage .bsg-hero-play::before {
    content: "YOUR\A NEXT\A MOVE";
    white-space: pre;
    position: absolute;
    z-index: 2;
    top: 74px;
    right: 25px;
    color: var(--bsg-warm);
    font: 600 2.62rem/0.96 "Poppins", Arial, sans-serif;
    letter-spacing: -0.04em;
    text-align: right;
}

.bsg-homepage .bsg-move-line {
    position: absolute;
    left: 26px;
    bottom: 62px;
    width: 65%;
    height: 46%;
    border-left: 9px solid var(--bsg-pink);
    border-bottom: 9px solid var(--bsg-pink);
}

.bsg-homepage .bsg-move-line::after {
    content: "WHAT CHANGES WHEN THE BRAND BECOMES TRUE?";
    position: absolute;
    left: -9px;
    bottom: -52px;
    width: 220px;
    color: var(--bsg-warm);
    font: 600 0.8rem/1.5 "Poppins", Arial, sans-serif;
    letter-spacing: 0.07em;
}

.bsg-homepage .bsg-signal-strip {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    padding: 15px 32px;
    color: var(--bsg-warm);
    background: var(--bsg-pink);
    font: 600 0.88rem/1.4 "Poppins", Arial, sans-serif;
}

.bsg-homepage .bsg-signal-strip span:nth-child(2) {
    height: 2px;
    background: rgb(255 249 246 / 65%);
}

.bsg-homepage .bsg-changefinder {
    display: grid;
    grid-template-columns: minmax(245px, 0.72fr) minmax(0, 1.28fr);
    border-bottom: 2px solid var(--bsg-navy);
    background: var(--bsg-warm);
}

.bsg-homepage .bsg-change-menu {
    padding: 68px 32px 72px;
    border-right: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-change-menu h2 {
    max-width: 420px;
    margin-bottom: 32px;
    color: var(--bsg-navy);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.bsg-homepage .bsg-change-options {
    display: grid;
    border-top: 1px solid var(--bsg-navy);
}

.bsg-homepage .bsg-change-option {
    appearance: none;
    width: 100%;
    min-height: 58px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--bsg-navy);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--bsg-navy);
    border-radius: 0;
    font: 600 0.96rem/1.4 "Poppins", Arial, sans-serif;
    text-align: left;
    cursor: pointer;
    transition: color 160ms ease, background 160ms ease, padding 160ms ease;
}

.bsg-homepage .bsg-change-option:hover:not([aria-pressed="true"]),
.bsg-homepage .bsg-change-option:focus-visible:not([aria-pressed="true"]) {
    color: var(--bsg-pink);
    padding-inline: 15px;
    background: var(--bsg-soft-pink);
}

.bsg-homepage .bsg-change-option::after {
    content: "+";
    color: var(--bsg-pink);
    font-size: 1.2rem;
}

.bsg-homepage .bsg-change-option[aria-pressed="true"] {
    padding-inline: 13px;
    color: var(--bsg-warm);
    background: var(--bsg-pink);
}

.bsg-homepage .bsg-change-option[aria-pressed="true"]::after {
    content: "→";
    color: var(--bsg-warm);
}

.bsg-homepage .bsg-change-answer {
    min-height: 580px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 70px 48px 72px;
    overflow: hidden;
    color: var(--bsg-warm);
    background: linear-gradient(145deg, var(--bsg-electric), var(--bsg-violet) 54%, var(--bsg-pink));
}

.bsg-homepage .bsg-change-answer > * {
    position: relative;
}

.bsg-homepage .bsg-change-answer .bsg-eyebrow {
    color: var(--bsg-warm);
}

.bsg-homepage .bsg-change-answer h3 {
    max-width: 690px;
    margin-bottom: 22px;
    font-size: clamp(2.1rem, 5vw, 3.6rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.bsg-homepage .bsg-change-answer p {
    max-width: 650px;
    font-size: 1.12rem;
    line-height: 1.65;
}

.bsg-homepage .bsg-change-link {
    align-self: flex-start;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid currentColor;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.92rem;
}

.bsg-homepage .bsg-belief {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 48px;
    padding: 94px 42px 100px;
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-section-index {
    color: var(--bsg-pink);
    font-size: 0.9rem;
}

.bsg-homepage .bsg-belief h2 {
    max-width: 850px;
    margin-bottom: 36px;
    color: var(--bsg-navy);
    font-size: clamp(2.8rem, 6.8vw, 4.9rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.bsg-homepage .bsg-belief h2 span {
    position: relative;
    color: var(--bsg-pink);
}

.bsg-homepage .bsg-belief h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 5px;
    background: var(--bsg-pink);
    transform: rotate(-1.6deg);
}

.bsg-homepage .bsg-belief-copy {
    max-width: 680px;
    margin-left: 14%;
    font-size: 1.06rem;
    line-height: 1.7;
}

.bsg-homepage .bsg-belief-copy strong {
    color: var(--bsg-navy);
}

.bsg-homepage .bsg-method {
    padding: 78px 34px 82px;
    background: var(--bsg-pale-navy);
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-method-head {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 44px;
    margin-bottom: 42px;
}

.bsg-homepage .bsg-method h2,
.bsg-homepage .bsg-offers h2,
.bsg-homepage .bsg-impact h2 {
    font-size: clamp(2.7rem, 5.8vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.bsg-homepage .bsg-method h2,
.bsg-homepage .bsg-offers h2 {
    color: var(--bsg-navy);
}

.bsg-homepage .bsg-method-intro {
    max-width: 530px;
    padding-top: 22px;
    font-size: 1.12rem;
    line-height: 1.6;
}

.bsg-homepage .bsg-method-board {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    border: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-method-step {
    min-height: 245px;
    position: relative;
    padding: 27px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.bsg-homepage .bsg-method-step:hover {
    z-index: 2;
    transform: translateY(-5px);
    box-shadow: 0 10px 0 rgb(23 28 143 / 16%);
}

.bsg-homepage .bsg-method-step .bsg-step {
    display: block;
    margin-bottom: 52px;
    font: 600 0.86rem/1.4 "Poppins", Arial, sans-serif;
    text-transform: uppercase;
}

.bsg-homepage .bsg-method-step h3 {
    margin-bottom: 13px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.bsg-homepage .bsg-method-step p {
    max-width: 540px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.58;
}

.bsg-homepage .bsg-method-step.one {
    grid-column: span 7;
    color: var(--bsg-navy);
    background: var(--bsg-warm);
    border-right: 2px solid var(--bsg-navy);
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-method-step.one .bsg-step {
    color: var(--bsg-pink);
}

.bsg-homepage .bsg-method-step.two {
    grid-column: span 5;
    color: var(--bsg-warm);
    background: var(--bsg-pink);
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-method-step.three {
    grid-column: span 5;
    color: var(--bsg-warm);
    background: linear-gradient(135deg, var(--bsg-electric), var(--bsg-violet));
    border-right: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-method-step.four {
    grid-column: span 7;
    color: var(--bsg-warm);
    background: var(--bsg-navy);
}

.bsg-homepage .bsg-case {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    color: var(--bsg-warm);
    background: var(--bsg-navy);
    border-bottom: 12px solid var(--bsg-pink);
}

.bsg-homepage .bsg-case-visual {
    min-height: 590px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-right: 2px solid var(--bsg-warm);
    background:
        linear-gradient(140deg, transparent 0 45%, var(--bsg-pink) 45% 48%, transparent 48%),
        repeating-linear-gradient(90deg, rgb(255 249 246 / 6%) 0 1px, transparent 1px 76px),
        repeating-linear-gradient(0deg, rgb(255 249 246 / 6%) 0 1px, transparent 1px 76px);
}

.bsg-homepage .bsg-case-frame {
    width: 72%;
    min-height: 345px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--bsg-navy);
    border: 2px solid var(--bsg-warm);
}

.bsg-homepage .bsg-case-frame > span {
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
    padding: 20px;
    border-right: 1px solid rgb(255 249 246 / 45%);
    border-bottom: 1px solid rgb(255 249 246 / 45%);
    font: 600 0.82rem/1.35 "Poppins", Arial, sans-serif;
    text-transform: uppercase;
}

.bsg-homepage .bsg-case-frame > span:nth-child(even) {
    border-right: 0;
}

.bsg-homepage .bsg-case-frame > span:nth-child(n + 3) {
    border-bottom: 0;
}

.bsg-homepage .bsg-case-frame > span b {
    color: var(--bsg-pink);
    font-size: 1.15rem;
}

.bsg-homepage .bsg-case-frame::before {
    content: "OXFORD / EMPLOYEE VOICES";
    position: absolute;
    top: -30px;
    left: 0;
    font: 600 0.78rem/1.4 "Poppins", Arial, sans-serif;
    letter-spacing: 0.08em;
}

.bsg-homepage .bsg-case-frame::after {
    content: none;
}

.bsg-homepage .bsg-case-copy {
    padding: 78px clamp(38px, 8vw, 140px) 74px;
}

.bsg-homepage .bsg-case-copy > * {
    max-width: 940px;
}

.bsg-homepage .bsg-case h2 {
    margin-bottom: 26px;
    font-size: clamp(2.7rem, 5.4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.bsg-homepage .bsg-case-copy > p {
    font-size: 1.08rem;
    line-height: 1.65;
}

.bsg-homepage .bsg-case-results {
    margin: 30px 0;
    border-top: 1px solid rgb(255 249 246 / 50%);
}

.bsg-homepage .bsg-case-results span {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgb(255 249 246 / 25%);
    font-size: 0.92rem;
    font-family: "Open Sans", Arial, sans-serif !important;
}

.bsg-homepage .bsg-offers {
    padding: 82px 38px 92px;
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-offers h2 {
    max-width: 1180px;
    margin-bottom: 24px;
}

.bsg-homepage .bsg-offers-intro {
    max-width: 720px;
    margin-bottom: 34px;
    font-size: 1.08rem;
    line-height: 1.65;
}

.bsg-homepage .bsg-focused-services {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 46px;
    border-top: 2px solid var(--bsg-navy);
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-focused-services a {
    min-height: 94px;
    display: flex;
    align-items: flex-end;
    padding: 18px 16px;
    color: var(--bsg-navy);
    border-right: 1px solid rgb(23 28 143 / 35%);
    font: 600 0.94rem/1.45 "Poppins", Arial, sans-serif;
    text-decoration: none;
    text-wrap: balance;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.bsg-homepage .bsg-focused-services a:hover,
.bsg-homepage .bsg-focused-services a:focus-visible {
    color: var(--bsg-warm);
    background: var(--bsg-navy);
    transform: translateY(-5px);
}

.bsg-homepage .bsg-focused-services a:nth-child(2),
.bsg-homepage .bsg-focused-services a:nth-child(4) {
    background: var(--bsg-soft-pink);
}

.bsg-homepage .bsg-focused-services a:nth-child(2):hover,
.bsg-homepage .bsg-focused-services a:nth-child(2):focus-visible,
.bsg-homepage .bsg-focused-services a:nth-child(4):hover,
.bsg-homepage .bsg-focused-services a:nth-child(4):focus-visible {
    color: var(--bsg-warm);
    background: var(--bsg-navy);
}

.bsg-homepage .bsg-focused-services a:last-child {
    color: var(--bsg-warm);
    background: var(--bsg-pink);
    border-right: 0;
}

.bsg-homepage .bsg-offer {
    display: grid;
    grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.35fr) 48px;
    gap: 30px;
    align-items: center;
    padding: 30px 0;
    border-top: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-offer:last-child {
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-offer h3 {
    margin: 0;
    color: var(--bsg-navy);
    font-size: 1.5rem;
}

.bsg-homepage .bsg-offer p {
    margin: 0;
    line-height: 1.55;
}

.bsg-homepage .bsg-arrow {
    color: var(--bsg-pink);
    font: 600 2rem/1 "Poppins", Arial, sans-serif;
    text-align: right;
}

.bsg-homepage .bsg-trust {
    min-height: 420px;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-trust-title {
    padding: 50px 34px;
    color: var(--bsg-warm);
    background: var(--bsg-pink);
}

.bsg-homepage .bsg-trust-title .bsg-eyebrow {
    color: var(--bsg-warm);
}

.bsg-homepage .bsg-trust-title h2 {
    margin-top: 80px;
    font-size: 2.7rem;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.bsg-homepage .bsg-trust-quote {
    position: relative;
    padding: 70px 48px;
    background: var(--bsg-warm);
}

.bsg-homepage .bsg-trust-quote::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 28px;
    width: 8px;
    height: 72px;
    background: var(--bsg-pink);
}

.bsg-homepage blockquote,
.bsg-homepage .bsg-trust-quote h3 {
    position: relative;
    margin: 0;
    color: var(--bsg-navy);
    font: 600 clamp(1.7rem, 3.7vw, 2.65rem)/1.22 "Poppins", Arial, sans-serif;
    text-wrap: balance;
}

.bsg-homepage .bsg-trust-quote > p {
    max-width: 720px;
    margin: 30px 0 0;
    font-size: 1.08rem;
    line-height: 1.7;
}

.bsg-homepage .bsg-impact {
    padding: 76px 38px 88px;
    color: var(--bsg-warm);
    background: var(--bsg-navy);
}

.bsg-homepage .bsg-impact h2 {
    max-width: 720px;
    margin-bottom: 42px;
}

.bsg-homepage .bsg-impact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    border-top: 2px solid var(--bsg-warm);
}

.bsg-homepage .bsg-impact-item {
    min-height: 245px;
    padding: 26px 20px;
    border-right: 1px solid rgb(255 249 246 / 55%);
}

.bsg-homepage .bsg-impact-item:last-child {
    border-right: 0;
}

.bsg-homepage .bsg-impact-item h3 {
    margin-top: 70px;
    font-size: 1.45rem;
}

.bsg-homepage .bsg-impact-item p:last-child {
    font-size: 0.98rem;
    opacity: 0.8;
}

.bsg-homepage .bsg-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-resources,
.bsg-homepage .bsg-studios {
    min-height: 485px;
    padding: 54px 34px;
}

.bsg-homepage .bsg-resources {
    border-right: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-studios {
    position: relative;
    overflow: hidden;
    color: var(--bsg-warm);
    background: linear-gradient(145deg, var(--bsg-pink) 0 45%, var(--bsg-violet) 100%);
}

.bsg-homepage .bsg-studios::after {
    content: "ON AIR";
    position: absolute;
    right: -6px;
    bottom: 16px;
    color: rgb(255 249 246 / 17%);
    font: 600 5rem/1 "Poppins", Arial, sans-serif;
    letter-spacing: -0.06em;
}

.bsg-homepage .bsg-resources h2,
.bsg-homepage .bsg-studios h2 {
    position: relative;
    z-index: 1;
    margin: 75px 0 24px;
    font-size: 2.8rem;
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.bsg-homepage .bsg-resources h2 {
    color: var(--bsg-navy);
}

.bsg-homepage .bsg-resources p,
.bsg-homepage .bsg-studios p,
.bsg-homepage .bsg-resources a,
.bsg-homepage .bsg-studios a {
    position: relative;
    z-index: 1;
}

.bsg-homepage .bsg-studios .bsg-eyebrow {
    color: var(--bsg-warm);
}

.bsg-homepage .bsg-closing {
    position: relative;
    padding: 94px 38px 84px;
    text-align: center;
}

.bsg-homepage .bsg-closing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 9px;
    background: var(--bsg-pink);
}

.bsg-homepage .bsg-closing h2 {
    max-width: 850px;
    margin: 0 auto 32px;
    color: var(--bsg-navy);
    font-size: clamp(3.2rem, 7.7vw, 5.5rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.bsg-homepage .bsg-closing h2 span {
    display: block;
}

.bsg-homepage .bsg-certification-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(420px, 0.55fr);
    min-height: 340px;
    color: var(--bsg-warm);
    background:
        linear-gradient(135deg, rgba(84, 69, 226, 0.44), transparent 52%),
        var(--bsg-navy);
    border-top: 10px solid var(--bsg-pink);
}

.bsg-homepage .bsg-certification-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(56px, 7vw, 96px) clamp(32px, 6vw, 92px);
}

.bsg-homepage .bsg-certification-copy .bsg-eyebrow {
    margin-bottom: 24px;
    color: var(--bsg-pink-on-dark);
}

.bsg-homepage .bsg-certification-copy h2 {
    max-width: 790px;
    margin: 0 0 24px;
    color: var(--bsg-warm);
    font-size: clamp(2.25rem, 4.6vw, 4.5rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.bsg-homepage .bsg-certification-copy > p:not(.bsg-eyebrow) {
    max-width: 720px;
    margin: 0;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.65;
    text-wrap: pretty;
}

.bsg-homepage .bsg-certification-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.bsg-homepage .bsg-certification-credentials a {
    display: inline-block;
    padding: 10px 14px;
    color: var(--bsg-navy);
    background: var(--bsg-warm);
    font: 700 0.76rem/1.2 "Open Sans", Arial, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}

.bsg-homepage .bsg-certification-credentials a:hover,
.bsg-homepage .bsg-certification-credentials a:focus-visible {
    color: var(--bsg-warm);
    background: var(--bsg-pink);
}

.bsg-homepage .bsg-certification-article-link {
    color: inherit;
    text-decoration-color: var(--bsg-pink);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.bsg-homepage .bsg-certification-article-link:hover,
.bsg-homepage .bsg-certification-article-link:focus-visible {
    color: var(--bsg-pink);
}

.bsg-homepage .bsg-community-affiliations {
    max-width: 720px;
    margin: 24px 0 0 !important;
    color: var(--bsg-warm);
    font-size: 0.94rem !important;
    line-height: 1.65 !important;
}

.bsg-homepage .bsg-community-affiliations a {
    color: inherit;
    text-decoration-color: var(--bsg-pink);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.bsg-homepage .bsg-community-affiliations a:hover,
.bsg-homepage .bsg-community-affiliations a:focus-visible {
    color: var(--bsg-pink);
}

.bsg-homepage .bsg-certification-marks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 18px;
    padding: clamp(34px, 4vw, 56px);
    background: linear-gradient(145deg, var(--bsg-pink), #8d2cb1);
    border-left: 1px solid rgba(255, 249, 246, 0.72);
}

.bsg-homepage .bsg-certification-marks a {
    display: grid;
    place-items: center;
    transition: transform 180ms ease;
}

.bsg-homepage .bsg-certification-marks a:hover,
.bsg-homepage .bsg-certification-marks a:focus-visible {
    transform: translateY(-3px);
}

.bsg-homepage .bsg-certification-marks img {
    display: block;
    width: 100%;
    max-width: 165px;
    height: auto;
    object-fit: contain;
    background: #fff;
    box-sizing: border-box;
    justify-self: center;
}

.bsg-homepage .bsg-certification-women-owned {
    padding: 20px;
}

.bsg-homepage .bsg-certification-wbe {
    padding: 14px 18px;
}

.bsg-homepage .bsg-footer {
    display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 22px 32px;
    color: var(--bsg-warm);
    background: var(--bsg-navy);
}

.bsg-homepage .bsg-footer-brand {
    display: grid;
    gap: 5px;
}

.bsg-homepage .bsg-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    margin-top: 5px;
    font: 600 0.78rem/1.4 "Poppins", Arial, sans-serif;
}

.bsg-homepage .bsg-footer-social a {
    position: relative;
    display: inline-flex;
    gap: 3px;
    align-items: center;
    min-height: 28px;
    padding: 5px 2px;
    white-space: nowrap;
}

.bsg-homepage .bsg-footer-social a::after {
    position: absolute;
    right: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
    background: var(--bsg-pink);
    transition: right 180ms ease;
}

.bsg-homepage .bsg-footer-social a:hover::after,
.bsg-homepage .bsg-footer-social a:focus-visible::after {
    right: 0;
}

.bsg-homepage .bsg-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px clamp(16px, 2vw, 28px);
    font: 600 0.9rem/1.4 "Poppins", Arial, sans-serif;
}

.bsg-homepage .bsg-footer-nav a {
    position: relative;
    padding: 6px 0;
}

.bsg-homepage .bsg-footer-nav a::after {
    position: absolute;
    content: "";
    right: 100%;
    bottom: 2px;
    left: 0;
    height: 2px;
    background: var(--bsg-pink);
    transition: right 180ms ease;
}

.bsg-homepage .bsg-footer-nav a:hover::after,
.bsg-homepage .bsg-footer-nav a:focus-visible::after {
    right: 0;
}

.bsg-homepage .bsg-footer-certifications {
    text-align: right;
}

.bsg-homepage .bsg-footer-certifications a {
    color: inherit;
    text-decoration-color: var(--bsg-pink);
    text-underline-offset: 3px;
}

.bsg-homepage .bsg-footer-wordmark {
    font: 600 0.88rem/1.4 "Poppins", Arial, sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.bsg-homepage .bsg-footer p {
    margin: 0;
    font-size: 0.86rem;
}

.bsg-accessibility-hero {
    padding: clamp(84px, 10vw, 150px) clamp(28px, 10vw, 160px);
    color: var(--bsg-warm);
    background: var(--bsg-navy);
    border-bottom: 10px solid var(--bsg-pink);
}

.bsg-accessibility-hero .bsg-eyebrow { color: var(--bsg-pink-on-dark); }
.bsg-accessibility-hero h1 { max-width: 1100px; margin: 0 0 34px; font-size: clamp(3.5rem, 8vw, 8.5rem); line-height: .92; letter-spacing: -.065em; }
.bsg-accessibility-hero > p:last-child { max-width: 800px; margin: 0; font-size: clamp(1.1rem, 1.5vw, 1.35rem); }
.bsg-accessibility-content { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 8vw, 130px); padding: clamp(76px, 9vw, 140px) clamp(28px, 8vw, 130px); }
.bsg-accessibility-content h2 { margin: 0; color: var(--bsg-navy); font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.bsg-accessibility-copy { max-width: 850px; }
.bsg-accessibility-copy > p:first-child { font-size: 1.2rem; }
.bsg-accessibility-copy h3 { margin: 42px 0 12px; color: var(--bsg-navy); font-size: clamp(1.5rem, 2.1vw, 2.2rem); line-height: 1.12; }
.bsg-accessibility-copy li { margin-bottom: 10px; }
.bsg-accessibility-copy .bsg-underlink { color: var(--bsg-navy); }
.bsg-accessibility-review { margin-top: 44px; font-size: .9rem; font-weight: 700; }

@media (max-width: 760px) {
    .bsg-accessibility-content { grid-template-columns: 1fr; }
}

/* 2.17.0: final sitewide contrast layer. These rules intentionally use
   !important so later page-specific styles cannot restore low-contrast pink. */
.bsg-homepage :is(
    .bsg-services-contact,
    .bsg-story-card.is-featured,
    .bsg-resources-hero,
    .bsg-resource-more,
    .bsg-ideas-hero,
    .bsg-case-scene,
    .bsg-case-journey,
    .bsg-case-contact,
    .bsg-expanded-hero,
    .bsg-expanded-results,
    .bsg-resource-detail-hero,
    .bsg-resource-related,
    .bsg-article-hero,
    .bsg-article-next,
    .bsg-certification-strip
) :is(.bsg-eyebrow, h1 em) {
    color: var(--bsg-pink-on-dark) !important;
}

.bsg-homepage .bsg-case-scene figcaption span:first-child,
.bsg-homepage .bsg-expanded-results strong,
.bsg-homepage .bsg-article-related-grid span,
.bsg-homepage .bsg-article-related-grid i {
    color: var(--bsg-pink-on-dark) !important;
}

.bsg-homepage :is(
    .bsg-resource-signup,
    .bsg-editorial-visual--tool,
    .bsg-tool-callout
) :is(.bsg-eyebrow, b),
.bsg-homepage .bsg-about-testimonial > div .bsg-eyebrow {
    color: var(--bsg-warm) !important;
}

.bsg-homepage .bsg-editorial-visual--whole-brand > strong em {
    color: var(--bsg-pink-on-dark) !important;
}

.bsg-homepage .bsg-article-related-grid a:is(:hover, :focus-visible) :is(span, i) {
    color: var(--bsg-navy) !important;
}

.bsg-homepage .bsg-article-breadcrumb a:is(:hover, :focus-visible) {
    color: var(--bsg-pink-on-dark) !important;
}

.bsg-homepage .bsg-back-to-top {
    position: fixed;
    z-index: 90;
    right: clamp(16px, 2vw, 30px);
    bottom: clamp(16px, 2vw, 30px);
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-height: 48px;
    padding: 11px 16px;
    color: var(--bsg-warm);
    background: var(--bsg-navy);
    border: 2px solid var(--bsg-warm);
    box-shadow: 0 6px 20px rgb(13 16 113 / 24%);
    font: 600 0.78rem/1 "Poppins", Arial, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.bsg-homepage .bsg-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bsg-homepage .bsg-back-to-top:hover,
.bsg-homepage .bsg-back-to-top:focus-visible {
    color: var(--bsg-navy);
    background: var(--bsg-pink);
    border-color: var(--bsg-navy);
}

.bsg-homepage .bsg-back-to-top i {
    position: relative;
    width: 15px;
    height: 18px;
    flex: 0 0 15px;
}

.bsg-homepage .bsg-back-to-top i::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 17px;
    left: 6px;
    top: 1px;
    background: currentColor;
    border-radius: 999px;
}

.bsg-homepage .bsg-back-to-top i::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 1px;
    border-top: 3px solid currentColor;
    border-left: 3px solid currentColor;
    transform: rotate(45deg);
}

.bsg-homepage .bsg-story-back {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: var(--bsg-warm);
    font: 600 0.76rem/1.3 "Poppins", Arial, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bsg-homepage .bsg-story-back::before {
    content: "";
    width: 18px;
    height: 10px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: skewX(-42deg);
}

.bsg-homepage .bsg-story-back:hover,
.bsg-homepage .bsg-story-back:focus-visible {
    color: var(--bsg-pink);
}

body.bsg-homepage-canvas {
    margin: 0;
    background: #fff9f6;
}

body.bsg-homepage-canvas .wp-site-blocks,
body.bsg-homepage-canvas main,
body.bsg-homepage-canvas .entry-content {
    margin: 0;
    padding: 0;
    max-width: none;
}

.bsg-homepage .bsg-home-ideas {
    display: grid;
    grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
    color: var(--bsg-navy);
    background: var(--bsg-warm);
    border-top: 2px solid var(--bsg-navy);
    border-bottom: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-home-ideas-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 6vw, 90px) clamp(32px, 5vw, 72px);
    border-right: 2px solid var(--bsg-navy);
}

.bsg-homepage .bsg-home-ideas-head h2 {
    margin-bottom: 34px;
    font-size: clamp(2.6rem, 4.5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.bsg-homepage .bsg-home-ideas-head .bsg-underlink {
    width: max-content;
}

.bsg-homepage .bsg-home-ideas-list {
    display: grid;
}

.bsg-homepage .bsg-home-ideas-list a {
    min-height: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 30px 74px 30px 36px;
    border-bottom: 1px solid var(--bsg-navy);
    transition: color 180ms ease, background 180ms ease;
}

.bsg-homepage .bsg-home-ideas-list a:last-child {
    border-bottom: 0;
}

.bsg-homepage .bsg-home-ideas-list span {
    color: var(--bsg-pink);
    font: 600 0.78rem / 1.4 "Poppins", Arial, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bsg-homepage .bsg-home-ideas-list strong {
    max-width: 760px;
    font: 600 clamp(1.28rem, 1.8vw, 1.9rem) / 1.15 "Poppins", Arial, sans-serif;
}

.bsg-homepage .bsg-home-ideas-list i {
    position: absolute;
    right: 30px;
    color: var(--bsg-pink);
    font-size: 1.6rem;
    font-style: normal;
}

.bsg-homepage .bsg-home-ideas-list a:hover,
.bsg-homepage .bsg-home-ideas-list a:focus-visible {
    color: var(--bsg-warm);
    background: var(--bsg-navy);
}

@media (max-width: 1050px) {
    .bsg-homepage .bsg-nav {
        grid-template-columns: minmax(180px, 1fr) auto auto;
        grid-template-areas:
            "logo toggle action"
            "menu menu menu";
        gap: 12px;
        padding: 14px 22px;
    }

    .bsg-homepage .bsg-menu {
        display: none;
        width: calc(100% + 44px);
        margin: 2px -22px -14px;
        padding: 16px 22px 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        font-size: 1rem;
        border-top: 1px solid rgb(23 28 143 / 20%);
    }

    .bsg-homepage .bsg-nav[data-menu-open="true"] .bsg-menu {
        display: flex;
    }

    .bsg-homepage .bsg-menu a {
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid rgb(23 28 143 / 16%);
    }

    .bsg-homepage .bsg-menu-toggle {
        grid-area: toggle;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 4px;
        color: var(--bsg-navy);
        background: transparent;
        border: 0;
        font: 600 0.78rem/1 "Poppins", Arial, sans-serif;
        text-transform: uppercase;
        cursor: pointer;
    }

    .bsg-homepage .bsg-menu-toggle-icon,
    .bsg-homepage .bsg-menu-toggle-icon::before,
    .bsg-homepage .bsg-menu-toggle-icon::after {
        position: relative;
        display: block;
        width: 18px;
        height: 2px;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .bsg-homepage .bsg-menu-toggle-icon::before,
    .bsg-homepage .bsg-menu-toggle-icon::after {
        position: absolute;
        left: 0;
        content: "";
    }

    .bsg-homepage .bsg-menu-toggle-icon::before { top: -6px; }
    .bsg-homepage .bsg-menu-toggle-icon::after { top: 6px; }
    .bsg-homepage .bsg-nav[data-menu-open="true"] .bsg-menu-toggle-icon { background: transparent; }
    .bsg-homepage .bsg-nav[data-menu-open="true"] .bsg-menu-toggle-icon::before { top: 0; transform: rotate(45deg); }
    .bsg-homepage .bsg-nav[data-menu-open="true"] .bsg-menu-toggle-icon::after { top: 0; transform: rotate(-45deg); }

    .bsg-homepage .bsg-footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bsg-homepage .bsg-footer-nav {
        justify-content: center;
    }

    .bsg-homepage .bsg-footer-social {
        justify-content: center;
    }

    .bsg-homepage .bsg-footer-certifications {
        text-align: center;
    }

    .bsg-homepage .bsg-home-ideas {
        grid-template-columns: 1fr;
    }

    .bsg-homepage .bsg-home-ideas-head {
        border-right: 0;
        border-bottom: 2px solid var(--bsg-navy);
    }
}

@media (max-width: 720px) {
    .bsg-homepage :where(main, section, article, header, nav, div, aside, figure) {
        min-width: 0;
    }

    .bsg-homepage .bsg-nav {
        width: 100%;
        max-width: 100%;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "logo toggle"
            "action action"
            "menu menu";
        gap: 12px;
        padding: 14px 20px;
    }

    .bsg-homepage .bsg-logo-link,
    .bsg-homepage .bsg-menu-toggle,
    .bsg-homepage .bsg-nav-action {
        min-width: 0;
    }

    .bsg-homepage .bsg-client-site-link {
        margin-top: 18px;
        margin-left: 0;
    }

    .bsg-homepage .bsg-nav-action {
        width: 100%;
        justify-self: stretch;
        text-align: center;
    }

    .bsg-homepage .bsg-menu {
        width: calc(100% + 40px);
        margin: 2px -20px -14px;
        padding-inline: 20px;
    }

    .bsg-homepage .bsg-hero,
    .bsg-homepage .bsg-changefinder,
    .bsg-homepage .bsg-belief,
    .bsg-homepage .bsg-method-head,
    .bsg-homepage .bsg-case,
    .bsg-homepage .bsg-trust,
    .bsg-homepage .bsg-bottom-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .bsg-homepage .bsg-hero h1 span,
    .bsg-homepage .bsg-hero h1 em {
        width: auto;
        max-width: none;
    }

    .bsg-homepage .bsg-hero-copy {
        padding: 62px 22px 48px;
    }

    .bsg-homepage .bsg-hero-play {
        min-height: 340px;
        border-top: 2px solid var(--bsg-warm);
        border-left: 0;
    }

    .bsg-homepage .bsg-signal-strip {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bsg-homepage .bsg-signal-strip span:nth-child(2) {
        display: none;
    }

    .bsg-homepage .bsg-change-menu {
        padding: 54px 22px;
        border-right: 0;
        border-bottom: 2px solid var(--bsg-navy);
    }

    .bsg-homepage .bsg-change-answer {
        min-height: 450px;
        padding: 54px 24px;
    }

    .bsg-homepage .bsg-belief {
        gap: 25px;
        padding: 66px 22px 72px;
    }

    .bsg-homepage .bsg-belief-copy {
        margin-left: 0;
    }

    .bsg-homepage .bsg-method {
        padding: 60px 20px;
    }

    .bsg-homepage .bsg-method-board {
        grid-template-columns: 1fr;
    }

    .bsg-homepage .bsg-method-step.one,
    .bsg-homepage .bsg-method-step.two,
    .bsg-homepage .bsg-method-step.three,
    .bsg-homepage .bsg-method-step.four {
        grid-column: 1;
        border-right: 0;
        border-bottom: 2px solid var(--bsg-navy);
    }

    .bsg-homepage .bsg-method-step.four {
        border-bottom: 0;
    }

    .bsg-homepage .bsg-case-visual {
        min-height: 410px;
        border-right: 0;
        border-bottom: 2px solid var(--bsg-warm);
    }

    .bsg-homepage .bsg-case-copy,
    .bsg-homepage .bsg-trust-quote {
        padding: 52px 24px;
    }

    .bsg-homepage .bsg-method-step:hover,
    .bsg-homepage .bsg-focused-services a:hover {
        transform: none;
        box-shadow: none;
    }

    .bsg-homepage .bsg-offers,
    .bsg-homepage .bsg-impact {
        padding: 62px 22px;
    }

    .bsg-homepage .bsg-focused-services {
        grid-template-columns: 1fr 1fr;
    }

    .bsg-homepage .bsg-focused-services a {
        min-height: 82px;
        border-bottom: 1px solid rgb(23 28 143 / 35%);
    }

    .bsg-homepage .bsg-focused-services a:nth-child(even) {
        border-right: 0;
    }

    .bsg-homepage .bsg-focused-services a:last-child {
        grid-column: 1 / -1;
    }

    .bsg-homepage .bsg-offer {
        grid-template-columns: 1fr auto;
    }

    .bsg-homepage .bsg-offer p {
        grid-column: 1 / -1;
    }

    .bsg-homepage .bsg-trust-title {
        min-height: 280px;
    }

    .bsg-homepage .bsg-trust-title h2 {
        margin-top: 35px;
    }

    .bsg-homepage .bsg-impact-grid {
        grid-template-columns: 1fr;
    }

    .bsg-homepage .bsg-impact-item {
        border-right: 0;
        border-bottom: 1px solid rgb(255 249 246 / 55%);
    }

    .bsg-homepage .bsg-resources {
        border-right: 0;
        border-bottom: 2px solid var(--bsg-navy);
    }

    .bsg-homepage .bsg-resources,
    .bsg-homepage .bsg-studios {
        padding: 48px 24px;
    }

    .bsg-homepage .bsg-footer {
        grid-template-columns: 1fr;
    }

    .bsg-homepage .bsg-closing h2 span {
        display: inline;
    }

    .bsg-homepage .bsg-certification-strip {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .bsg-homepage .bsg-certification-copy {
        padding: 58px 24px 48px;
    }

    .bsg-homepage .bsg-certification-marks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 28px 24px;
        border-top: 1px solid rgba(255, 249, 246, 0.72);
        border-left: 0;
    }

    .bsg-homepage .bsg-certification-women-owned,
    .bsg-homepage .bsg-certification-wbe {
        padding: 12px;
    }

    /* Keep the full story on mobile while removing decorative and repeated height. */
    .bsg-homepage .bsg-hero-copy {
        padding: 52px 22px 46px;
    }

    .bsg-homepage .bsg-hero-play {
        display: none;
    }

    .bsg-homepage .bsg-signal-strip {
        padding: 12px 20px;
    }

    .bsg-homepage .bsg-change-menu {
        padding: 44px 22px;
    }

    .bsg-homepage .bsg-change-menu h2 {
        margin-bottom: 22px;
    }

    .bsg-homepage .bsg-change-option {
        min-height: 50px;
        padding: 11px 9px;
    }

    .bsg-homepage .bsg-change-answer {
        min-height: 360px;
        padding: 42px 22px;
    }

    .bsg-homepage .bsg-change-answer h3 {
        font-size: clamp(2rem, 10vw, 2.7rem);
    }

    .bsg-homepage .bsg-change-answer p {
        font-size: 1rem;
        line-height: 1.55;
    }

    .bsg-homepage .bsg-belief {
        padding: 54px 22px 58px;
    }

    .bsg-homepage .bsg-method {
        padding: 52px 18px 56px;
    }

    .bsg-homepage .bsg-method-head {
        gap: 18px;
        margin-bottom: 28px;
    }

    .bsg-homepage .bsg-method-intro {
        padding-top: 0;
    }

    .bsg-homepage .bsg-method-board {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 10px;
        border: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .bsg-homepage .bsg-method-step.one,
    .bsg-homepage .bsg-method-step.two,
    .bsg-homepage .bsg-method-step.three,
    .bsg-homepage .bsg-method-step.four {
        flex: 0 0 min(82vw, 310px);
        min-height: 330px;
        border: 2px solid var(--bsg-navy);
        scroll-snap-align: start;
    }

    .bsg-homepage .bsg-method-step .bsg-step {
        margin-bottom: 38px;
    }

    .bsg-homepage .bsg-case-visual {
        min-height: 300px;
    }

    .bsg-homepage .bsg-case-frame {
        width: 86%;
        min-height: 230px;
    }

    .bsg-homepage .bsg-case-copy {
        padding: 46px 22px 50px;
    }

    .bsg-homepage .bsg-case-copy > p {
        font-size: 1rem;
        line-height: 1.55;
    }

    .bsg-homepage .bsg-case-results {
        margin: 22px 0;
    }

    .bsg-homepage .bsg-case-results span {
        padding: 9px 0;
    }

    .bsg-homepage .bsg-offers {
        padding: 52px 18px 58px;
    }

    .bsg-homepage .bsg-offers h2 {
        font-size: clamp(2.55rem, 12vw, 3.5rem);
    }

    .bsg-homepage .bsg-offers-intro {
        margin-bottom: 26px;
    }

    .bsg-homepage .bsg-focused-services {
        display: flex;
        gap: 0;
        overflow-x: auto;
        margin: 0 0 30px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .bsg-homepage .bsg-focused-services a {
        flex: 0 0 72%;
        min-height: 92px;
        align-items: center;
        border-right: 1px solid rgb(23 28 143 / 35%);
        border-bottom: 0;
        scroll-snap-align: start;
    }

    .bsg-homepage .bsg-focused-services a:nth-child(even) {
        border-right: 1px solid rgb(23 28 143 / 35%);
    }

    .bsg-homepage .bsg-focused-services a:last-child {
        grid-column: auto;
    }

    .bsg-homepage .bsg-offer {
        gap: 10px 16px;
        padding: 22px 0;
    }

    .bsg-homepage .bsg-offer h3 {
        font-size: 1.25rem;
    }

    .bsg-homepage .bsg-offer p {
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .bsg-homepage .bsg-trust-title {
        min-height: 0;
        padding: 44px 22px;
    }

    .bsg-homepage .bsg-trust-title h2 {
        margin-top: 28px;
        font-size: 2.25rem;
    }

    .bsg-homepage .bsg-trust-quote {
        padding: 44px 22px 48px;
    }

    .bsg-homepage .bsg-trust-quote::before {
        display: none;
    }

    .bsg-homepage .bsg-trust-quote > p {
        margin-top: 22px;
    }

    .bsg-homepage .bsg-impact {
        padding: 52px 18px 58px;
    }

    .bsg-homepage .bsg-impact h2 {
        margin-bottom: 28px;
    }

    .bsg-homepage .bsg-impact-grid {
        display: flex;
        gap: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .bsg-homepage .bsg-impact-item {
        flex: 0 0 78%;
        min-height: 240px;
        border-right: 1px solid rgb(255 249 246 / 55%);
        border-bottom: 0;
        scroll-snap-align: start;
    }

    .bsg-homepage .bsg-impact-item h3 {
        margin-top: 48px;
    }

    .bsg-homepage .bsg-home-ideas-head {
        padding: 46px 22px;
    }

    .bsg-homepage .bsg-home-ideas-head h2 {
        margin-bottom: 24px;
    }

    .bsg-homepage .bsg-home-ideas-list a {
        min-height: 130px;
        padding: 24px 60px 24px 22px;
    }

    .bsg-homepage .bsg-resources,
    .bsg-homepage .bsg-studios {
        min-height: 0;
        padding: 40px 22px 44px;
    }

    .bsg-homepage .bsg-resources h2,
    .bsg-homepage .bsg-studios h2 {
        margin: 34px 0 18px;
        font-size: 2.35rem;
    }

    .bsg-homepage .bsg-closing {
        padding: 58px 22px 64px;
    }

    .bsg-homepage .bsg-certification-copy {
        padding: 46px 22px 40px;
    }

    .bsg-homepage .bsg-certification-marks {
        padding: 22px;
    }
}

@media (max-width: 420px) {
    .bsg-homepage .bsg-nav {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        padding-inline: 20px;
    }

    .bsg-homepage .bsg-logo-link,
    .bsg-homepage .bsg-nav-action {
        min-width: 0;
    }

    .bsg-homepage .bsg-logo-link img {
        width: 132px;
    }

    .bsg-homepage .bsg-nav-action {
        padding: 9px 8px;
        font-size: 0.74rem;
        text-align: center;
    }

    .bsg-homepage .bsg-hero h1 {
        font-size: 3rem;
    }

    .bsg-homepage .bsg-hero-links {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .bsg-homepage .bsg-back-to-top {
        right: 14px;
        bottom: 14px;
        width: 48px;
        min-height: 48px;
        justify-content: center;
        padding: 0;
        border-width: 2px;
    }

    .bsg-homepage .bsg-back-to-top span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

@media (max-width: 360px) {
    .bsg-homepage .bsg-logo-link img {
        width: 120px;
    }

    .bsg-homepage .bsg-menu-toggle > span:first-child {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

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

/* Keep the streamlined featured story full-width after legacy layout rules. */
.bsg-homepage .bsg-case{grid-template-columns:1fr}
.bsg-homepage .bsg-case-copy{max-width:none;padding:clamp(70px,8vw,118px) clamp(26px,7vw,118px)}
.bsg-homepage .bsg-case-copy>p,.bsg-homepage .bsg-case-results{max-width:980px}
@media(max-width:560px){.bsg-homepage .bsg-case-copy{padding:64px 22px}}

/* 2.9.1: high-contrast proof quote and precise drawn engagement arrows. */
.bsg-homepage .bsg-proof-band blockquote,
.bsg-homepage .bsg-proof-band blockquote p,
.bsg-homepage .bsg-proof-band blockquote cite{color:var(--bsg-warm)!important}
.bsg-homepage .bsg-proof-band blockquote::before,
.bsg-homepage .bsg-proof-band blockquote::after{display:none!important;content:none!important}
.bsg-homepage .bsg-engagements-grid i{width:24px;height:24px;right:22px;bottom:23px;border:0}
.bsg-homepage .bsg-engagements-grid i::before{content:"";width:21px;position:absolute;right:1px;top:12px;border-top:2px solid currentColor;transform:rotate(-45deg);transform-origin:center}
.bsg-homepage .bsg-engagements-grid i::after{content:"";width:10px;height:10px;position:absolute;right:1px;top:1px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:none}
