/* BMD 品牌首頁 Index 自訂樣式（覆寫 landing.css） */

/* 繁中 CJK 字體（全頁共用） */
.bmd-products-page {
    --bmd-cjk-font: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "Heiti TC", sans-serif;
    -webkit-tap-highlight-color: transparent;
}
/* 滑鼠點擊不顯示 focus ring（覆寫 landing 與 Bootstrap） */
.bmd-products-page :focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}
.bmd-products-page .form-control:focus:not(:focus-visible) {
    border-color: #ccc;
}
.bmd-wrapper #products .families .row a.active,
.bmd-wrapper #products .families .row a:active {
    outline: none !important;
}
/* bmd-wrapper 與 nav 同用 Bootstrap .container 等寬 */
.bmd-product-sections > .container > .bmd-wrapper { width: 100%; overflow: visible; }
/* section / #container 填滿 bmd-wrapper */
.bmd-product-sections .bmd-wrapper section,
.bmd-product-sections .bmd-wrapper #container { width: 100% !important; max-width: 100% !important; }
/* 覆寫 BMD landing 內建 1000px 容器，改與 nav 同寬 */
.bmd-product-sections .bmd-wrapper .container { padding-left: 0 !important; padding-right: 0 !important; max-width: 100% !important; width: 100% !important; margin-left: 0; margin-right: 0; }
.bmd-product-sections .bmd-wrapper .grid { max-width: 100%; margin-left: 0; margin-right: 0; }
/* banner 與產品 tile 同寬置中（覆寫 main.css .banner { height: 100px }） */
.bmd-product-sections .bmd-wrapper .banner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto !important;
    aspect-ratio: 1000 / 232;
}

