.public-content-body {
    color: #12161d;
    background: #f2f3f7;
}

.public-content,
.public-content * {
    box-sizing: border-box;
    letter-spacing: 0px !important;
}

.public-content-shell {
    width: min(1160px, calc(100% - 64px));
    margin: 0 auto;
}

.public-content h1,
.public-content h2 {
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
}

.public-content-eyebrow {
    margin: 0 0 16px;
    color: #8cb8ff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.public-content-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 560px;
    padding: 150px 0 86px;
    overflow: hidden;
    color: #fff;
    background-color: #090d13;
    background-position: center;
    background-size: cover;
}

.public-content-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 13, 0.74);
}

.public-content-hero .public-content-shell {
    position: relative;
    z-index: 1;
}

.public-content-hero h1 {
    max-width: 850px;
    margin: 0 0 22px;
    color: #fff;
    font-size: 66px;
    line-height: 1;
}

.public-content-hero p:last-child {
    max-width: 670px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.7;
}

.public-content-hero--team .public-content-shell > p:not(.public-content-eyebrow) {
    max-width: 790px;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
}

.public-content-hero--team .public-content-shell > p:last-child {
    margin-bottom: 0;
}

.public-content-hero--team {
    background-image: url('/images/home/black-box-tokyo-office-hero.png');
    background-position: center 42%;
}

.public-content-hero--results {
    background-image: url('/images/home/black-box-japanese-studio.png');
}

.public-content-hero--results::before {
    background: rgba(8, 18, 38, 0.78);
}

.public-content-hero--insights {
    background-image: url('/images/public/ai-newsroom.png');
    background-position: center 48%;
}

.public-content-hero--insights::before {
    background: rgba(5, 9, 15, 0.7);
}

.public-content-hero--contact {
    background-image: url('/images/public/home-office-setup.png');
    background-position: center 46%;
}

.public-content-hero--contact::before {
    background: rgba(5, 9, 15, 0.68);
}

.public-insights-method {
    padding: 96px 0;
    color: #fff;
    background: #173b7f;
}

.public-insights-method__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 96px;
    align-items: start;
}

.public-insights-method h2 {
    max-width: 480px;
    margin: 0;
    color: #fff;
    font-size: 47px;
    line-height: 1.05;
}

.public-insights-method__grid > div:last-child {
    padding-top: 27px;
}

.public-insights-method__grid > div:last-child p {
    color: rgba(255, 255, 255, 0.72);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.8;
}

.public-insights-method__grid > div:last-child p:last-child {
    margin-bottom: 0;
}

.team-branch {
    padding: 100px 0 116px;
    background: #f2f3f7;
}

.team-branch--dark {
    color: #fff;
    background: #0a0e14;
}

.team-branch__heading {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    align-items: start;
    margin-bottom: 56px;
}

.team-branch__heading > span {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    color: #6b43c4;
    border: 1px solid #bfc5d0;
    font-size: 12px;
    font-weight: 700;
}

.team-branch--dark .team-branch__heading > span {
    color: #8cb8ff;
    border-color: rgba(255, 255, 255, 0.22);
}

.team-branch__heading p {
    margin: 0 0 8px;
    color: #6b43c4;
    font-size: 10px;
    font-weight: 700;
}

.team-branch--dark .team-branch__heading p {
    color: #8cb8ff;
}

.team-branch__heading h2 {
    margin: 0;
    color: inherit;
    font-size: 43px;
}

.team-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px 28px;
}

.team-directory-card {
    display: grid;
    grid-template-rows: auto 1fr;
    color: inherit;
    text-decoration: none;
}

.team-directory-card:hover,
.team-directory-card:focus {
    color: inherit;
    text-decoration: none;
}

.team-directory-card__image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #dfe3ea;
}

.team-directory-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: saturate(0.86);
    transition: transform 420ms ease, filter 420ms ease;
}

.team-directory-card:hover img,
.team-directory-card:focus img {
    transform: scale(1.025);
    filter: saturate(1);
}

