.bimaco-home-v1-template .archive-header {
    display: none;
}

.bimaco-home-v1-template {
    overflow-x: hidden;
}

.bimaco-home-v1-template .site-content .col-full {
    max-width: inherit;
    padding: 0;
}

.bimaco-home-v1-template .content-area {
    clear: both;
    width: 100%;
}

.bc-home-v1 {
    --bc-color-pink: #ec008c;
    --bc-color-blue: #00aeef;
    --bc-color-text: #444444;
    --bc-color-text-strong: #222222;
    --bc-color-border: #ece7ef;
    --bc-color-surface: #ffffff;
    --bc-color-surface-muted: #f7f5fa;
    --bc-color-shadow: rgba(24, 31, 56, 0.1);
    --bc-hero-bg: #e3e5f1;
    --bc-shadow-card: 0 18px 44px var(--bc-color-shadow);
    --bc-shadow-soft: 0 12px 28px rgba(24, 31, 56, 0.08);
    --bc-radius-card: 28px;
    --bc-radius-media: 22px;
    --bc-radius-pill: 999px;
    --bc-section-space: 80px;
    --bc-section-gap: 32px;
    color: var(--bc-color-text);
    font-family: "Aller", "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow-x: clip;
}

.bc-home-v1,
.bc-home-v1 *,
.bc-home-v1 *::before,
.bc-home-v1 *::after {
    box-sizing: border-box;
}

.bc-home-v1 a {
    color: inherit;
    text-decoration: none;
}

.bc-home-v1 img {
    display: block;
    height: auto;
    max-width: 100%;
}

.bc-home-v1 button {
    font: inherit;
}

.bc-home-v1 .bc-container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
}

.bc-home-v1 .bc-home-section {
    padding-top: var(--bc-section-space);
}

.bc-home-v1 .bc-home-section--campaign {
    padding-top: 10px;
}

.bc-home-v1 .bc-home-section--last {
    padding-bottom: var(--bc-section-space);
}

.bc-home-v1 .bc-section-headers {
    margin-bottom: 44px;
    text-align: center;
}

.bc-home-v1 .bc-section-headers--wide {
    margin-bottom: 72px;
}

.bc-home-v1 .bc-main-heading,
.bc-home-v1 .bc-sub-heading,
.bc-home-v1 .bc-card-title,
.bc-home-v1 .bc-hero-title {
    font-family: "Aller", "Segoe UI", sans-serif;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.92;
    margin: 0;
    text-transform: lowercase;
}

.bc-home-v1 .bc-main-heading {
    color: var(--bc-color-pink);
    font-size: clamp(2.4rem, 5vw, 3.2rem);
    margin-bottom: 14px;
}

.bc-home-v1 .bc-main-heading--dark {
    color: var(--bc-color-text-strong);
}

.bc-home-v1 .bc-sub-heading {
    color: var(--bc-color-blue);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.08;
    margin: 0 auto;
    max-width: 62rem;
}

.bc-home-v1 .bc-section-note {
    color: var(--bc-color-text);
    font-size: 15px;
    line-height: 1.7;
    margin: 10px auto 0;
    max-width: 600px;
}

