/* ==================================================
   BASIC JUDO - HOME PAGE
   File: public/css/pages/home.css
================================================== */

/* 01 - Hero Experience
-------------------------------------------------- */

.bj-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 150px 0 120px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 16% 18%, rgba(193, 18, 31, 0.34), transparent 30%),
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.11), transparent 32%),
        linear-gradient(135deg, #050505 0%, #0b1220 48%, #050505 100%);
}

.bj-hero__effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.bj-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.bj-hero__orb {
    position: absolute;
    width: 440px;
    height: 440px;
    opacity: 0.52;
    filter: blur(24px);
    border-radius: 999px;
}

.bj-hero__orb--red {
    top: 90px;
    left: -160px;
    background: radial-gradient(circle, rgba(193, 18, 31, 0.72), transparent 68%);
}

.bj-hero__orb--white {
    right: -160px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
}

.bj-hero__kanji {
    position: absolute;
    top: 18%;
    right: 8%;
    color: rgba(255, 255, 255, 0.035);
    font-family: var(--bj-font-title, serif);
    font-size: clamp(150px, 17vw, 310px);
    line-height: 1;
    writing-mode: vertical-rl;
}

.bj-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
    align-items: center;
    gap: 76px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.bj-hero__content {
    max-width: 760px;
}

.bj-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 14px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    backdrop-filter: blur(18px);
}

.bj-hero__eyebrow span {
    width: 8px;
    height: 8px;
    background: #c1121f;
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(193, 18, 31, 0.2);
}

.bj-hero__title {
    margin: 0;
    color: #fff;
    font-family: var(--bj-font-title, serif);
    font-size: clamp(64px, 7.4vw, 115px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.bj-hero__title span {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #fff, #ffd4d7 48%, #c1121f);
    background-clip: text;
    -webkit-background-clip: text;
}

.bj-hero__text {
    max-width: 680px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.85;
}

.bj-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.bj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    text-decoration: none;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.bj-btn:hover {
    transform: translateY(-2px);
}

.bj-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #e32636, #9d0d17);
    box-shadow: 0 24px 58px rgba(193, 18, 31, 0.38);
}

.bj-btn--ghost {
    color: #fff;
    background: rgb(3, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
}

.bj-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.bj-hero__stat {
    position: relative;
    min-height: 98px;
    padding: 20px 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    backdrop-filter: blur(18px);
}

.bj-hero__stat::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, #c1121f, #f3b23c);
    border-radius: 999px;
}

.bj-hero__stat strong {
    display: block;
    color: #fff;
    font-family: var(--bj-font-title, serif);
    font-size: 32px;
    line-height: 1;
}

.bj-hero__stat span {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.bj-hero__visual {
    position: relative;
    min-width: 0;
}

.bj-hero-card {
    position: relative;
    max-width: 620px;
    margin-left: auto;
    padding: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 36px;
    box-shadow: 0 44px 120px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(26px);
}

.bj-hero-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    opacity: 0.72;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.36), rgba(193, 18, 31, 0.44), transparent 70%);
    border-radius: 37px;
}

.bj-hero-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #111827;
    border-radius: 27px;
}

.bj-hero-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.48), transparent 58%),
        radial-gradient(circle at 50% 18%, transparent, rgba(0, 0, 0, 0.24));
}

.bj-hero-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.bj-hero-card__badge {
    position: absolute;
    z-index: 3;
    min-width: 172px;
    padding: 15px 16px;
    background: rgba(8, 12, 20, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
}

.bj-hero-card__badge strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.bj-hero-card__badge span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 800;
}

.bj-hero-card__badge--top {
    top: 48px;
    left: -42px;
}

.bj-hero-card__badge--bottom {
    right: -34px;
    bottom: 58px;
}

/* 02 - Why Basic Judo
-------------------------------------------------- */

.bj-why {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(193, 18, 31, 0.05), transparent 28%),
        #fafafa;
}

.bj-why::before {
    content: "柔道";
    position: absolute;
    top: 40px;
    right: -30px;
    color: rgba(0, 0, 0, 0.03);
    font-size: 240px;
    font-weight: 900;
    line-height: 1;
    writing-mode: vertical-rl;
    pointer-events: none;
}

.bj-why__header {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 90px;
    text-align: center;
}

