.public-home-body {
    color: var(--bbc-ink);
    background: var(--bbc-paper);
}

.bbc-home,
.bbc-home * {
    box-sizing: border-box;
    letter-spacing: 0px !important;
}

.bbc-home h1,
.bbc-home h2,
.bbc-home h3,
.bbc-home p,
.bbc-home figure,
.bbc-home blockquote,
.bbc-home dl,
.bbc-home dd {
    margin-top: 0;
}

.bbc-home h1,
.bbc-home h2 {
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
}

.bbc-home h2 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 1.04;
}

.bbc-home p {
    font-size: 16px;
    line-height: 1.75;
}

.bbc-shell {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.bbc-eyebrow {
    margin-bottom: 17px;
    color: #8cb8ff;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    text-transform: uppercase;
}

.bbc-eyebrow--ink {
    color: #6541bd;
}

.bbc-hero {
    position: relative;
    display: flex;
    align-items: center;
    height: 88svh;
    min-height: 650px;
    max-height: 900px;
    overflow: hidden;
    color: #fff;
    background: #070a0f;
}

.bbc-hero__image,
.bbc-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bbc-hero__image {
    object-fit: cover;
    object-position: center;
}

.bbc-hero__shade {
    background:
        linear-gradient(90deg, rgba(4, 7, 12, 0.92) 0%, rgba(4, 7, 12, 0.69) 35%, rgba(4, 7, 12, 0.16) 68%, rgba(4, 7, 12, 0.25) 100%),
        linear-gradient(0deg, rgba(4, 7, 12, 0.38), transparent 38%);
}

.bbc-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 56px;
}

.bbc-hero h1 {
    max-width: 700px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 82px;
    line-height: 0.96;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}

.bbc-hero__statement {
    max-width: 600px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 20px !important;
    line-height: 1.55 !important;
}

.bbc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bbc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.bbc-button:hover,
.bbc-button:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

.bbc-button--primary {
    color: #fff;
    background: #7348d8;
}

.bbc-button--primary:hover,
.bbc-button--primary:focus {
    color: #fff;
    background: #5f37be;
}

.bbc-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(4, 7, 12, 0.24);
}