.team-directory-card__copy {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    min-height: 254px;
    padding: 25px 4px 0;
    border-top: 3px solid #6b43c4;
}

.team-directory-card__copy > strong {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
}

.team-directory-card__copy > small {
    margin: 7px 0 15px;
    color: #6b43c4;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.team-branch--dark .team-directory-card__copy > small {
    color: #8cb8ff;
}

.team-directory-card__copy > span {
    color: #626b79;
    font-size: 13px;
    line-height: 1.7;
}

.team-branch--dark .team-directory-card__copy > span {
    color: rgba(255, 255, 255, 0.62);
}

.team-directory-card__copy > em {
    margin-top: 20px;
    color: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.team-directory-card__copy > em .fa {
    margin-left: 8px;
}

.team-member-hero {
    padding: 150px 0 90px;
    color: #fff;
    background: #0a0e14;
}

.team-member-hero__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
    gap: 90px;
    align-items: center;
}

.team-member-hero__portrait {
    margin: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #202632;
}

.team-member-hero__portrait img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.public-back-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 64px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.public-back-link:hover,
.public-back-link:focus {
    color: #fff;
    text-decoration: none;
}

.team-member-hero h1 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 67px;
    line-height: 1;
}

.team-member-hero__summary {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
    line-height: 1.7;
}

.team-member-bio {
    padding: 100px 0 120px;
    background: #fff;
}

.team-member-bio__grid {
    display: grid;
    grid-template-columns: 0.56fr 1.44fr;
    gap: 100px;
}

.team-member-bio aside {
    padding-top: 37px;
    border-top: 1px solid #bbc1cb;
}

.team-member-bio aside span {
    display: block;
    margin-bottom: 15px;
    color: #6b43c4;
    font-size: 10px;
    font-weight: 700;
}

.team-member-bio aside strong {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.45;
}

.team-member-bio__text {
    color: #424a57;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.9;
    white-space: pre-line;
}

.public-results-list,
.public-insights-list {
    padding: 90px 0 110px;
    background: #f2f3f7;
}

.public-results-header,
.public-result-row {
    display: grid;
    grid-template-columns: 1fr 1.25fr 170px;
    gap: 32px;
    align-items: center;
}

.public-results-intro {
    max-width: 760px;
    margin: 0 0 48px;
}

.public-results-intro h2 {
    margin: 0 0 15px;
    color: #171b22;
    font-size: 43px;
    line-height: 1.08;
}

.public-results-intro > p:last-child {
    margin: 0;
    color: #5f6876;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.75;
}

.public-results-header {
    padding: 0 8px 14px;
    color: #6e7683;
    border-bottom: 1px solid #c9ced7;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.public-results-header span:last-child {
    text-align: right;
}

.public-result-row {
    min-height: 98px;
    padding: 20px 8px;
    border-bottom: 1px solid #d4d8df;
}

.public-result-asset {
    display: flex;
    align-items: center;
    gap: 14px;
}

.public-result-asset img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.public-result-asset div,
.public-result-return {
    display: grid;
    gap: 4px;
}

.public-result-asset strong {
    font-size: 16px;
}

.public-result-asset span,
.public-result-execution,
.public-result-return span {
    color: #727b89;
    font-size: 11px;
}

.public-result-execution {
    display: flex;
    gap: 48px;
}

.public-result-execution strong {
    display: block;
    margin-top: 4px;
    color: #232832;
    font-size: 13px;
}

.public-result-return {
    justify-items: end;
}

.public-result-return strong {
    color: #16835a;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 23px;
    font-weight: 400;
}

.public-result-return.is-negative strong,
.bbc-trade__result.is-negative strong {
    color: #d66a79;
}

.public-results-note {
    max-width: 760px;
    margin: 32px 0 0;
    padding-left: 14px;
    color: #606977;
    border-left: 3px solid #6b43c4;
    font-size: 12px;
    line-height: 1.65;
}

.public-insight {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 72px;
    align-items: center;
    padding: 54px 0;
    border-bottom: 1px solid #cfd3db;
}