.bj-why__kicker {
    display: inline-block;
    margin-bottom: 20px;
    color: #c1121f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.bj-why__header h2 {
    margin: 0;
    color: #111;
    font-family: var(--bj-font-title, serif);
    font-size: clamp(46px, 5vw, 82px);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.bj-why__header h2 span {
    display: block;
    color: #c1121f;
}

.bj-why__header p {
    max-width: 650px;
    margin: 34px auto 0;
    color: #6d6d6d;
    font-size: 18px;
    line-height: 1.9;
}

.bj-why__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bj-why-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
    padding: 42px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 28px;
    transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.bj-why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 0;
    background: #c1121f;
    transition: height 0.45s ease;
}

.bj-why-card:hover {
    transform: translateY(-12px);
    color: #fff;
    background: #111;
    border-color: rgba(193, 18, 31, 0.35);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.18);
}

.bj-why-card:hover::before {
    height: 100%;
}

.bj-why-card__number {
    position: relative;
    z-index: 2;
    color: #c1121f;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.bj-why-card__icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-top: 54px;
    color: #c1121f;
    background: rgba(193, 18, 31, 0.08);
    border-radius: 18px;
    font-size: 26px;
    transition: transform 0.35s ease, background 0.35s ease;
}

.bj-why-card:hover .bj-why-card__icon {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.12);
}

.bj-why-card h3 {
    position: relative;
    z-index: 2;
    margin: 24px 0 20px;
    font-family: var(--bj-font-title, serif);
    font-size: 34px;
    line-height: 1;
}

.bj-why-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #777;
    line-height: 1.9;
    transition: color 0.35s ease;
}

.bj-why-card:hover p {
    color: rgba(255, 255, 255, 0.72);
}

.bj-why-card__arrow {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    color: #111;
    font-size: 30px;
    transition: transform 0.35s ease, color 0.35s ease;
}

.bj-why-card:hover .bj-why-card__arrow {
    transform: translateX(12px);
    color: #c1121f;
}

.bj-why__numbers {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 110px;
}

.bj-why__numbers div {
    padding: 34px;
    color: #fff;
    text-align: center;
    background: #111;
    border-radius: 24px;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.bj-why__numbers div:hover {
    transform: translateY(-8px);
    background: #c1121f;
    box-shadow: 0 26px 70px rgba(193, 18, 31, 0.25);
}

.bj-why__numbers strong {
    display: block;
    font-family: var(--bj-font-title, serif);
    font-size: 54px;
    line-height: 1;
}

.bj-why__numbers span {
    display: block;
    margin-top: 12px;
    opacity: 0.75;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* 03 - Basic Judo Library Showcase
-------------------------------------------------- */

.bj-library-showcase {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at left top, rgba(245, 180, 0, 0.1), transparent 34%),
        radial-gradient(circle at right top, rgba(8, 42, 87, 0.08), transparent 30%),
        linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
}

.bj-library-showcase::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 130px;
    height: 4px;
    background: #f5b400;
    border-radius: 999px;
    transform: translateX(-50%);
}

.bj-library-showcase::after {
    content: "";
    position: absolute;
    top: 70px;
    right: -150px;
    width: 420px;
    height: 420px;
    background: rgba(8, 42, 87, 0.045);
    border-radius: 999px;
    pointer-events: none;
}

.bj-library-showcase .bj-container {
    position: relative;
    z-index: 3;
}

.bj-library-showcase__heading {
    max-width: 820px;
    margin: 0 auto 66px;
    text-align: center;
}

.bj-library-showcase__heading .bj-section-eyebrow {
    justify-content: center;
    color: rgb(193, 18, 31);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.bj-library-showcase__heading .bj-section-title,
.bj-library-showcase__heading .bj-section-description {
    margin-left: auto;
    margin-right: auto;
}

.bj-library-showcase__heading .bj-section-title {
    max-width: 760px;
}

.bj-library-showcase__heading .bj-section-description {
    max-width: 720px;
}

.bj-library-showcase__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.85fr);
    gap: 28px;
    align-items: stretch;
}

.bj-library-featured {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: #071827;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.23);
}

.bj-library-featured__image {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bj-library-featured__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.88;
    transform: scale(1.03);
}

.bj-library-featured::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(5, 18, 32, 0.88) 0%, rgba(5, 18, 32, 0.55) 42%, rgba(5, 18, 32, 0.1) 100%),
        linear-gradient(180deg, rgba(5, 18, 32, 0.03) 0%, rgba(5, 18, 32, 0.82) 100%);
}