.bbc-button--ghost:hover,
.bbc-button--ghost:focus {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.bbc-hero__scroll {
    position: absolute;
    z-index: 3;
    right: 36px;
    bottom: 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.bbc-hero__scroll:hover,
.bbc-hero__scroll:focus {
    color: #fff;
    text-decoration: none;
}

.bbc-hero__scroll .fa {
    animation: bbcScrollCue 1.8s ease-in-out infinite;
}

.bbc-hero-social {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 23px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    pointer-events: none;
}

.bbc-hero-social__label {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

.bbc-hero-social a {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(4, 7, 12, 0.42);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-decoration: none;
    pointer-events: auto;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.bbc-hero-social a:hover,
.bbc-hero-social a:focus-visible {
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(115, 72, 216, 0.72);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.bbc-hero-social__glyph {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.bbc-band {
    position: relative;
    overflow: hidden;
}

.bbc-band--paper {
    padding: 110px 0;
    color: #171a20;
    background: #f1f2f6;
}

.bbc-band--paper h2,
.bbc-band--white h2 {
    color: #171a20;
}

.bbc-band--white {
    color: #171a20;
    background: #fff;
}

.bbc-band--ink {
    padding: 110px 0;
    color: #fff;
    background: #090d12;
}

.bbc-band--blue {
    padding: 110px 0;
    color: #fff;
    background: #173b7f;
}

.bbc-intro {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 100px;
    align-items: start;
}

.bbc-intro h2 {
    margin-bottom: 0;
}

.bbc-intro h2 em {
    color: #7149bd;
    font-weight: 400;
}

.bbc-intro__copy {
    padding-top: 29px;
}

.bbc-intro__copy p {
    margin-bottom: 26px;
    color: #545d6c;
}

.bbc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    color: #173b7f;
    border-bottom: 1px solid #173b7f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.bbc-text-link:hover,
.bbc-text-link:focus {
    color: #7149bd;
    border-bottom-color: #7149bd;
    text-decoration: none;
}

.bbc-text-link--light {
    color: #a9c7ff;
    border-bottom-color: #a9c7ff;
}

.bbc-text-link--light:hover,
.bbc-text-link--light:focus {
    color: #fff;
    border-bottom-color: #fff;
}

.bbc-principles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 78px;
    border-top: 1px solid #cdd1d9;
    border-bottom: 1px solid #cdd1d9;
}

.bbc-principles > div {
    display: grid;
    grid-template-rows: 30px auto 1fr;
    gap: 9px;
    min-height: 190px;
    padding: 28px 24px;
    border-right: 1px solid #cdd1d9;
}

.bbc-principles > div:first-child {
    border-left: 1px solid #cdd1d9;
}

.bbc-principles .fa {
    color: #7149bd;
    font-size: 21px;
}

.bbc-principles strong {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 21px;
    font-weight: 400;
}

.bbc-principles span {
    color: #687181;
    font-size: 12px;
    line-height: 1.6;
}

.bbc-section-head {
    max-width: 760px;
    margin-bottom: 54px;
}

.bbc-section-head h2 {
    color: inherit;
}

.bbc-section-head > p:last-child {
    color: rgba(255, 255, 255, 0.68);
}

.bbc-section-head--split {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 70px;
    max-width: none;
    align-items: end;
}

.bbc-section-head--split h2 {
    margin-bottom: 0;
}

.bbc-section-head--split > p {
    margin-bottom: 5px;
}

.bbc-proof {
    display: grid;
    grid-template-columns: minmax(520px, 0.94fr) minmax(0, 1.06fr);
    padding: 0;
    color: #fff;
    background: #090d13;
}

.bbc-proof__copy {
    align-self: center;
    min-width: 0;
    padding: 82px clamp(42px, 5vw, 82px);
}

.bbc-proof__copy .bbc-section-head {
    margin-bottom: 42px;
}

.bbc-proof__media {
    display: grid;
    align-items: center;
    min-width: 0;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: #141820;
}

.bbc-proof__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bbc-trades {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.bbc-trade {
    display: grid;
    grid-template-columns: minmax(230px, 1fr) minmax(320px, 1.35fr) 150px;
    gap: 30px;
    align-items: center;
    min-height: 92px;
    padding: 18px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.bbc-proof .bbc-trade {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 15px 24px;
    min-height: 112px;
}

.bbc-proof .bbc-trade__prices {
    grid-column: 1 / -1;
    grid-row: 2;
}

.bbc-proof .bbc-trade__result {
    grid-column: 2;
    grid-row: 1;
}

.bbc-trade__asset {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.bbc-trade__asset img {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.bbc-trade__asset div,
.bbc-trade__result {
    display: grid;
    gap: 4px;
}

.bbc-trade__asset strong {
    color: #fff;
    font-size: 17px;
}

.bbc-trade__asset span,
.bbc-trade__prices,
.bbc-trade__result span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.bbc-trade__prices {
    display: flex;
    gap: 34px;
}

.bbc-trade__prices strong {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
}

.bbc-trade__result {
    justify-items: end;
}

.bbc-trade__result strong {
    color: #63dda5;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 23px;
    font-weight: 400;
}

.bbc-section-action {
    margin-top: 34px;
    text-align: right;
}

.bbc-hardware {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
    min-height: 760px;
}

.bbc-hardware__media {
    min-height: 100%;
}

.bbc-hardware__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbc-hardware__copy {
    align-self: center;
    max-width: 610px;
    padding: 80px 72px;
}

.bbc-hardware__copy > p:not(.bbc-eyebrow) {
    color: #596271;
}

.bbc-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 34px 0;
    border-top: 1px solid #d9dde5;
}

.bbc-specs > div {
    min-height: 96px;
    padding: 20px 16px 18px 0;
    border-bottom: 1px solid #d9dde5;
}

.bbc-specs dt {
    margin-bottom: 7px;
    color: #7149bd;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.bbc-specs dd {
    color: #252a33;
    font-size: 13px;
    line-height: 1.45;
}

.bbc-intelligence .bbc-section-head {
    max-width: 820px;
}

.bbc-models {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.bbc-models article {
    min-height: 260px;
    padding: 30px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.bbc-models article:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.bbc-models span {
    display: block;
    margin-bottom: 42px;
    color: #81d8ee;
    font-size: 11px;
    font-weight: 700;
}

.bbc-models h3 {
    margin-bottom: 16px;
    color: #fff;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.13;
}

.bbc-models p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.65;
}

.bbc-founder__grid,
.bbc-story__grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    gap: 94px;
    align-items: center;
}

.bbc-founder__portrait {
    position: relative;
    margin-bottom: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #dce0e8;
}

.bbc-founder__portrait::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 32%;
    background: linear-gradient(0deg, rgba(12, 16, 23, 0.32), transparent);
}

.bbc-founder__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.bbc-founder__copy > p:not(.bbc-eyebrow),
.bbc-story__copy > p:not(.bbc-eyebrow) {
    color: #596271;
}

.bbc-founder blockquote {
    margin: 34px 0;
    padding: 0 0 0 24px;
    color: #232834;
    border-left: 3px solid #7149bd;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 23px;
    font-style: italic;
    line-height: 1.5;
}

.bbc-story {
    padding: 110px 0;
}

.bbc-story__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.bbc-story__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dce0e8;
}

.bbc-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbc-story__copy h2 {
    font-size: 45px;
}

.bbc-story__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 25px 0 28px;
}

.bbc-story__signal {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 9px;
    color: #4c5665;
    border: 1px solid #cfd4dd;
    border-radius: 4px;
    background: #f6f7f9;
    font-size: 10px;
    font-weight: 700;
}

.bbc-story__signal--up {
    color: #176849;
    border-color: #9dcdb9;
    background: #edf8f3;
}

.bbc-story__signal--down {
    color: #9c3d4c;
    border-color: #dfb2ba;
    background: #fff2f4;
}

.bbc-final {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 580px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: url('/images/home/black-box-tokyo-office-hero.png') center 62% / cover no-repeat;
}

.bbc-final__shade {
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 13, 0.8);
}

.bbc-final__content {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
}

.bbc-final__content > img {
    width: 96px;
    height: auto;
    margin-bottom: 30px;
}

.bbc-final h2 {
    max-width: 760px;
    margin-bottom: 32px;
    color: #fff;
    font-size: 56px;
}

[data-home-page].is-reveal-ready [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms ease, transform 700ms ease;
}

[data-home-page].is-reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes bbcScrollCue {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@media (max-width: 1100px) {
    .bbc-home h2 { font-size: 44px; }
    .bbc-hero h1 { font-size: 68px; }
    .bbc-intro { gap: 58px; }
    .bbc-principles { grid-template-columns: repeat(2, 1fr); }
    .bbc-principles > div:nth-child(3) { border-left: 1px solid #cdd1d9; }
    .bbc-models { grid-template-columns: repeat(2, 1fr); }
    .bbc-models article:nth-child(3) { border-left: 1px solid rgba(255, 255, 255, 0.18); }
    .bbc-proof { grid-template-columns: minmax(470px, 1fr) minmax(0, 0.9fr); }
    .bbc-proof__copy { padding: 68px 40px; }
    .bbc-hardware { grid-template-columns: 1fr 1fr; min-height: 680px; }
    .bbc-hardware__copy { padding: 58px 44px; }
    .bbc-founder__grid, .bbc-story__grid { gap: 58px; }
}

@media (max-width: 820px) {
    .bbc-shell { width: min(100% - 40px, 720px); }
    .bbc-home h2 { font-size: 39px; }
    .bbc-hero { height: 86svh; min-height: 620px; }
    .bbc-hero h1 { font-size: 58px; }
    .bbc-hero__statement { max-width: 500px; font-size: 18px !important; }
    .bbc-hero__image { object-position: 62% center; }
    .bbc-hero__shade { background: linear-gradient(90deg, rgba(4, 7, 12, 0.9), rgba(4, 7, 12, 0.42) 70%, rgba(4, 7, 12, 0.32)); }
    .bbc-band--paper, .bbc-band--ink, .bbc-band--blue, .bbc-story { padding: 82px 0; }
    .bbc-intro, .bbc-section-head--split { grid-template-columns: 1fr; gap: 20px; }
    .bbc-intro__copy { padding-top: 0; }
    .bbc-proof { grid-template-columns: 1fr; }
    .bbc-proof__copy { padding: 74px 40px; }
    .bbc-proof__media { min-height: 0; }
    .bbc-trade { grid-template-columns: 1fr 1fr; }
    .bbc-trade__prices { grid-column: 1 / -1; grid-row: 2; }
    .bbc-trade__result { grid-column: 2; grid-row: 1; }
    .bbc-hardware { grid-template-columns: 1fr; }
    .bbc-hardware__media { min-height: 520px; }
    .bbc-hardware__copy { max-width: none; padding: 72px 40px; }
    .bbc-founder__grid, .bbc-story__grid { grid-template-columns: 0.82fr 1.18fr; gap: 38px; }
    .bbc-story__grid { grid-template-columns: 1fr; }
    .bbc-story__media { max-height: 480px; }
    .bbc-final h2 { font-size: 46px; }
    .bbc-hero-social { bottom: 18px; }
    .bbc-hero__scroll { display: none; }
}

@media (max-width: 560px) {
    .bbc-shell { width: calc(100% - 28px); }
    .bbc-home h2 { font-size: 34px; line-height: 1.08; }
    .bbc-home p { font-size: 14px; }
    .bbc-hero { height: 88svh; min-height: 610px; align-items: flex-end; }
    .bbc-hero__content { padding: 0 0 116px; }
    .bbc-hero h1 { max-width: 330px; font-size: 47px; line-height: 0.98; }
    .bbc-hero__statement { max-width: 335px; font-size: 16px !important; line-height: 1.5 !important; }
    .bbc-hero__image { object-position: 69% center; }
    .bbc-hero__shade { background: linear-gradient(0deg, rgba(4, 7, 12, 0.94) 0%, rgba(4, 7, 12, 0.68) 54%, rgba(4, 7, 12, 0.15) 100%); }
    .bbc-actions { display: grid; grid-template-columns: 1fr; width: min(100%, 300px); }
    .bbc-button { width: 100%; }
    .bbc-hero-social { gap: 5px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
    .bbc-hero-social::-webkit-scrollbar { display: none; }
    .bbc-hero-social__label { display: none; }
    .bbc-hero-social a { flex: 0 0 29px; width: 29px; height: 29px; }
    .bbc-band--paper, .bbc-band--ink, .bbc-band--blue, .bbc-story { padding: 68px 0; }
    .bbc-proof__copy { padding: 60px 20px; }
    .bbc-proof__copy .bbc-section-head { margin-bottom: 32px; }
    .bbc-proof__media img { width: 100%; height: auto; }
    .bbc-principles { grid-template-columns: 1fr; margin-top: 48px; }
    .bbc-principles > div { min-height: 150px; border-left: 1px solid #cdd1d9; }
    .bbc-section-head { margin-bottom: 38px; }
    .bbc-trade { grid-template-columns: minmax(0, 1fr) auto; gap: 15px; min-height: 124px; padding: 18px 0; }
    .bbc-trade__asset span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 180px; }
    .bbc-trade__prices { gap: 22px; }
    .bbc-trade__result strong { font-size: 19px; }
    .bbc-section-action { text-align: left; }
    .bbc-hardware__media { min-height: 390px; }
    .bbc-hardware__media img { object-position: 36% center; }
    .bbc-hardware__copy { padding: 58px 20px; }
    .bbc-specs { grid-template-columns: 1fr; }
    .bbc-specs > div { min-height: 78px; }
    .bbc-models { grid-template-columns: 1fr; }
    .bbc-models article { min-height: 210px; border-left: 1px solid rgba(255, 255, 255, 0.18); }
    .bbc-models span { margin-bottom: 26px; }
    .bbc-founder__grid { grid-template-columns: 1fr; gap: 44px; }
    .bbc-founder__portrait { width: 100%; max-height: 540px; }
    .bbc-founder blockquote { font-size: 20px; }
    .bbc-story__copy h2 { font-size: 34px; }
    .bbc-final { min-height: 520px; }
    .bbc-final h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
    .bbc-home *,
    .bbc-home *::before,
    .bbc-home *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