.public-insight:first-child {
    padding-top: 0;
}

.public-insight figure {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #d7dbe3;
}

.public-insight .public-insight__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-insight .public-insight__watermark {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: clamp(64px, 13%, 102px);
    height: auto;
    border-radius: 50%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .48));
}

.public-insight__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-bottom: 14px;
    color: #5b6574;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.public-insight__meta span,
.public-insight__meta time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.public-insight__meta .fa {
    color: #6b43c4;
}

.public-insight h2 {
    margin: 0 0 18px;
    color: #171b22;
    font-size: 39px;
    line-height: 1.1;
}

.public-insight div > p:last-child {
    margin-bottom: 0;
    color: #5f6876;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.8;
}

.public-signal-read {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid #cfd3db;
}

.public-signal-read__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.public-signal-read__head strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #252b35;
    font-size: 11px;
    text-transform: uppercase;
}

.public-signal-read__head strong .fa {
    color: #7149bd;
}

.public-signal-read__head > span {
    color: #767e8b;
    font-size: 10px;
}

.public-signal-read--empty {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #687180;
    font-size: 11px;
}

.public-signal-read--empty strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #252b35;
    text-transform: uppercase;
}

.public-signal-read--empty .fa {
    color: #6b43c4;
}

.public-signal-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.public-signal {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 29px;
    padding: 5px 8px;
    color: #3e4653;
    border: 1px solid #cdd2db;
    border-radius: 4px;
    background: #fff;
    font-size: 10px;
}

.public-signal strong {
    font-size: 10px;
}

.public-signal--up {
    color: #176849;
    border-color: #9dcdb9;
    background: #edf8f3;
}

.public-signal--down {
    color: #9c3d4c;
    border-color: #dfb2ba;
    background: #fff2f4;
}

.public-signal--watch,
.public-signal--more {
    color: #536071;
    background: #f5f6f8;
}

.public-insights-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding-top: 48px;
}

.public-insights-cta p {
    margin: 0;
    color: #596271;
}

.public-insights-cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding-bottom: 4px;
    color: #173b7f;
    border-bottom: 1px solid #173b7f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.public-contact {
    padding: 88px 0 104px;
    background: #f3f4f6;
}

.public-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
    gap: 56px;
    align-items: start;
}

.public-contact__heading,
.public-contact-form__heading {
    margin-bottom: 30px;
}

.public-contact__heading h2,
.public-contact-form__heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.14;
}

.public-contact__heading p,
.public-contact-form__heading p {
    margin: 0 0 10px;
    color: #a3481c;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.public-contact__channels {
    display: grid;
    gap: 14px;
}

.public-contact-channel {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 22px;
    border: 1px solid #d9dee8;
    border-radius: 6px;
    color: #0f172a;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.public-contact-channel:hover,
.public-contact-channel:focus-visible {
    border-color: #a3481c;
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
    text-decoration: none;
}

.public-contact-channel__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #ffffff;
    background: #0f172a;
}

.public-contact-channel strong,
.public-contact-channel em,
.public-contact-channel small {
    display: block;
}

.public-contact-channel strong {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 800;
}