.bj-library-featured__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 570px;
    min-height: 540px;
    padding: 50px;
}

.bj-library-featured__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 0 13px;
    color: #f8c647;
    background: rgba(245, 180, 0, 0.16);
    border: 1px solid rgba(245, 180, 0, 0.34);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bj-library-featured__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.35rem, 4vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.bj-library-featured__description {
    max-width: 510px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.02rem;
    line-height: 1.75;
}

.bj-library-featured__stats,
.bj-library-featured__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bj-library-featured__stats {
    margin-top: 28px;
}

.bj-library-featured__stats span {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    min-height: 38px;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.bj-library-featured__stats strong {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
}

.bj-library-featured__actions {
    margin-top: 30px;
    gap: 14px;
}

.bj-library-featured__link,
.bj-library-featured__ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 800;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.bj-library-featured__link {
    color: #071827;
    background: #f5b400;
    box-shadow: 0 14px 35px rgba(245, 180, 0, 0.28);
}

.bj-library-featured__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(245, 180, 0, 0.36);
}

.bj-library-featured__ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(10px);
}

.bj-library-featured__ghost:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.42);
}

.bj-library-side {
    display: grid;
    gap: 16px;
}

.bj-library-card {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 18px;
    min-height: 118px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(11, 44, 95, 0.08);
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(8, 42, 87, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bj-library-card:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 180, 0, 0.28);
    box-shadow: 0 22px 60px rgba(8, 42, 87, 0.13);
}

.bj-library-card__image {
    display: block;
    align-self: center;
    width: 108px;
    height: 88px;
    overflow: hidden;
    background: #eef3f8;
    border-radius: 16px;
}

.bj-library-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.bj-library-card:hover .bj-library-card__image img {
    transform: scale(1.06);
}

.bj-library-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.bj-library-card__meta {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 26px;
    margin-bottom: 9px;
    padding: 0 10px;
    color: #082a57;
    background: rgba(8, 42, 87, 0.06);
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
}

.bj-library-card__title {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.bj-library-card__title a {
    color: #071827;
    text-decoration: none;
}

.bj-library-card__title a:hover {
    color: #082a57;
}

.bj-library-card__description {
    margin: 8px 0 0;
    color: rgba(7, 24, 39, 0.64);
    font-size: 0.88rem;
    line-height: 1.55;
}

/* 04 - Featured Techniques
-------------------------------------------------- */

.bj-featured {
    position: relative;
    padding: 130px 0;
    background: #fff;
}

.bj-featured__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 64px;
}

.bj-featured__head h2 {
    margin: 0;
    color: #111;
    font-family: var(--bj-font-title, serif);
    font-size: clamp(46px, 5vw, 82px);
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.bj-featured__head h2 span {
    display: block;
    color: #c1121f;
}

.bj-featured__link {
    flex: 0 0 auto;
    color: #c1121f;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bj-featured__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.bj-featured-card {
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.bj-featured-card:hover {
    transform: translateY(-10px);
    border-color: rgba(193, 18, 31, 0.28);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.13);
}

.bj-featured-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 11;
    background: #111;
}

.bj-featured-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
}

.bj-featured-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.bj-featured-card:hover .bj-featured-card__image img {
    transform: scale(1.08);
    opacity: 0.94;
}

.bj-featured-card__badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    padding: 8px 12px;
    color: #fff;
    background: rgba(193, 18, 31, 0.92);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bj-featured-card__content {
    padding: 30px;
}

.bj-featured-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.bj-featured-card__meta span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    color: #c1121f;
    background: #fff;
    border: 1px solid rgba(193, 18, 31, 0.14);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.bj-featured-card__content h3 {
    margin: 0;
    font-family: var(--bj-font-title, serif);
    font-size: 34px;
    line-height: 1;
}

.bj-featured-card__content h3 a {
    color: #111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.bj-featured-card__content h3 a:hover {
    color: #c1121f;
}

.bj-featured-card__content p {
    margin: 18px 0 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
}

.bj-featured-card__more {
    display: inline-flex;
    margin-top: 26px;
    color: #c1121f;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.25s ease, transform 0.25s ease;
}

.bj-featured-card__more:hover {
    transform: translateX(4px);
    color: #111;
}

/* 05 - Dojo Experience
-------------------------------------------------- */

.bj-dojo {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(193, 18, 31, 0.16), transparent 30%),
        #0b0b0d;
}