/* 覆寫 BMD 固定 px 欄寬，改百分比與 nav 同寬對齊 */
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-3 { -webkit-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-4,
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-4:nth-child(3) { -webkit-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-6 { -webkit-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-8,
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-8:nth-child(2) { -webkit-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-12 { -webkit-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.bmd-product-sections .bmd-wrapper > section,
.bmd-product-sections .bmd-wrapper .bmd-landing-section > section.block-layout { width: 100% !important; max-width: 100% !important; margin-left: auto; margin-right: auto; }
/* banner h2：寬度跟隨 banner，RWD 字級與定位不裁切 */
.bmd-product-sections .bmd-wrapper .banner h2 {
    width: 100% !important;
    left: 0 !important;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    --bmd-banner-font-max: calc(50px * var(--font-scale, 1));
    font-size: clamp(15px, 4.2vw, var(--bmd-banner-font-max)) !important;
    line-height: 1.15 !important;
    bottom: 12% !important;
}
.bmd-product-sections .bmd-wrapper .block-layout .banner h2 {
    bottom: 42% !important;
}
.bmd-product-sections .bmd-wrapper .block-layout .banner h2.low {
    bottom: 19% !important;
}
.bmd-product-sections .bmd-wrapper .block-layout#digital-film-cameras .banner h2 {
    bottom: 40% !important;
}
.bmd-product-sections .bmd-wrapper #ethernet-switch .banner h2.low {
    bottom: 38% !important;
}
.bmd-product-sections .bmd-wrapper #routing-and-distribution .banner h2 {
    bottom: 10% !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin-top: 0 !important;
}
@media (max-width: 991px) {
    .bmd-product-sections .bmd-wrapper .banner h2,
    .bmd-product-sections .bmd-wrapper .block-layout .banner h2,
    .bmd-product-sections .bmd-wrapper .block-layout .banner h2.low,
    .bmd-product-sections .bmd-wrapper .block-layout#digital-film-cameras .banner h2,
    .bmd-product-sections .bmd-wrapper #ethernet-switch .banner h2.low,
    .bmd-product-sections .bmd-wrapper #routing-and-distribution .banner h2 {
        bottom: auto !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        font-size: clamp(14px, 4.8vw, 32px) !important;
        line-height: 1.2 !important;
        padding: 0 12px;
    }
}
/* banner 圖維持 1000×232 比例 */
.bmd-product-sections .bmd-wrapper .banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 品類快捷選單 */
.bmd-families-nav { background: #fff; padding: 30px 0; }
.bmd-families-nav h3 { text-align: center; margin-bottom: 15px; }
/* 統一白底格線容器：container 提供左/上外框，各 item 補右/下格線 */
.bmd-families-nav .bmd-family-grid { display: -webkit-flex; display: flex; flex-wrap: wrap; border-top: 1px solid #ddd; border-left: 1px solid #ddd; background: #fff; overflow: visible; }
/* 7 欄一排：1/7 = 14.285714% */
.bmd-families-nav .bmd-family-item { position: relative; z-index: 0; width: 14.285714%; box-sizing: border-box; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.bmd-families-nav .bmd-family-item:has(a:hover) { z-index: 2; overflow: visible; }
@media (max-width: 991px) { .bmd-families-nav .bmd-family-item { width: 25%; } }
@media (max-width: 575px) { .bmd-families-nav .bmd-family-item { width: 33.333%; } }
.bmd-families-nav .bmd-family-item a {
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 12px 10px;
    height: 100%;
    min-height: 150px;
    text-decoration: none;
    color: #333;
    justify-content: flex-start;
    background: #fff;
    transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease, transform 0.2s ease;
}
.bmd-families-nav .bmd-family-item a:hover {
    background: #fff;
    text-decoration: none;
    z-index: 2;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.bmd-families-nav .bmd-family-item a:hover span { color: #d01817; }
.bmd-families-nav .bmd-family-item img { width: 100%; display: block; object-fit: contain; flex: 1 1 auto; }
.bmd-families-nav .bmd-family-item span { font-size: 12px; font-weight: bold; line-height: 1.4; text-align: center; margin-top: 8px; color: #333; flex-shrink: 0; }
.bmd-families-nav .bmd-family-item a:active,
.bmd-families-nav .bmd-family-item a:focus {
    background: #fff;
    outline: none;
}
.bmd-families-nav .bmd-family-item.is-active a { background: #fff; }
.bmd-families-nav .bmd-family-item.is-active a span { color: #d01817; }
/* 分類模式：只顯示選中區塊（緊接 nav 下方）；展開模式：顯示全部 */
.bmd-product-sections .bmd-wrapper > section,
.bmd-product-sections .bmd-wrapper > .bmd-landing-section { display: none; margin-bottom: 40px; }
.bmd-products-page:not(.bmd-expanded) .bmd-product-sections .bmd-wrapper > section.is-active,
.bmd-products-page:not(.bmd-expanded) .bmd-product-sections .bmd-wrapper > .bmd-landing-section.is-active { display: block; }
.bmd-products-page.bmd-expanded .bmd-product-sections .bmd-wrapper > section,
.bmd-products-page.bmd-expanded .bmd-product-sections .bmd-wrapper > .bmd-landing-section { display: block; }
.bmd-product-sections .bmd-wrapper > section:focus,
.bmd-product-sections .bmd-wrapper > .bmd-landing-section:focus { outline: none; }
/* monitoring 等多 banner：各子區塊獨立 block-layout，彼此留間距 */
.bmd-product-sections .bmd-wrapper .bmd-landing-section > section.block-layout + section.block-layout { margin-top: 32px; }
.bmd-product-sections { padding: 40px 0 0; }
/* footer 上方：展開全部 */
.bmd-expand-bar { padding: 36px 0 48px; text-align: center; border-top: 1px solid #e8e8e8; background: #fafafa; }
.bmd-expand-bar .btn { outline: none; box-shadow: none; overflow: visible; transition: none; }
.bmd-expand-bar .btn:after { display: none; content: none; }
.bmd-expand-bar .btn:hover { box-shadow: none; text-shadow: none; }
.bmd-expand-bar .btn:hover:after { display: none; transition: none; }
.bmd-expand-bar .btn:focus,
.bmd-expand-bar .btn:active,
.bmd-expand-bar .btn:focus:active,
.bmd-expand-bar .btn:hover:focus,
.bmd-expand-bar .btn.active:focus { outline: none; box-shadow: none; }
.bmd-expand-bar .btn i { margin-right: 8px; }

/* ── 繁中排版：字體、字級、行高 ── */
.bmd-product-sections .bmd-wrapper.bmd-zh-tw {
    font-family: var(--bmd-cjk-font);
}
.bmd-product-sections .bmd-wrapper.bmd-zh-tw .block-layout .tile-container h3 {
    font-family: var(--bmd-cjk-font) !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    word-break: break-word;
}
.bmd-product-sections .bmd-wrapper.bmd-zh-tw .block-layout .tile-container .text p {
    font-family: var(--bmd-cjk-font) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #666 !important;
}
.bmd-product-sections .bmd-wrapper.bmd-zh-tw .block-layout .tile-container .price {
    font-family: var(--bmd-cjk-font) !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}
.bmd-families-nav.bmd-zh-tw-nav h3,
.bmd-products-page .bmd-families-nav h3 {
    font-family: var(--bmd-cjk-font);
}
.bmd-products-page .bmd-families-nav .bmd-family-item span {
    font-size: 13px;
    line-height: 1.45;
}

/* ── 同列 tile 等高 + 文字區撐滿 ── */
.bmd-product-sections .bmd-wrapper .block-layout .grid.gapless {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-left: 1px solid #cecece;
}
.bmd-product-sections .bmd-wrapper .block-layout .grid.gapless > .col {
    display: -webkit-flex;
    display: flex;
    border-left: none !important;
    border-right: 1px solid #cecece !important;
    border-bottom: 1px solid #cecece !important;
    min-width: 0;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container {
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container .text {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100% !important;
    width: 100%;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container .text .price {
    margin-top: auto;
    padding-top: 10px;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container .text .labels {
    margin-top: 11px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container .text .labels img:first-child {
    margin-left: 0;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container .text .labels img + img:last-child {
    margin-left: 10px;
}

/* ── 產品圖：統一容器高度，object-fit 置中 ── */
.bmd-product-sections .bmd-wrapper .block-layout .tile-container .image {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    padding: 16px 16px 8px;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-6 .tile-container .image { min-height: 220px; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-4 .tile-container .image { min-height: 180px; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-3 .tile-container .image { min-height: 150px; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-8 .tile-container .image { min-height: 200px; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-12 .tile-container .image { min-height: 160px; }
/* horizontal 全列：文字固定寬、圖片佔剩餘空間（對齊官方 landing） */
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 475px;
    max-width: 38% !important;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .text .price {
    margin-top: 12px;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .image {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 276px;
    max-width: none;
    width: auto;
    padding: 16px 24px 16px 8px;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container .image img,
.bmd-product-sections .bmd-wrapper .block-layout .tile-container .image img.img-auto {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 200px;
    margin: 0 auto !important;
    object-fit: contain;
}
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-6 .tile-container .image img { max-height: 220px; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-4 .tile-container .image img { max-height: 180px; }
.bmd-product-sections .bmd-wrapper .block-layout .col-xs-3 .tile-container .image img { max-height: 150px; }
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .image img {
    max-width: 100% !important;
    max-height: 276px !important;
}
/* horizontal 全列：flex 子項可縮、圖片不撐破容器 */
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .text {
    min-width: 0;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .image {
    min-width: 0;
    overflow: hidden;
}
@media (max-width: 991px) {
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .text,
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .text.width-465 {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        box-sizing: border-box;
    }
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .image {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100% !important;
        min-height: 0;
        padding: 8px 16px 16px;
    }
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .image img {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 200px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        object-fit: contain;
    }
    .bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-8k a.tile-container.horizontal {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-8k a.tile-container.horizontal .text {
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 0;
    }
    .bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-8k a.tile-container.horizontal .image img {
        margin-left: 0 !important;
    }
    .bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring a.tile-container.horizontal {
        padding: 24px 16px;
    }
    .bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring a.tile-container.horizontal .text {
        padding: 0;
    }
    .bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring a.tile-container.horizontal .image {
        max-width: 100%;
        padding: 0;
    }
    .bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring a.tile-container.horizontal .image img {
        margin-left: 0 !important;
    }
}

/* 產品 tile hover：外凸突顯陰影（覆寫 landing inset） */
.bmd-product-sections .bmd-wrapper a.tile-container {
    position: relative;
    z-index: 0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bmd-product-sections .bmd-wrapper a.tile-container:hover {
    z-index: 2;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
.bmd-product-sections .bmd-wrapper .block-layout .grid.gapless > .col:has(a.tile-container:hover) {
    z-index: 1;
    overflow: visible;
}

/* DaVinci Resolve Studio 標籤（in-flow，不 overlay 產品圖） */
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.has-davinci-label .davinci-label {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    display: inline-flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: flex-start;
    margin: 5px 0 0 5px;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(100% - 10px);
    height: 33px;
    padding: 5px 8px 5px 5px;
    background-color: #E5EAEE;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label .davinci-label {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(100% - 10px);
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal .bmd-tile-flex-break {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label .image {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}
@media (max-width: 991px) {
    /* DaVinci 標籤 + horizontal：column 模式下 flex-break 會佔滿高度，改直向堆疊 */
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label .bmd-tile-flex-break {
        display: none;
        -webkit-flex: 0 0 0;
        flex: 0 0 0;
        width: 0;
        height: 0;
    }
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label .davinci-label {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        margin: 5px 0 0 5px;
    }
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label .text {
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label .image {
        width: 100%;
        max-width: 100% !important;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .bmd-product-sections .bmd-wrapper .block-layout .tile-container.horizontal.has-davinci-label .image img {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 220px !important;
    }
}
.bmd-product-sections .bmd-wrapper .block-layout .tile-container.has-davinci-label:not(.horizontal) .image {
    -webkit-align-items: center;
    align-items: center;
}
.bmd-product-sections .bmd-wrapper .davinci-label .label-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.bmd-product-sections .bmd-wrapper .davinci-label .label-container .logo {
    width: 23px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.bmd-product-sections .bmd-wrapper .davinci-label .label-container .logo img {
    width: 100%;
    height: auto;
    display: block;
}
.bmd-product-sections .bmd-wrapper .davinci-label .label-container .label {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0 0 3px !important;
    margin: 0;
    background: none;
    border-radius: 0;
}
.bmd-product-sections .bmd-wrapper .davinci-label .label-container .label p {
    margin: 0 !important;
    color: #446284 !important;
    font-family: "PingFang TC", "Noto Sans TC", "Helvetica", "Open Sans", sans-serif;
    letter-spacing: 0;
}
.bmd-product-sections .bmd-wrapper .davinci-label .label-container .label .top-text {
    font-size: 8.5px !important;
    line-height: 1 !important;
    font-weight: 500;
    font-style: italic;
}
.bmd-product-sections .bmd-wrapper .davinci-label .label-container .label .top-text em {
    font-style: italic;
}
.bmd-product-sections .bmd-wrapper .davinci-label .label-container .label .bottom-text {
    font-size: 11.5px !important;
    line-height: 1.1 !important;
    font-weight: 900;
    text-transform: uppercase;
}

/* ── ATEM 現場製作：family-image + three-columns（對齊官方 #atem-live-production）── */
.bmd-product-sections .bmd-wrapper #atem-live-production a.tile-container:not(.horizontal) {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: auto;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-8k {
    border-bottom: none;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-8k a.tile-container.horizontal {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 47px;
    padding-bottom: 47px;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-8k a.tile-container.horizontal .text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 475px;
    max-width: 38% !important;
    padding-top: 17px;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-8k a.tile-container.horizontal .image {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    max-width: none;
    padding: 16px 24px 16px 8px;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-8k a.tile-container.horizontal .image img {
    max-width: 100% !important;
    max-height: none !important;
    margin-left: 64px;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .three-columns {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .three-columns .text {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: none !important;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .family-image img {
    max-height: none !important;
    width: 99%;
    max-width: 840px;
}
/* Constellation 4K：family-image 改回文件流，避免絕對定位 + padding-top 不足造成圖片蓋字 */
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-family .family-image {
    position: static;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-family .three-columns {
    padding-top: 0;
    margin-top: -30px;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-family .custom-w-xs .text {
    padding-top: 0;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-family .family-image img {
    margin-top: 0;
    margin-bottom: 0;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-family .price {
    font-weight: 600;
    line-height: 22px;
}
.bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-family .price strong {
    font-weight: 600;
}
.bmd-product-sections .bmd-wrapper.bmd-zh-tw #atem-live-production #atem-constellation-family .price,
.bmd-product-sections .bmd-wrapper.bmd-zh-tw #atem-live-production #atem-constellation-family .price strong {
    font-weight: 700 !important;
}
/* ATEM family 三/四欄 RWD（mini、sdi、constellation 等） */
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-mini-family .container,
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-sdi-family .container,
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-tv-studio-family .container,
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-constellation-family.container,
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-advanced-panel-family .container {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-mini-family a.tile-container,
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-sdi-family a.tile-container,
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-tv-studio-family a.tile-container,
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-constellation-family a.tile-container,
.bmd-product-sections .bmd-wrapper #atem-live-production .atem-advanced-panel-family a.tile-container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .family-image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .family-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .three-columns {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    max-width: none !important;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs .text {
    max-width: 100% !important;
    width: 100%;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs .text h3,
.bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs .text p,
.bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs .text .price {
    overflow-wrap: break-word;
    word-break: normal;
}
@media (max-width: 991px) {
    .bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50% !important;
    }
    .bmd-product-sections .bmd-wrapper #atem-live-production #atem-constellation-family .three-columns {
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100% !important;
    }
    .bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs + .custom-w-xs {
        border-top: 1px solid #cecece;
    }
    .bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs.first .text,
    .bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs.last .text,
    .bmd-product-sections .bmd-wrapper #atem-live-production .custom-w-xs.fourth .text {
        padding-left: 17px;
        padding-right: 17px;
    }
}

/* ── cloud-and-network-storage ── */
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage .bmd-cloud-intro.container {
    border: 1px solid #cecece;
    padding-bottom: 0;
    margin-bottom: 18px;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage .bmd-cloud-intro .banner {
    margin-bottom: 0;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud {
    border-bottom: none;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud .grid.gapless {
    height: 233px;
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border-left: none;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud a.tile-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    height: 100%;
    overflow: hidden;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud .text {
    width: auto;
    max-width: 394px !important;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud .text .price {
    margin-top: 12px;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud .image {
    max-width: 490px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 65px;
    margin-bottom: 45px;
    min-height: 0 !important;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud .image img {
    max-width: 490px;
    max-height: none !important;
    margin: 0;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud .image .labels {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 490px;
    margin-top: 11px;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud .image .labels p {
    text-align: center;
    width: 80px;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #666;
}

.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family.container {
    border: 1px solid #cecece;
    padding-bottom: 0;
    margin-bottom: 18px;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    position: relative;
    -webkit-box-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border: none;
    min-height: 0;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-align-self: start;
    align-self: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-left: none !important;
    border-bottom: 1px solid #cecece !important;
    box-sizing: border-box;
    overflow: hidden;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:not(.col-double-row):not(.col-bottom-right) {
    border-right: 1px solid #cecece !important;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:has(a.tile-container:hover) {
    overflow: visible;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col.col-bottom-left,
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col.col-bottom-right {
    border-top: 1px solid #cecece;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col.col-double-row {
    grid-column: 2;
    grid-row: 1 / 3;
    -webkit-align-self: stretch;
    align-self: stretch;
    position: static;
    height: auto;
    border-left: none !important;
    border-right: none !important;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col.col-bottom-right {
    grid-column: 2;
    grid-row: 3;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(1),
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(2),
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(4),
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(5) {
    -webkit-align-self: stretch;
    align-self: stretch;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(1) a.tile-container,
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(2) a.tile-container,
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(4) a.tile-container,
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(5) a.tile-container {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100%;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .col-double-row a.tile-container {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family a.tile-container {
    width: 100%;
    height: auto;
    overflow: visible;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .tile-container .image {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 0 !important;
    overflow: visible;
    width: 100%;
    padding: 16px 16px 8px;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(1) .tile-container .image {
    padding-top: 38px;
    padding-bottom: 0;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col.col-bottom-left .tile-container .image {
    padding-top: 25px;
    padding-bottom: 0;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col.col-double-row .tile-container .image {
    padding-top: 28px;
    padding-bottom: 0;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(4) .tile-container .image {
    padding-top: 28px;
    padding-bottom: 0;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .tile-container .image img {
    max-height: none !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .grid.gapless > .col:nth-child(4) .tile-container .image img {
    max-width: 465px;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .tile-container .text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 15px 15px 21px 15px;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .tile-container .text.height-160 {
    min-height: 159px;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .tile-container .text.height-160 .price {
    margin-top: auto;
    padding-top: 12px;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-family .tile-container .text .price {
    margin-top: 12px;
}
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #cloud-store-dock-family.container,
.bmd-product-sections .bmd-wrapper #cloud-and-network-storage #blackmagic-cloud-backup-8.container {
    border: 1px solid #cecece;
    padding-bottom: 0;
    margin-bottom: 18px;
}

/* ── streaming-and-encoding：2×2 單一 bordered grid ── */
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders.container {
    border: 1px solid #cecece;
    padding-bottom: 0;
    margin-bottom: 18px;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .grid.gapless {
    border: none;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .grid.gapless > .col {
    overflow: hidden;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .grid.gapless > .col:has(a.tile-container:hover) {
    overflow: visible;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders a.tile-container {
    -webkit-align-items: stretch;
    align-items: stretch;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .tile-container .text {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding: 8px 15px 17px 15px;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .grid.gapless > .col:nth-child(1) .tile-container .image,
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .grid.gapless > .col:nth-child(2) .tile-container .image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 38px;
    padding-bottom: 16px;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .grid.gapless > .col:nth-child(3) .tile-container .image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 16px;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .grid.gapless > .col:nth-child(4) .tile-container .image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 26px;
}
.bmd-product-sections .bmd-wrapper #streaming-and-encoding #blackmagic-streaming-encoders .grid.gapless > .col:nth-child(4) .tile-container .text {
    padding: 8px 15px 17px 15px;
}

/* ── multiview：banner + horizontal tile 單一 bordered container ── */
.bmd-product-sections .bmd-wrapper #multiview .bmd-multiview-intro.container {
    border: 1px solid #cecece;
    padding-bottom: 0;
    margin-bottom: 18px;
}
.bmd-product-sections .bmd-wrapper #multiview .bmd-multiview-intro .banner {
    margin-bottom: 0;
}
.bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring .grid.gapless {
    border: none;
}
.bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring a.tile-container.horizontal {
    -webkit-align-items: center;
    align-items: center;
    padding: 40px 60px 40px 60px;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring a.tile-container.horizontal .text {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: none !important;
    padding: 0 0 0 24px;
}
.bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring a.tile-container.horizontal .image {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 50%;
    min-height: 0;
    padding: 0 16px 0 0;
}
.bmd-product-sections .bmd-wrapper #multiview #multiview-monitoring a.tile-container.horizontal .image img {
    max-width: 100% !important;
    max-height: 280px !important;
    margin-left: 14px;
}

/* ── family 四欄版型（Video Assist、HyperDeck 等 .blackmagic-video-assist.container）── */
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container {
    border: 1px solid #cecece;
    margin-bottom: 18px;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container a.tile-container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background-color: transparent;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .family-image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    margin-top: 6px;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .family-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .three-columns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs .text {
    max-width: 100% !important;
    width: 100%;
    padding: 20px 13px 29px;
    box-sizing: border-box;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs .text h3 {
    overflow-wrap: break-word;
    word-break: normal;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs.first .text {
    padding-left: 17px;
}
.bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs.fourth .text {
    padding-right: 13px;
}
@media (max-width: 991px) {
    .bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs + .custom-w-xs {
        border-top: 1px solid #cecece;
    }
    .bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs.first .text,
    .bmd-product-sections .bmd-wrapper .blackmagic-video-assist.container .custom-w-xs.fourth .text {
        padding-left: 17px;
        padding-right: 17px;
    }
}