.public-contact-channel em {
    margin-bottom: 8px;
    color: #873d18;
    font-style: normal;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.public-contact-channel small {
    color: #526071;
    font-size: 14px;
    line-height: 1.55;
}

.public-contact__address {
    margin: 28px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid #d9dee8;
    color: #334155;
    font-style: normal;
    line-height: 1.7;
}

.public-contact__address span,
.public-contact__address strong {
    display: block;
}

.public-contact__address > span:first-child {
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.public-contact__address strong {
    margin-top: 8px;
    color: #0f172a;
}

.public-contact-form {
    padding: 30px;
    border: 1px solid #d9dee8;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.public-contact-form form {
    display: grid;
    gap: 18px;
}

.public-contact-form__row {
    display: grid;
    gap: 8px;
}

.public-contact-form__row label {
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
}

.public-contact-form__row input,
.public-contact-form__row textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #0f172a;
    background: #ffffff;
    font: inherit;
    line-height: 1.5;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.public-contact-form__row textarea {
    resize: vertical;
}

.public-contact-form__row input:focus,
.public-contact-form__row textarea:focus {
    outline: 0;
    border-color: #a3481c;
    box-shadow: 0 0 0 3px rgba(163, 72, 28, 0.16);
}

.public-contact-form__recaptcha {
    min-height: 78px;
}

.public-contact-form__submit {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    background: #0f172a;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.public-contact-form__submit:hover,
.public-contact-form__submit:focus-visible {
    background: #a3481c;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.public-contact-form__submit:disabled {
    cursor: progress;
    opacity: 0.72;
    transform: none;
    box-shadow: none;
}

.public-contact-form__response {
    min-height: 22px;
    margin: 0;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
}

.public-contact-form__response[data-state="success"] {
    color: #166534;
}

.public-contact-form__response[data-state="error"] {
    color: #b91c1c;
}

.public-contact-form__response[data-state="pending"] {
    color: #92400e;
}

@media (max-width: 900px) {
    .public-content-hero h1,
    .team-member-hero h1 { font-size: 55px; }
    .team-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .team-member-hero__grid { gap: 48px; }
    .team-member-bio__grid { gap: 54px; }
    .public-insight { gap: 44px; }
    .public-insights-method__grid { gap: 58px; }
    .public-contact__grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 680px) {
    .public-content-shell { width: calc(100% - 28px); }
    .public-content-hero { min-height: 520px; padding: 128px 0 62px; }
    .public-content-hero h1,
    .team-member-hero h1 { font-size: 43px; line-height: 1.04; }
    .public-content-hero p:last-child { font-size: 15px; }
    .team-branch { padding: 72px 0 82px; }
    .team-branch__heading { grid-template-columns: 50px 1fr; gap: 14px; }
    .team-branch__heading > span { width: 44px; height: 44px; }
    .team-branch__heading h2 { font-size: 33px; }
    .team-directory-grid { grid-template-columns: 1fr; gap: 42px; }
    .team-directory-card__copy { min-height: 220px; }
    .team-member-hero { padding: 118px 0 70px; }
    .team-member-hero__grid { grid-template-columns: 1fr; gap: 42px; }
    .team-member-hero__portrait { max-height: 550px; }
    .public-back-link { margin-bottom: 42px; }
    .team-member-bio { padding: 72px 0 84px; }
    .team-member-bio__grid { grid-template-columns: 1fr; gap: 44px; }
    .team-member-bio__text { font-size: 16px; }
    .public-results-list, .public-insights-list { padding: 68px 0 82px; }
    .public-results-header { display: none; }
    .public-results-intro { margin-bottom: 34px; }
    .public-results-intro h2 { font-size: 34px; }
    .public-result-row { grid-template-columns: minmax(0, 1fr) auto; gap: 18px; min-height: 126px; }
    .public-result-execution { grid-column: 1 / -1; grid-row: 2; gap: 28px; }
    .public-result-return { grid-column: 2; grid-row: 1; }
    .public-insight { grid-template-columns: 1fr; gap: 28px; padding: 44px 0; }
    .public-insight h2 { font-size: 32px; }
    .public-insights-cta { align-items: flex-start; flex-direction: column; }
    .public-insights-method { padding: 72px 0; }
    .public-insights-method__grid { grid-template-columns: 1fr; gap: 12px; }
    .public-insights-method h2 { font-size: 36px; }
    .public-insights-method__grid > div:last-child { padding-top: 8px; }
    .public-signal-read__head { align-items: flex-start; flex-direction: column; gap: 7px; }
    .public-contact { padding: 58px 0 70px; }
    .public-contact-form { padding: 22px; }
    .public-contact-channel { grid-template-columns: 38px minmax(0, 1fr); padding: 18px; }
    .public-contact-channel__icon { width: 38px; height: 38px; }
    .public-contact__heading h2,
    .public-contact-form__heading h2 { font-size: 27px; }
}