.bj-dojo::before {
    content: "DOJO";
    position: absolute;
    right: -40px;
    bottom: -20px;
    color: rgba(255, 255, 255, 0.035);
    font-family: var(--bj-font-title, serif);
    font-size: clamp(120px, 18vw, 300px);
    line-height: 1;
    pointer-events: none;
}

.bj-dojo__wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 96px;
}

.bj-dojo__media {
    position: relative;
}

.bj-dojo__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #111827;
    border-radius: 38px;
    box-shadow: 0 44px 120px rgba(0, 0, 0, 0.42);
}

.bj-dojo__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.54), transparent 58%),
        radial-gradient(circle at 50% 18%, transparent, rgba(0, 0, 0, 0.3));
}

.bj-dojo__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.bj-dojo__label {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 3;
    padding: 18px 20px;
    background: rgba(10, 10, 12, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    backdrop-filter: blur(18px);
}

.bj-dojo__label strong {
    display: block;
    font-size: 16px;
    font-weight: 900;
}

.bj-dojo__label span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 800;
}

.bj-dojo__content h2 {
    margin: 20px 0 0;
    font-family: var(--bj-font-title, serif);
    font-size: clamp(50px, 5.4vw, 88px);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.bj-dojo__content h2 span {
    display: block;
    color: #c1121f;
}

.bj-dojo__content>p {
    max-width: 620px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    line-height: 1.9;
}

.bj-dojo__timeline {
    position: relative;
    margin-top: 46px;
    padding-left: 38px;
}

.bj-dojo__timeline::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 16px;
    width: 2px;
    background: linear-gradient(to bottom, #c1121f, rgba(255, 255, 255, 0.14));
}

.bj-step {
    position: relative;
    display: flex;
    gap: 24px;
    padding: 22px 0;
    cursor: pointer;
    transition: transform 0.28s ease;
}

.bj-step:hover {
    transform: translateX(10px);
}

.bj-step span {
    position: absolute;
    top: 22px;
    left: -38px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: #171717;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    transition: 0.28s ease;
}

.bj-step.active span,
.bj-step:hover span {
    transform: scale(1.12);
    background: #c1121f;
    border-color: #c1121f;
}

.bj-step h3 {
    margin: 0;
    color: #fff;
    font-family: var(--bj-font-title, serif);
    font-size: 30px;
    line-height: 1;
}

.bj-step p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.75;
}

/* 06 - Sensei Section
-------------------------------------------------- */

.bj-sensei {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    color: #111;
    background:
        radial-gradient(circle at 78% 18%, rgba(193, 18, 31, 0.16), transparent 30%),
        #fff;
}

.bj-sensei::before {
    content: "先生";
    position: absolute;
    bottom: -20px;
    left: -30px;
    color: rgba(0, 0, 0, 0.035);
    font-family: var(--bj-font-title, serif);
    font-size: clamp(130px, 18vw, 310px);
    line-height: 1;
    writing-mode: vertical-rl;
    pointer-events: none;
}

.bj-sensei__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    grid-template-areas:
        "content portrait"
        "stats portrait";
    align-items: center;
    gap: 58px 92px;
}

.bj-sensei__content {
    grid-area: content;
}

.bj-sensei__content h2 {
    margin: 20px 0 0;
    font-family: var(--bj-font-title, serif);
    font-size: clamp(48px, 5.4vw, 88px);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.bj-sensei__content h2 span {
    display: block;
    color: #c1121f;
}

.bj-sensei__quote {
    position: relative;
    max-width: 690px;
    margin: 34px 0 0;
    color: #111;
    font-family: var(--bj-font-title, serif);
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.bj-sensei__quote span {
    display: inline-block;
    margin-right: 6px;
    color: #c1121f;
    font-size: 1.35em;
    line-height: 0;
}

.bj-sensei__text {
    max-width: 620px;
    margin: 28px 0 26px;
    color: #6b7280;
    font-size: 17px;
    line-height: 1.9;
}

.bj-sensei__tags,
.bj-sensei__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bj-sensei__tags {
    margin: 0 0 34px;
}

.bj-sensei__tags span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    color: #c1121f;
    background: #f5f5f5;
    border: 1px solid rgba(193, 18, 31, 0.14);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bj-sensei__actions {
    gap: 14px;
}

.bj-sensei__portrait {
    position: relative;
    grid-area: portrait;
}

.bj-sensei__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5.4;
    background: #111827;
    border-radius: 42px;
    box-shadow: 0 44px 120px rgba(0, 0, 0, 0.18);
}

.bj-sensei__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.44), transparent 58%),
        radial-gradient(circle at 50% 18%, transparent, rgba(0, 0, 0, 0.22));
    pointer-events: none;
}