.bc-home-v1 .bc-pink-btn,
.bc-home-v1 .bc-btn-outline {
    align-items: center;
    border: 2px solid transparent;
    border-radius: var(--bc-radius-pill);
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    min-height: 52px;
    padding: 0 30px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bc-home-v1 .bc-pink-btn {
    background-color: var(--bc-color-pink);
    box-shadow: 0 12px 28px rgba(236, 0, 140, 0.24);
    color: #ffffff !important;
}

.bc-home-v1 .bc-pink-btn:hover {
    background-color: #c80176;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.bc-home-v1 .bc-hero-content .bc-pink-btn {
    border-radius: 10px;
    box-shadow: none;
    font-size: 16px;
    min-height: 58px;
    padding: 0 28px;
}

.bc-home-v1 .bc-hero-content .bc-pink-btn:hover {
    box-shadow: none;
    transform: none;
}

.bc-home-v1 .bc-btn-outline {
    background-color: #ffffff;
    border-color: var(--bc-color-pink);
    border-width: 2px;
    border-radius: 12px;
    color: var(--bc-color-pink);
    min-height: 56px;
    padding: 0 26px;
}

.bc-home-v1 .bc-btn-outline:hover {
    background-color: var(--bc-color-pink);
    color: #ffffff;
}

/* Order-tracking landing page: use the Bimaco landing CTA, not Woo's shop button. */
.bimaco-home-v1-template.page-id-226914 .woocommerce-form-track-order .button {
    align-items: center;
    background-color: var(--bc-color-pink);
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    line-height: 1;
    min-height: 52px;
    padding: 0 28px;
    width: auto;
}

.bimaco-home-v1-template.page-id-226914 .woocommerce-form-track-order .button:hover {
    background-color: #c80176;
    color: #ffffff;
}

.bc-home-v1 .bc-hero-wrap {
    background-color: var(--bc-hero-bg);
    padding: 56px 0 40px;
}

.bc-home-v1 .bc-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(28px, 4vw, 56px);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.bc-home-v1 .bc-hero-content {
    padding: 24px 0;
}

.bc-home-v1 .bc-hero-title {
    color: var(--bc-color-pink);
    font-size: clamp(3rem, 6vw, 4.5rem);
    margin-bottom: 24px;
}

.bc-home-v1 .bc-hero-content p {
    color: #555555;
    font-size: clamp(1.1rem, 2.4vw, 1.4rem);
    margin: 0 0 34px;
    max-width: 33rem;
}

.bc-home-v1 .bc-hero-content .bc-hero-note {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin: 34px 0 0;
    max-width: none;
}

.bc-home-v1 .bc-hero-img img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.bc-home-v1 .bc-campaign-banner,
.bc-home-v1 .bc-campaign-banner a {
    display: block;
}

.bc-home-v1 .bc-campaign-banner img {
    border-radius: 0;
    width: 100%;
}

.bc-home-v1 .bc-toys-row {
    align-items: stretch;
    display: grid;
    gap: var(--bc-section-gap);
}

.bc-home-v1 .bc-toys-row--feature {
    grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
}

.bc-home-v1 .bc-toys-row--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.bc-home-v1 .bc-banner-box,
.bc-home-v1 .bc-banner-box a {
    border-radius: var(--bc-radius-media);
    display: block;
    height: 100%;
    overflow: hidden;
}

.bc-home-v1 .bc-banner-image {
    border-radius: inherit;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bc-home-v1 .bc-toys-main-card {
    background-color: var(--bc-color-surface);
    border: 1px solid var(--bc-color-border);
    border-radius: var(--bc-radius-card);
    box-shadow: var(--bc-shadow-card);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    min-height: 100%;
    overflow: hidden;
}

.bc-home-v1 .bc-toys-left-side {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 38px 34px;
}

.bc-home-v1 .bc-top-content {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.bc-home-v1 .bc-bottom-content {
    margin-top: auto;
}

.bc-home-v1 .bc-card-title {
    color: var(--bc-color-text-strong);
    font-size: clamp(2rem, 4vw, 2.75rem);
}

.bc-home-v1 .bc-tags-grid {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bc-home-v1 .bc-tags-grid a {
    align-items: center;
    background-color: var(--bc-color-surface-muted);
    border: 1px solid #efedf3;
    border-radius: 20px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: 14px;
    justify-content: flex-start;
    line-height: 1.2;
    max-width: 100%;
    padding: 8px 16px;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bc-home-v1 .bc-tags-grid a:hover {
    background-color: #fdf1f8;
    border-color: rgba(236, 0, 140, 0.24);
    color: var(--bc-color-pink);
}

.bc-home-v1 .bc-tags-grid a.bc-tag-priority {
    background-color: #fff7fc;
    border-color: rgba(236, 0, 140, 0.24);
    box-shadow: 0 6px 16px rgba(236, 0, 140, 0.08);
    color: #252229;
    font-weight: 700;
}

.bc-home-v1 .bc-tags-grid a.bc-tag-priority:hover,
.bc-home-v1 .bc-tags-grid a.bc-tag-priority:focus-visible {
    background-color: #fff;
    border-color: rgba(236, 0, 140, 0.44);
    color: var(--bc-color-pink);
}

.bc-home-v1 .bc-toys-right-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
}

.bc-home-v1 .bc-toys-right-img--toys {
    background-image: url("https://bimaco.net/wp-content/uploads/2025/04/345223523-1.jpg");
}

.bc-home-v1 .bc-toys-right-img--new {
    background-image: url("https://bimaco.net/wp-content/uploads/2025/07/beba-suprise-43524-1.jpg");
}

.bc-home-v1 .bc-toys-right-img--baby {
    background-image: url("https://bimaco.net/wp-content/uploads/2025/07/beba-435623-1.jpg");
}

.bc-home-v1 .bc-toys-right-img--sport {
    background-image: url("https://bimaco.net/wp-content/uploads/2025/07/djevojcica-biciklo-4536-1.jpg");
}

.bc-home-v1 .bc-woo-sim,
.bc-home-v1 .bc-woo-sim .woocommerce {
    height: 100%;
}

.bc-home-v1 .bc-woo-sim ul.products,
.bc-home-v1 .bc-woo-sim .wppsac-post-carousel-wrp {
    margin-bottom: 0;
}

.bc-home-v1 .bc-home-section--brands {
    overflow: hidden;
}

.bc-home-v1 .bc-home-section--brands .bc-container {
    overflow: hidden;
}

.bc-home-v1 .carousel-container {
    align-items: center;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bc-home-v1 .carousel {
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 20px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: 0 0 8px;
    scroll-behavior: smooth;
    scroll-padding-inline: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    width: 100%;
}

.bc-home-v1 .carousel::-webkit-scrollbar {
    display: none;
}

.bc-home-v1 .carousel a {
    color: var(--bc-color-text-strong);
    display: block;
    flex: 0 0 clamp(280px, 29vw, 400px);
    scroll-snap-align: start;
}

.bc-home-v1 .carousel img {
    border-radius: var(--bc-radius-media);
    box-shadow: var(--bc-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.bc-home-v1 .carousel img:hover {
    box-shadow: 0 16px 34px rgba(24, 31, 56, 0.12);
    transform: translateY(-2px);
}

.bc-home-v1 .carousel-button {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: 50%;
    box-shadow: var(--bc-shadow-soft);
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    width: 48px;
    z-index: 2;
}

.bc-home-v1 .carousel-button:hover {
    background-color: #ffffff;
    box-shadow: 0 16px 34px rgba(24, 31, 56, 0.12);
}

.bc-home-v1 .carousel-button.left {
    left: 12px;
}

.bc-home-v1 .carousel-button.right {
    right: 12px;
}

.bc-home-v1 .carousel-button svg {
    fill: #333333;
    height: 24px;
    width: 24px;
}

.bc-home-v1 .bc-age-grid-row {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

.bc-home-v1 .bc-age-block {
    color: var(--bc-color-text);
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.bc-home-v1 .bc-age-img-container {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: var(--bc-shadow-soft);
    margin: 0 auto;
    max-width: 270px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.bc-home-v1 .bc-age-block:hover .bc-age-img-container {
    box-shadow: 0 16px 34px rgba(24, 31, 56, 0.12);
    transform: translateY(-2px);
}

.bc-home-v1 .bc-age-block img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bc-home-v1 .bc-age-block h3 {
    color: #555555;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    text-transform: none;
}

.bc-home-v1 .bc-usp-section {
    text-align: center;
}

.bc-home-v1 .bc-usp-desc {
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    margin: 24px auto 0;
    max-width: 900px;
}

.bc-home-v1 .bc-usp-desc strong {
    color: var(--bc-color-text-strong);
}

.bc-home-v1 .bc-usp-grid-layout {
    display: grid;
    gap: var(--bc-section-gap);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 56px;
}

.bc-home-v1 .bc-usp-item-unit {
    background-color: var(--bc-color-surface);
    border: 1px solid var(--bc-color-border);
    border-radius: var(--bc-radius-card);
    box-shadow: var(--bc-shadow-soft);
    padding: 32px 26px;
    text-align: center;
}

.bc-home-v1 .bc-usp-icon {
    display: block;
    height: 60px;
    margin: 0 auto 24px;
    object-fit: contain;
}

.bc-home-v1 .bc-usp-item-unit h4 {
    color: var(--bc-color-text-strong);
    font-family: "Aller", "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.bc-home-v1 .bc-usp-item-unit p {
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.bc-home-v1 .bc-usp-item-unit p strong {
    color: var(--bc-color-text-strong);
}

.bc-home-v1 .bc-testi-section-wrap {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.bc-home-v1 .bc-testi-row {
    align-items: center;
    display: flex;
    gap: 56px;
    justify-content: space-between;
}

.bc-home-v1 .bc-testi-row.bc-testi-reverse {
    flex-direction: row-reverse;
}

.bc-home-v1 .bc-testi-text-part {
    flex: 0 0 40%;
    max-width: 40%;
}

.bc-home-v1 .bc-testi-image-part {
    flex: 0 0 52%;
    max-width: 52%;
    position: relative;
    z-index: 1;
}

.bc-home-v1 .bc-testi-image-part img {
    border-radius: 0;
    width: 100%;
}

.bc-home-v1 .bc-testi-image-part::after {
    background-color: #f8f4ec;
    content: "";
    height: 100%;
    position: absolute;
    top: 24px;
    width: 100%;
    z-index: -1;
}

.bc-home-v1 .bc-testi-row:not(.bc-testi-reverse) .bc-testi-image-part::after {
    left: 24px;
}

.bc-home-v1 .bc-testi-row.bc-testi-reverse .bc-testi-image-part::after {
    right: 24px;
}

.bc-home-v1 .bc-testi-text-part p {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 24px;
}

.bc-home-v1 .bc-author-name {
    color: #666666;
    display: inline-block;
    font-size: 14px;
}

.bc-home-v1 .wppsac-post-carousel.design-1 {
    margin-bottom: 0;
}

@media (max-width: 1180px) {
    .bc-home-v1 .bc-toys-row--feature,
    .bc-home-v1 .bc-toys-row--split,
    .bc-home-v1 .bc-usp-grid-layout {
        grid-template-columns: 1fr;
    }

    .bc-home-v1 .bc-testi-row,
    .bc-home-v1 .bc-testi-row.bc-testi-reverse {
        flex-direction: column;
    }

    .bc-home-v1 .bc-testi-text-part,
    .bc-home-v1 .bc-testi-image-part {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .bc-home-v1 {
        --bc-section-space: 56px;
    }

    .bc-home-v1 .bc-hero-grid {
        grid-template-columns: 1fr;
    }

    .bc-home-v1 .bc-hero-content {
        text-align: center;
    }

    .bc-home-v1 .bc-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .bc-home-v1 .bc-toys-main-card {
        display: flex;
        flex-direction: column-reverse;
    }

    .bc-home-v1 .bc-tags-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 14px;
    }

    .bc-home-v1 .bc-tags-grid a {
        font-size: 14px;
        justify-content: flex-start;
        min-height: 38px;
        padding: 0 16px;
        white-space: nowrap;
    }

    .bc-home-v1 .bc-toys-right-img {
        min-height: 320px;
    }

    .bc-home-v1 .bc-age-grid-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bc-home-v1 .bc-testi-section-wrap {
        gap: 80px;
    }

    .bc-home-v1 .bc-testi-image-part::after,
    .bc-home-v1 .bc-testi-row.bc-testi-reverse .bc-testi-image-part::after {
        left: 16px;
        right: auto;
        top: 16px;
    }

    .bc-home-v1 .carousel-button {
        display: none;
    }
}

@media (max-width: 767px) {
    .bc-home-v1 {
        --bc-section-space: 88px;
    }

    .bc-home-v1 .bc-container {
        padding: 0 16px;
    }

    .bc-home-v1 .bc-hero-wrap {
        padding-bottom: 0;
    }

    .bc-home-v1 .bc-home-section--campaign {
        padding-top: 16px;
    }

    .bc-home-v1 .bc-home-section--campaign + .bc-home-section {
        padding-top: 72px;
    }

    .bc-home-v1 .bc-home-section + .bc-home-section {
        padding-top: 88px;
    }

    .bc-home-v1 .bc-section-headers {
        margin-bottom: 48px;
    }

    .bc-home-v1 .bc-toys-left-side {
        gap: 22px;
        padding: 32px 22px 24px;
    }

    .bc-home-v1 .bc-top-content {
        gap: 18px;
    }

    .bc-home-v1 .bc-toys-right-img {
        aspect-ratio: 1 / 1.08;
        background-position: center 10%;
        min-height: 0;
    }

    .bc-home-v1 .bc-toys-right-img--toys {
        background-position: center 14%;
    }

    .bc-home-v1 .bc-toys-right-img--new {
        background-position: center 12%;
    }

    .bc-home-v1 .bc-toys-right-img--baby {
        background-position: center 12%;
    }

    .bc-home-v1 .bc-toys-right-img--sport {
        background-position: center 2%;
    }

    .bc-home-v1 .bc-tags-grid a {
        font-size: 13px;
        min-height: 36px;
        padding: 0 14px;
    }

    .bc-home-v1 .bc-toys-main-card .bc-btn-outline {
        border-radius: 12px;
        font-family: "Aller", "Segoe UI", sans-serif;
        font-size: 14px;
        font-weight: 300;
        min-height: 48px;
        padding: 0 18px;
        width: auto;
    }

    .bc-home-v1 .bc-age-grid-row {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .bc-home-v1 .bc-usp-grid-layout {
        margin-top: 40px;
    }

    .bc-home-v1 .carousel {
        gap: 16px;
        padding: 0 0 8px;
        scroll-padding-inline: 0;
    }

    .bc-home-v1 .carousel a {
        flex-basis: min(72vw, 300px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bc-home-v1 .carousel {
        scroll-behavior: auto;
    }

    .bc-home-v1 .carousel img,
    .bc-home-v1 .carousel-button {
        transition: none;
    }
}

@media (max-width: 540px) {
    .bc-home-v1 .bc-pink-btn,
    .bc-home-v1 .bc-btn-outline {
        width: 100%;
    }

    .bc-home-v1 .bc-hero-content .bc-pink-btn {
        min-width: 0;
        width: auto;
    }

    .bc-home-v1 .bc-age-grid-row {
        grid-template-columns: 1fr;
    }
}

/* Back to school campaign 2026 */
html:has(.bc-school-2026) {
    scroll-behavior: smooth;
}

.bc-home-v1.bc-school-2026 {
    --bc-color-pink: #ec008c;
    --bc-color-blue: #4badec;
    --bc-school-paper: #fffef9;
    --bc-school-ink: #4badec;
    --bc-school-orange: #fa7124;
    --bc-color-border: #dce9ed;
    --bc-color-surface-muted: #f4fbfc;
    background-color: var(--bc-school-paper);
    /* After uploading bimaco-school-grid-background-2026.png to WordPress,
       replace the next line with: background-image: url("YOUR-WORDPRESS-UPLOAD-URL"); */
    background-image: linear-gradient(rgba(107, 201, 225, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(107, 201, 225, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
}

.bc-home-v1.bc-school-2026 .bc-home-section {
    position: relative;
}

.bc-home-v1.bc-school-2026 .bc-main-heading {
    color: var(--bc-color-pink);
    line-height: 0.96;
}

.bc-home-v1.bc-school-2026 .bc-sub-heading {
    color: var(--bc-school-ink);
    line-height: 1.13;
}

.bc-home-v1 .bc-school-banner img {
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(34, 72, 116, 0.1);
}

.bc-home-v1.bc-school-2026 .bc-home-section--campaign {
    background-color: #ffffff;
    padding-bottom: 10px;
}

.bc-home-v1 .bc-school-intro {
    background: rgba(255, 254, 249, 0.82);
    margin-top: 48px;
    padding-bottom: 32px;
}

.bc-home-v1 .bc-school-intro__grid {
    align-items: center;
    display: grid;
    gap: clamp(30px, 6vw, 86px);
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
}

.bc-home-v1 .bc-school-intro__copy {
    padding: clamp(8px, 2vw, 28px) 0;
}

.bc-home-v1 .bc-school-kicker {
    color: var(--bc-school-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.bc-home-v1 .bc-school-kicker--blue {
    color: var(--bc-color-blue);
}

.bc-home-v1 .bc-school-intro .bc-main-heading {
    font-size: clamp(3rem, 6.2vw, 5.25rem);
    margin-bottom: 22px;
}

.bc-home-v1 .bc-school-lead,
.bc-home-v1 .bc-school-story__copy p,
.bc-home-v1 .bc-school-desk__copy p {
    color: #3e5261;
    font-size: clamp(1.05rem, 1.8vw, 1.22rem);
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 38rem;
}

.bc-home-v1 .bc-school-mosaic {
    display: grid;
    gap: 16px;
    grid-template-columns: 1.16fr 0.84fr;
    grid-template-rows: 1fr 0.88fr;
}

.bc-home-v1 .bc-school-mosaic img {
    border: 6px solid #fffef9;
    box-shadow: 0 12px 24px rgba(34, 72, 116, 0.12);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bc-home-v1 .bc-school-mosaic__one {
    border-radius: 44% 56% 48% 52% / 38% 44% 56% 62%;
    grid-row: 1 / span 2;
    min-height: 470px;
    transform: rotate(-2deg);
}

.bc-home-v1 .bc-school-mosaic__two {
    border-radius: 48% 52% 43% 57% / 54% 41% 59% 46%;
    min-height: 210px;
    transform: rotate(3deg);
}

.bc-home-v1 .bc-school-mosaic__three {
    border-radius: 58% 42% 59% 41% / 44% 57% 43% 56%;
    min-height: 190px;
    transform: rotate(-3deg);
}

.bc-home-v1 .bc-school-nav-wrap {
    padding-top: 48px;
}

.bc-home-v1 .bc-school-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.bc-home-v1 .bc-school-nav a {
    background: var(--bc-color-blue);
    border: 1px solid var(--bc-color-blue);
    border-radius: 999px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding: 11px 18px;
    text-transform: lowercase;
    transition: background-color 180ms cubic-bezier(0.23, 1, 0.32, 1), color 180ms cubic-bezier(0.23, 1, 0.32, 1), transform 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bc-home-v1 .bc-school-nav a:hover {
    background: #ffffff;
    color: var(--bc-color-blue);
    transform: translateY(-2px);
}

.bc-home-v1 .bc-school-nav a:active,
.bc-home-v1.bc-school-2026 .bc-pink-btn:active,
.bc-home-v1.bc-school-2026 .bc-btn-outline:active {
    transform: scale(0.97);
}

.bc-home-v1 .bc-school-story {
    align-items: center;
    display: grid;
    gap: clamp(30px, 7vw, 100px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
}

.bc-home-v1 .bc-school-story__images {
    display: grid;
    gap: 22px;
    grid-template-columns: 0.82fr 1.18fr;
    padding: 16px 0;
}

.bc-home-v1 .bc-school-story__images img {
    border: 5px solid #fffef9;
    box-shadow: 0 16px 32px rgba(34, 72, 116, 0.12);
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.bc-home-v1 .bc-school-story__images img:first-child {
    border-radius: 180px 180px 36px 36px;
    margin-top: 42px;
}

.bc-home-v1 .bc-school-story__images img:last-child {
    border-radius: 34px 34px 160px 160px;
}

.bc-home-v1 .bc-school-story__copy .bc-main-heading {
    font-size: clamp(2.6rem, 5vw, 4.45rem);
    margin-bottom: 24px;
}

.bc-home-v1 .bc-school-heading {
    margin-bottom: 36px;
}

.bc-home-v1 .bc-school-heading .bc-school-kicker {
    margin-bottom: 10px;
}

.bc-home-v1 .bc-school-more {
    margin-top: 32px;
    text-align: center;
}

.bc-home-v1 .bc-school-desk {
    background: #fff8e8;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: 400px;
    overflow: hidden;
}

.bc-home-v1 .bc-school-desk__media img {
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    width: 100%;
}

.bc-home-v1 .bc-school-desk__copy {
    align-self: center;
    padding: clamp(34px, 6vw, 76px);
}

.bc-home-v1 .bc-school-desk__copy .bc-main-heading {
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    margin-bottom: 22px;
}

@media (hover: hover) and (pointer: fine) {
    .bc-home-v1 .bc-school-mosaic img,
    .bc-home-v1 .bc-school-story__images img {
        transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 220ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bc-home-v1 .bc-school-mosaic img:hover,
    .bc-home-v1 .bc-school-story__images img:hover {
        box-shadow: 0 22px 38px rgba(34, 72, 116, 0.18);
        transform: translateY(-5px) rotate(0deg);
    }
}

@media (max-width: 767px) {
    .bc-home-v1.bc-school-2026 {
        background-size: 24px 24px;
    }

    .bc-home-v1 .bc-school-intro {
        margin-top: 24px;
        padding-bottom: 12px;
    }

    .bc-home-v1 .bc-home-section--campaign + .bc-school-intro {
        padding-top: 32px;
    }

    .bc-home-v1 .bc-school-nav-wrap {
        padding-top: 32px;
    }

    .bc-home-v1 .bc-school-intro__grid,
    .bc-home-v1 .bc-school-story,
    .bc-home-v1 .bc-school-desk {
        grid-template-columns: 1fr;
    }

    .bc-home-v1 .bc-school-intro__copy {
        text-align: center;
    }

    .bc-home-v1 .bc-school-lead,
    .bc-home-v1 .bc-school-story__copy p,
    .bc-home-v1 .bc-school-desk__copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .bc-home-v1 .bc-school-mosaic__one {
        min-height: 330px;
    }

    .bc-home-v1 .bc-school-mosaic__two,
    .bc-home-v1 .bc-school-mosaic__three {
        min-height: 150px;
    }

    .bc-home-v1 .bc-school-story__images img {
        min-height: 250px;
    }

    .bc-home-v1 .bc-school-story {
        gap: 64px;
    }

    .bc-home-v1 .bc-school-desk__media img {
        min-height: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html:has(.bc-school-2026) {
        scroll-behavior: auto;
    }

    .bc-home-v1 .bc-school-nav a,
    .bc-home-v1 .bc-school-mosaic img,
    .bc-home-v1 .bc-school-story__images img {
        transition: none;
    }
}