.bj-sensei__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.18) contrast(1.04);
    transform: scale(1.03);
    transition: transform 0.45s ease;
}

.bj-sensei__portrait:hover .bj-sensei__image img {
    transform: scale(1.08);
}

.bj-sensei__badge {
    position: absolute;
    top: 26px;
    right: 26px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 118px;
    height: 118px;
    color: #fff;
    text-align: center;
    background: rgba(193, 18, 31, 0.94);
    border-radius: 50%;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.bj-sensei__badge strong {
    display: block;
    font-family: var(--bj-font-title, serif);
    font-size: 38px;
    line-height: 0.9;
}

.bj-sensei__badge span {
    display: block;
    max-width: 74px;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bj-sensei__signature {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    z-index: 3;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 22px;
    backdrop-filter: blur(18px);
}

.bj-sensei__signature strong {
    display: block;
    color: #111;
    font-size: 16px;
    font-weight: 900;
}

.bj-sensei__signature span {
    display: block;
    margin-top: 5px;
    color: #c1121f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bj-sensei__signature small {
    display: block;
    margin-top: 10px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.6;
}

.bj-sensei__stats {
    display: grid;
    grid-area: stats;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bj-sensei__stats div {
    padding: 26px 28px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.bj-sensei__stats div:last-child {
    border-right: 0;
}

.bj-sensei__stats span {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1;
}

.bj-sensei__stats strong {
    display: block;
    color: #111;
    font-family: var(--bj-font-title, serif);
    font-size: 48px;
    line-height: 1;
}

.bj-sensei__stats small {
    display: block;
    margin-top: 10px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* 07 - Latest Journal
-------------------------------------------------- */

.bj-journal {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(245, 180, 0, 0.09), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.bj-journal::before {
    content: "";
    position: absolute;
    top: 90px;
    right: -160px;
    width: 420px;
    height: 420px;
    background: rgba(8, 42, 87, 0.045);
    border-radius: 999px;
    pointer-events: none;
}

.bj-journal .bj-container {
    position: relative;
    z-index: 2;
}

.bj-journal__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 48px;
}

.bj-journal__head h2 {
    margin: 0;
    color: #071827;
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.bj-journal__head h2 span {
    display: block;
    color: #082a57;
}

.bj-journal__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    color: #071827;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(8, 42, 87, 0.09);
    border-radius: 999px;
    box-shadow: 0 14px 35px rgba(8, 42, 87, 0.08);
    font-size: 0.92rem;
    font-weight: 800;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.bj-journal__link:hover {
    transform: translateY(-2px);
    background: #f5b400;
    box-shadow: 0 18px 44px rgba(245, 180, 0, 0.28);
}

.bj-journal__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.95fr);
    gap: 28px;
    align-items: stretch;
}

.bj-journal-feature {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(8, 42, 87, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(8, 42, 87, 0.1);
}

.bj-journal-feature__image {
    display: block;
    height: 330px;
    overflow: hidden;
    background: #edf2f7;
}

.bj-journal-feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.bj-journal-feature:hover .bj-journal-feature__image img {
    transform: scale(1.055);
}

.bj-journal-feature__content {
    padding: 34px;
}

.bj-journal-feature__content>span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 16px;
    padding: 0 11px;
    color: #c8102e;
    background: rgba(200, 16, 46, 0.08);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bj-journal-feature__content h3 {
    margin: 0;
    color: #071827;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.bj-journal-feature__content h3 a,
.bj-journal-item h4 a {
    color: inherit;
    text-decoration: none;
}

.bj-journal-feature__content p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(7, 24, 39, 0.66);
    font-size: 1rem;
    line-height: 1.75;
}

.bj-journal-feature__content>a {
    display: inline-flex;
    align-items: center;
    margin-top: 26px;
    color: #082a57;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 900;
}

.bj-journal-feature__content>a:hover {
    color: #c8102e;
}

.bj-journal-list {
    display: grid;
    gap: 16px;
}

.bj-journal-item {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 18px;
    min-height: 150px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(8, 42, 87, 0.08);
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(8, 42, 87, 0.075);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bj-journal-item:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 180, 0, 0.32);
    box-shadow: 0 22px 60px rgba(8, 42, 87, 0.12);
}

.bj-journal-item__image {
    display: block;
    align-self: center;
    width: 128px;
    height: 118px;
    overflow: hidden;
    background: #edf2f7;
    border-radius: 18px;
}

.bj-journal-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.bj-journal-item:hover .bj-journal-item__image img {
    transform: scale(1.06);
}

.bj-journal-item>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.bj-journal-item span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 26px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #082a57;
    background: rgba(8, 42, 87, 0.06);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bj-journal-item h4 {
    margin: 0;
    color: #071827;
    font-size: 1.08rem;
    line-height: 1.32;
    letter-spacing: -0.025em;
}

.bj-journal-item div>a {
    display: inline-flex;
    width: fit-content;
    margin-top: 12px;
    color: #c8102e;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 900;
}

.bj-journal-item div>a:hover {
    color: #082a57;
}

/* 08 - Immersive Gallery
-------------------------------------------------- */

.bj-gallery {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    color: #fff;
    background: #0a0a0a;
}

.bj-gallery__head {
    max-width: 760px;
    margin-bottom: 76px;
}

.bj-gallery__head h2 {
    margin: 18px 0 0;
    font-family: var(--bj-font-title, serif);
    font-size: clamp(52px, 5.4vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.bj-gallery__head h2 span {
    display: block;
    color: #c1121f;
}

.bj-gallery__head p {
    max-width: 620px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 18px;
    line-height: 1.85;
}

.bj-gallery__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    grid-auto-rows: 260px;
    gap: 22px;
}

.bj-gallery__item {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: #111827;
    border-radius: 30px;
}

.bj-gallery__item--large,
.bj-gallery__item--tall {
    grid-row: span 2;
}

.bj-gallery__item--wide {
    grid-column: span 2;
}

.bj-gallery__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.58), transparent 58%),
        radial-gradient(circle at 50% 20%, transparent, rgba(0, 0, 0, 0.22));
}

.bj-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 0.55s ease, filter 0.55s ease;
}

.bj-gallery__item:hover img {
    transform: scale(1.12);
    filter: contrast(1.08);
}

.bj-gallery__item span {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    padding: 9px 13px;
    color: #fff;
    background: rgba(193, 18, 31, 0.92);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bj-gallery__more {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: var(--bj-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bj-gallery__more:hover {
    color: var(--bj-white);
}

.bj-gallery::before {
    content: "柔道";

    position: absolute;

    top: 50%;
    right: 60px;

    transform: translateY(-50%);

    font-size: clamp(160px, 16vw, 280px);
    font-weight: 700;
    line-height: .9;

    color: rgba(245, 180, 0, .045);

    writing-mode: vertical-rl;
    text-orientation: mixed;

    user-select: none;
    pointer-events: none;

    z-index: 0;
}

.bj-gallery .bj-container {
    position: relative;
    z-index: 2;
}

/* 09 - Testimonials
-------------------------------------------------- */

.bj-testimonials {
    padding: 150px 0;
    text-align: center;
    background: #fff;
}

.bj-testimonials h2 {
    max-width: 700px;
    margin: 18px auto 70px;
    font-family: var(--bj-font-title);
    font-size: clamp(54px, 5vw, 90px);
    line-height: 0.95;
}

.bj-testimonials h2 span {
    display: block;
    color: #c1121f;
}

.bj-testimonial {
    max-width: 900px;
    margin: auto;
    padding: 70px;
    background: #f6f6f6;
    border-radius: 36px;
}

.bj-testimonial__quote {
    margin-bottom: 30px;
    color: #c1121f;
    font-size: 100px;
    line-height: 1;
}

.bj-testimonial p {
    font-family: var(--bj-font-title);
    font-size: 28px;
    line-height: 1.8;
}

.bj-testimonial__author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.bj-testimonial__author img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.bj-testimonial__author strong {
    display: block;
    font-size: 20px;
}

.bj-testimonial__author span {
    color: #888;
}

/* 10 - Shared Home Section Helpers
-------------------------------------------------- */

.bj-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #c8102e;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.bj-section-eyebrow--center {
    justify-content: center;
    text-align: center;
}

/* 11 - Tablet Responsive
-------------------------------------------------- */

@media (max-width: 1200px) {
    .bj-library-showcase__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.9fr);
    }
}

@media (max-width: 1180px) {
    .bj-hero {
        padding: 104px 0 78px;
    }

    .bj-hero__container,
    .bj-dojo__wrapper {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .bj-hero-card {
        max-width: 560px;
        margin-left: 0;
    }
}

@media (max-width: 1024px) {

    .bj-dojo__wrapper,
    .bj-sensei__grid {
        grid-template-columns: 1fr;
    }

    .bj-dojo__media,
    .bj-sensei__portrait {
        max-width: 560px;
    }

    .bj-sensei__grid {
        grid-template-areas:
            "content"
            "portrait"
            "stats";
        gap: 46px;
    }
}

@media (max-width: 992px) {
    .bj-why {
        padding: 90px 0;
    }

    .bj-why__header {
        margin-bottom: 64px;
    }

    .bj-why__grid {
        grid-template-columns: 1fr;
    }

    .bj-why__numbers {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 70px;
    }
}

@media (max-width: 991px) {

    .bj-library-showcase,
    .bj-journal {
        padding: 86px 0;
    }

    .bj-library-showcase__grid,
    .bj-journal__grid {
        grid-template-columns: 1fr;
    }

    .bj-library-featured,
    .bj-library-featured__content {
        min-height: 460px;
    }

    .bj-library-featured__content {
        padding: 34px;
    }

    .bj-library-side,
    .bj-journal-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bj-featured__head,
    .bj-journal__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bj-featured__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .bj-gallery__grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 240px;
    }

    .bj-gallery__item--wide {
        grid-column: span 2;
    }
}

/* 12 - Mobile Responsive
-------------------------------------------------- */

@media (max-width: 768px) {
    .bj-hero {
        min-height: auto;
        padding: 86px 0 62px;
    }

    .bj-hero__title {
        font-size: clamp(54px, 17vw, 82px);
    }

    .bj-hero__text {
        font-size: 16px;
    }

    .bj-hero__actions {
        flex-direction: column;
    }

    .bj-btn {
        width: 100%;
    }

    .bj-hero-card {
        border-radius: 28px;
    }

    .bj-hero-card__image {
        border-radius: 22px;
    }

    .bj-hero-card__badge {
        position: static;
        min-width: 100%;
        margin-top: 12px;
    }

    .bj-why {
        padding: 82px 0;
    }

    .bj-testimonial {
        padding: 35px;
    }

    .bj-testimonial p {
        font-size: 22px;
    }
}

@media (max-width:768px) {

    .bj-gallery::before {

        right: -20px;

        font-size: 140px;

        opacity: .04;
    }

}

@media (max-width: 767px) {

    .bj-library-side,
    .bj-journal-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .bj-why__header h2 {
        font-size: 48px;
    }

    .bj-why-card {
        min-height: 280px;
        padding: 32px;
    }

    .bj-why-card__icon {
        margin-top: 38px;
    }

    .bj-why__numbers,
    .bj-sensei__stats,
    .bj-gallery__grid {
        grid-template-columns: 1fr;
    }

    .bj-featured,
    .bj-dojo,
    .bj-sensei {
        padding: 86px 0;
    }

    .bj-featured-card__content {
        padding: 24px;
    }

    .bj-featured-card__content h3 {
        font-size: 30px;
    }

    .bj-dojo__image {
        border-radius: 28px;
    }

    .bj-dojo__label,
    .bj-sensei__signature {
        position: static;
        margin-top: 14px;
    }

    .bj-dojo__timeline {
        padding-left: 34px;
    }

    .bj-step h3 {
        font-size: 26px;
    }

    .bj-sensei__image {
        border-radius: 30px;
    }

    .bj-sensei__badge {
        top: 18px;
        right: 18px;
        width: 96px;
        height: 96px;
    }

    .bj-sensei__badge strong {
        font-size: 30px;
    }

    .bj-sensei__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .bj-sensei__stats div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .bj-sensei__stats div:last-child {
        border-bottom: 0;
    }

    .bj-gallery {
        padding: 90px 0;
    }

    .bj-gallery__grid {
        grid-auto-rows: 260px;
    }

    .bj-gallery__item,
    .bj-gallery__item--large,
    .bj-gallery__item--tall,
    .bj-gallery__item--wide {
        grid-column: auto;
        grid-row: auto;
    }
}

/* 13 - Small Mobile
-------------------------------------------------- */

@media (max-width: 575px) {

    .bj-library-showcase,
    .bj-journal {
        padding: 70px 0;
    }

    .bj-library-showcase__heading,
    .bj-journal__head {
        margin-bottom: 34px;
    }

    .bj-library-featured,
    .bj-library-featured__content {
        min-height: 420px;
    }

    .bj-library-featured,
    .bj-journal-feature {
        border-radius: 22px;
    }

    .bj-library-featured__content,
    .bj-journal-feature__content {
        padding: 26px;
    }

    .bj-library-featured__title {
        font-size: 2.35rem;
    }

    .bj-library-featured__description {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .bj-library-card {
        grid-template-columns: 82px 1fr;
        gap: 14px;
        min-height: 104px;
        padding: 14px;
        border-radius: 19px;
    }

    .bj-library-card__image {
        width: 82px;
        height: 74px;
        border-radius: 15px;
    }

    .bj-library-card__description,
    .bj-journal-item div>a {
        display: none;
    }

    .bj-journal-feature__image {
        height: 240px;
    }

    .bj-journal-item {
        grid-template-columns: 92px 1fr;
        min-height: 112px;
        gap: 14px;
        padding: 14px;
        border-radius: 19px;
    }

    .bj-journal-item__image {
        width: 92px;
        height: 82px;
        border-radius: 15px;
    }
}

@media (max-width: 520px) {
    .bj-hero__stats {
        grid-template-columns: 1fr;
    }

    .bj-hero__eyebrow {
        font-size: 10px;
    }
}

/* =========================================================
   HOME HERO — FULL HD FINAL POLISH
========================================================= */
@media (min-width: 1600px) and (max-height: 1100px) {
    .bj-hero {
        min-height: auto;
        padding: 90px 0 64px;
        overflow: hidden;
    }

    .bj-hero__container {
        align-items: center;
        min-height: 680px;
        gap: 88px;
    }

    .bj-hero__content {
        padding-top: 8px;
    }

    .bj-hero__title {
        margin-top: 0;
        font-size: clamp(66px, 4.2vw, 80px);
        line-height: 0.92;
    }

    .bj-hero__text {
        margin-top: 22px;
        max-width: 620px;
        font-size: 16px;
        line-height: 1.7;
    }

    .bj-hero__actions {
        margin-top: 28px;
    }

    .bj-hero__stats {
        margin-top: 36px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
    }

    .bj-hero__stat {
        min-height: 108px;
        padding: 22px 18px;
    }

    .bj-hero__stat strong {
        font-size: 25px;
        line-height: 1;
    }

    .bj-hero__stat span {
        margin-top: 10px;
        font-size: 11px;
        line-height: 1.35;
    }

    .bj-hero__visual {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 620px;
        padding-top: 0;
    }

    .bj-hero-card {
        width: min(100%, 500px);
        margin: 30px 0;
        transform: translateY(4px);
    }

    .bj-hero-card__image {
        height: auto;
    }

    .bj-hero-card__badge--top {
        top: 28px;
        right: -24px;
    }

    .bj-hero-card__badge--bottom {
        bottom: 28px;
        left: -24px;
    }

    .bj-hero__kanji {
        right: 1%;
        font-size: 240px;
        opacity: 0.045;
    }
}

.bj-hero-card__badge {
    position: absolute;

    width: fit-content;
    max-width: 260px;

    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;

    padding: 18px 22px;

    border-radius: 22px;
}

/* =========================================================
   SENSEI — FULL HD (1920x1080) POLISH
========================================================= */
@media (min-width:1600px) and (max-height:1100px) {

    .bj-sensei {
        padding: 90px 0;
    }

    .bj-sensei__grid {
        gap: 72px;
        align-items: center;
    }

    .bj-sensei__image {
        max-width: 520px;
        margin-left: auto;
    }

    .bj-sensei__image img {
        transform: scale(1.01);
    }

    .bj-sensei__content {
        max-width: 620px;
    }

    .bj-sensei__title {
        font-size: clamp(46px, 3vw, 58px);
    }

    .bj-sensei__text {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (min-width:1600px) and (max-height:1100px) {

.bj-sensei__signature {
    width: min(480px, calc(100% - 64px));
    left: 58%;
    right: auto;
    transform: translateX(-50%);
    bottom: 20px;

    padding: 16px 18px;
    border-radius: 18px;
    backdrop-filter: blur(14px);
}

    .bj-sensei__signature strong {
        font-size: 18px;
    }

    .bj-sensei__signature p {
        font-size: 14px;
        line-height: 1.55;
    }

    .bj-sensei__signature img {
        height: 38px;
        width: auto;
    }

}