body {
    background: black;
}
:root {
    --u: calc(100vw / 1440);
    --header-h: max(calc(112 * var(--u)), 9.027vw);
    --color-black: #000;
    --color-white: #fff;
    --color-orange: #ff5900;
    --color-orange-hover: #ff813d;
    --color-grey-50: #f1f1f1;
    --color-grey-200: #c2c2c2;
    --color-grey-300: #ababab;
    --color-grey-500: #6b6b6b;
    --color-grey-600: #252525;
    --color-grey-700: #191919;
    --color-card-bg: #0d0d0d;
    /* --title-font: "Heading Now", "Arial Black", sans-serif; */
    /* --base-font: "Wix Madefor Display", "Segoe UI", sans-serif; */
    --scoop: calc(56 * var(--u));
    --photo-r: calc(111 * var(--u));
}

.sbc-page {
    background: var(--color-black);
    color: var(--color-white);
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

html:has(body.sbc-page),
body.sbc-page {
    overflow-x: clip;
    max-width: 100%;
    margin: 0;
}

body.single-events .sbc-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: var(--color-black);
    font-family: var(--base-font);
    overflow-x: clip;
}

body.single-events .sbc-content *,
body.single-events .sbc-content *::before,
body.single-events .sbc-content *::after {
    box-sizing: border-box;
}

body.single-events .sbc-content img {
    max-width: 100%;
    display: block;
}

body.single-events .sbc-content a.main-button {
    font-family: var(--title-font);
}
body.single-events .sbc-content a {
    text-decoration: none;
    color: inherit;
}

body.single-events .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Buttons */
body.single-events .sbc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(6 * var(--u));
    height: calc(48 * var(--u));
    padding: 0 calc(18 * var(--u));
    border: 0;
    border-radius: calc(4 * var(--u));
    font-family: var(--base-font);
    font-weight: 600;
    font-size: calc(13 * var(--u));
    line-height: 1.1;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

body.single-events .sbc-btn.orange {
    background: var(--color-orange);
    color: var(--color-white);
}

body.single-events .sbc-btn.orange:hover {
    background: var(--color-orange-hover);
}

body.single-events .sbc-btn.black {
    background: var(--color-black);
    color: var(--color-white);
}

body.single-events .sbc-btn.black:hover {
    background: #201d1d;
}

body.single-events .sbc-btn-icon {
    width: calc(16 * var(--u));
    height: calc(12 * var(--u));
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

body.single-events .sbc-btn:hover .sbc-btn-icon {
    transform: translateX(calc(3 * var(--u)));
}

/* ===== Hero ===== */
body.single-events .sbc-hero {
    position: relative;
    /* min-height: calc(958 * var(--u)); */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    padding: 0 calc(40 * var(--u)) calc(48 * var(--u));
    overflow: hidden;
}

body.single-events .sbc-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

body.single-events .sbc-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

body.single-events .sbc-hero-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 55%, #000 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, transparent 50%);
}

body.single-events .sbc-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: calc(24 * var(--u));
    /* padding-bottom: calc(80 * var(--u)); */
    padding: calc(240 * var(--u)) 0 calc(200 * var(--u));
}

body.single-events .sbc-hero-kicker {
    margin: 0;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(28 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-0.56 * var(--u));
    text-transform: uppercase;
    color: var(--color-grey-50);
}

body.single-events .sbc-hero-title {
    margin: 0;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(72 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-1.44 * var(--u));
    text-transform: uppercase;
    color: var(--color-white);
}

body.single-events .sbc-hero-meta-slot {
    position: relative;
    z-index: 1;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}

body.single-events .sbc-hero-meta {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(48 * var(--u));
    margin: 0 auto;
    padding: calc(20 * var(--u)) calc(32 * var(--u));
    width: max-content;
    max-width: 100%;
    /* background: rgba(13, 13, 13, 0.72);
    backdrop-filter: blur(8px);
    border: calc(1 * var(--u)) solid rgba(255, 255, 255, 0.08); */
    border-radius: var(--scoop) 0 var(--scoop) 0;
    box-sizing: border-box;
    transform-origin: center top;
    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        border-radius 0.35s ease,
        padding 0.35s ease,
        gap 0.35s ease,
        backdrop-filter 0.35s ease;
}

body.single-events .sbc-hero-meta.is-stuck {
    position: fixed;
    top: calc(55 * var(--u));
    left: 50%;
    transform: translateX(-50%);
    z-index: 10050;
    width: calc(704 * var(--u));
    max-width: min(calc(704 * var(--u)), calc(100vw - 500 * var(--u)));
    margin: 0;
    padding: 0;
    gap: calc(52 * var(--u));
    background: transparent;
    backdrop-filter: none;
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
}

body.single-events .sbc-hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: calc(10 * var(--u));
    height: calc(24 * var(--u));
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(14 * var(--u));
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--color-grey-50);
    letter-spacing: calc(-0.14 * var(--u));
    white-space: nowrap;
    transition: gap 0.35s ease, font-size 0.35s ease;
}

body.single-events .sbc-hero-meta.is-stuck .sbc-hero-meta-item {
    gap: calc(4 * var(--u));
}

body.single-events .sbc-hero-meta-item img {
    width: calc(20 * var(--u));
    height: calc(20 * var(--u));
    flex-shrink: 0;
    transition: width 0.35s ease, height 0.35s ease;
}

body.single-events .sbc-hero-meta.is-stuck .sbc-hero-meta-item img {
    width: calc(24 * var(--u));
    height: calc(24 * var(--u));
}

body.single-events  .header .nav-items {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.single-events.sbc-meta-stuck .header .nav-items {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .sbc-hero-meta,
    .sbc-hero-meta-item,
    .sbc-hero-meta-item img,
    body.sbc-page .header .nav-items {
        transition: none;
    }
}

/* ===== Intro ===== */
.sbc-intro {
    padding: calc(80 * var(--u)) calc(40 * var(--u)) calc(40 * var(--u));
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: calc(24 * var(--u));
}
.sbc-intro .video-container {
    width: 30vw;
    text-align: left;
}
.sbc-intro .sbc-intro-visual {
    width: 60vw;
    text-align: left;
}
.sbc-intro .container-tag {
    color: #ABABAB;
    text-transform: uppercase;
    font-size: 0.9722vw;
}
.sbc-intro video {
    width: 100%;
    clip-path: polygon(0% 65%, 7% 58%, 0% 50%, 0% 0%, 100% 0%, 100% 50%, 93% 60%, 100% 67%, 100% 100%, 0% 100%);
}
.sbc-intro video + .sbc-intro-text{
    text-transform: uppercase;
    font-size: 1.2500vw;
    width: 100%;
    color: #F1F1F1;
    max-width: 100%;
    font-family: var(--title-font);
    margin-top: 2.7778vw;
    line-height: 114.99999999999999%;
}

.sbc-intro-title {
    margin: 2.2222vw 0 1.2500vw;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(48 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-0.96 * var(--u));
    text-transform: uppercase;
    color: var(--color-white);
}

.sbc-intro-text {
    margin: 0;
    max-width: calc(654 * var(--u));
    font-weight: 500;
    font-size: calc(16 * var(--u));
    line-height: 1.6;
    color: var(--color-grey-200);
}

.sbc-intro-visual {
    position: relative;
    width: 100%;
    max-width: calc(1142 * var(--u));
    margin-top: calc(40 * var(--u));
    overflow: hidden;
    border-radius: var(--scoop) 0 var(--scoop) 0;
}

/* .sbc-intro-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        #000 0%,
        rgba(0, 0, 0, 0.72) 10%,
        rgba(0, 0, 0, 0) 26%,
        rgba(0, 0, 0, 0) 78%,
        rgba(0, 0, 0, 0.45) 92%,
        #000 100%
    );
} */

.sbc-intro-visual img {
    width: 100%;
    height: calc(598 * var(--u));
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ===== Mourinho ===== */
.sbc-mourinho {
    padding: calc(100 * var(--u)) calc(40 * var(--u)) calc(80 * var(--u));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(60 * var(--u));
}

.sbc-mourinho-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: calc(24 * var(--u));
    max-width: calc(758 * var(--u));
}

.sbc-mourinho-title {
    margin: 0;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(64 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-1.6 * var(--u));
    text-transform: uppercase;
    color: var(--color-grey-50);
}

.sbc-mourinho-title .accent {
    color: var(--color-orange);
}

.sbc-mourinho-text {
    margin: 0;
    max-width: calc(708 * var(--u));
    font-weight: 500;
    font-size: calc(16 * var(--u));
    line-height: 1.6;
    color: var(--color-grey-200);
}

.sbc-mourinho-row {
    display: flex;
    align-items: stretch;
    gap: calc(60 * var(--u));
    width: 100%;
    max-width: calc(1217 * var(--u));
}

.sbc-mourinho-photo {
    position: relative;
    width: calc(530 * var(--u));
    height: calc(578 * var(--u));
    flex-shrink: 0;
    overflow: visible;
    background: transparent;
}

.sbc-mourinho-photo > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
}

.sbc-ask-form {
    position: relative;
    width: calc(627 * var(--u));
    flex: 0 0 auto;
    min-width: 0;
    height: calc(578 * var(--u));
    box-sizing: border-box;
    padding: calc(47 * var(--u)) calc(40 * var(--u)) calc(40 * var(--u));
    display: flex;
    flex-direction: column;
    gap: calc(40 * var(--u));
    background: transparent;
    overflow: visible;
    border: 0;
    border-radius: 0;
}

.sbc-ask-form::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: url("/wp-content/themes/pmtech/pages/events/events-single/assets/img/form-border.svg") no-repeat center / 100% 100%; */
    transform: scaleY(-1);
    pointer-events: none;
    z-index: 0;
}

.sbc-ask-form > * {
    position: relative;
    z-index: 1;
}

.sbc-ask-title {
    margin: 0;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(24 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-0.55 * var(--u));
    text-transform: uppercase;
    color: var(--color-grey-50);
}

.sbc-ask-fields {
    display: flex;
    flex-direction: column;
    gap: calc(24 * var(--u));
    flex: 1;
    width: 100%;
}

.sbc-field input,
.sbc-field textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: var(--color-grey-600);
    color: var(--color-white);
    font-family: var(--base-font);
    font-weight: 600;
    font-size: calc(13 * var(--u));
    line-height: 1.1;
    text-transform: uppercase;
    border-radius: calc(4 * var(--u));
    padding: 0 calc(16 * var(--u));
    height: calc(48 * var(--u));
}

.sbc-field textarea {
    height: calc(114 * var(--u));
    padding-top: calc(17 * var(--u));
    resize: vertical;
}

.sbc-field input::placeholder,
.sbc-field textarea::placeholder {
    color: var(--color-grey-200);
    opacity: 1;
}

.sbc-ask-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    width: 100%;
}

/* Блеклая, пока фокус не внутри формы */
.sbc-ask-form .sbc-btn.orange {
    opacity: 0.45;
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.sbc-ask-form:focus-within .sbc-btn.orange,
.sbc-ask-form .sbc-btn.orange:hover {
    opacity: 1;
}

.sbc-ask-status {
    margin: 0;
    font-size: calc(13 * var(--u));
    color: var(--color-orange);
}

/* ===== Stats ===== */
.sbc-stats {
    padding: 0 calc(46 * var(--u)) calc(100 * var(--u));
}

.sbc-stats-grid {
    display: flex;
    align-items: stretch;
    gap: calc(32 * var(--u));
    width: 100%;
    max-width: calc(1348 * var(--u));
    margin: 0 auto;
}

.sbc-stat {
    position: relative;
    flex: 1 1 0;
    width: calc(313 * var(--u));
    max-width: calc(313 * var(--u));
    height: calc(216 * var(--u));
    min-height: calc(216 * var(--u));
    box-sizing: border-box;
    padding: calc(32 * var(--u));
    background: var(--color-card-bg);
    border: 1px solid var(--color-grey-600);
    border-radius: calc(56 * var(--u)) 0 calc(56 * var(--u)) 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: calc(12 * var(--u));
    overflow: hidden;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.sbc-stat-icon {
    position: absolute;
    top: calc(20 * var(--u));
    right: calc(20 * var(--u));
    width: calc(48 * var(--u));
    height: calc(48 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-orange);
    border-radius: calc(4 * var(--u));
    transition: background 0.25s ease;
}

.sbc-stat-icon img {
    width: calc(20 * var(--u));
    height: calc(20 * var(--u));
    max-width: none;
    object-fit: contain;
}

.sbc-stat-value {
    margin: 0;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(64 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-1.6 * var(--u));
    text-transform: uppercase;
    color: var(--color-white);
    white-space: nowrap;
}

.sbc-stat-label {
    margin: 0;
    font-weight: 500;
    font-size: calc(16 * var(--u));
    line-height: 1.6;
    color: var(--color-white);
    opacity: 0.8;
    max-width: calc(150 * var(--u));
}

.sbc-stat:hover,
.sbc-stat.is-active {
    background: var(--color-orange);
    border-color: transparent;
}

.sbc-stat:hover .sbc-stat-icon,
.sbc-stat.is-active .sbc-stat-icon {
    background: var(--color-card-bg);
}

.sbc-stats-grid:hover .sbc-stat.is-active:not(:hover) {
    background: var(--color-card-bg);
    border-color: var(--color-grey-600);
}

.sbc-stats-grid:hover .sbc-stat.is-active:not(:hover) .sbc-stat-icon {
    background: var(--color-orange);
}

/* ===== Solutions ===== */
.sbc-solutions {
    padding: 0 calc(40 * var(--u)) calc(120 * var(--u));
}

.sbc-solutions-head {
    position: relative;
    margin-bottom: calc(60 * var(--u));
    padding-left: calc(23 * var(--u));
    max-width: calc(1360 * var(--u));
    margin-left: auto;
    margin-right: auto;
}

.sbc-solutions-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(34 * var(--u));
    width: calc(59 * var(--u));
    height: calc(74 * var(--u));
    background: url("/wp-content/themes/pmtech/pages/events/events-single/assets/imgtitle-accent.svg") no-repeat left top / 100% 100%;
    pointer-events: none;
}

.sbc-solutions-title {
    margin: 0 0 calc(32 * var(--u));
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(64 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-1.6 * var(--u));
    text-transform: uppercase;
    color: var(--color-white);
    max-width: calc(787 * var(--u));
}

.sbc-solutions-title .accent {
    display: inline-block;
    margin-left: calc(36 * var(--u));
    color: var(--color-orange);
}

.sbc-solutions-sub {
    margin: 0;
    font-weight: 500;
    font-size: calc(14 * var(--u));
    line-height: 1.25;
    color: var(--color-grey-200);
    max-width: calc(568 * var(--u));
}

.sbc-solutions-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(40 * var(--u));
    max-width: calc(1360 * var(--u));
    margin: 0 auto;
}

.sbc-solutions-tabs {
    width: calc(322 * var(--u));
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: calc(12 * var(--u));
    padding: calc(16 * var(--u));
    background: var(--color-card-bg);
    border: 1.2px solid var(--color-grey-600);
    border-radius: calc(4 * var(--u));
}

.sbc-tab {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--color-grey-200);
    text-align: left;
    font-family: var(--base-font);
    font-weight: 500;
    font-size: calc(14 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-0.14 * var(--u));
    text-transform: uppercase;
    height: calc(44 * var(--u));
    padding: 0 calc(16 * var(--u));
    cursor: pointer;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: calc(8 * var(--u));
    width: 100%;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.sbc-tab.is-active {
    background: var(--color-grey-50);
    color: var(--color-black);
}

.sbc-tab.is-active::before {
    content: "";
    width: calc(24 * var(--u));
    height: calc(24 * var(--u));
    flex-shrink: 0;
    background: url("/wp-content/themes/pmtech/pages/events/events-single/assets/imgtab-chevrons.svg") no-repeat center / contain;
}

.sbc-tab:disabled,
.sbc-tab--soon {
    color: #6b6b6b;
    cursor: default;
    opacity: 1;
}

.sbc-tab .soon {
    margin-left: calc(2 * var(--u));
    padding: calc(4 * var(--u)) calc(8 * var(--u));
    background: var(--color-grey-600);
    border-radius: calc(2 * var(--u));
    color: #929292;
    font-size: calc(14 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-0.14 * var(--u));
    text-transform: uppercase;
}

.sbc-solutions-panels {
    width: calc(998 * var(--u));
    flex: 0 0 auto;
    min-width: 0;
}

.sbc-panel {
    position: relative;
    display: none;
    box-sizing: border-box;
    width: 100%;
    min-height: calc(481 * var(--u));
    height: calc(481 * var(--u));
    padding: calc(80 * var(--u));
    gap: calc(63 * var(--u));
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    align-items: center;
}

.sbc-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/wp-content/themes/pmtech/pages/events/events-single/assets/imgpanel-border.svg") no-repeat center / 100% 100%;
    transform: scaleY(-1);
    pointer-events: none;
    z-index: 0;
}

.sbc-panel.is-active {
    display: flex;
}

.sbc-panel > * {
    position: relative;
    z-index: 1;
}

.sbc-panel-copy {
    flex: 1;
    min-width: 0;
    max-width: calc(488 * var(--u));
    display: flex;
    flex-direction: column;
    gap: calc(32 * var(--u));
}

.sbc-panel-intro {
    display: flex;
    flex-direction: column;
    gap: calc(16 * var(--u));
}

.sbc-panel-title {
    margin: 0;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(28 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-0.64 * var(--u));
    text-transform: uppercase;
    color: var(--color-grey-50);
}

.sbc-panel-text {
    margin: 0;
    font-weight: 500;
    font-size: calc(16 * var(--u));
    line-height: 1.6;
    color: var(--color-grey-500);
}

.sbc-panel-text p {
    margin: 0 0 calc(8 * var(--u));
}

.sbc-panel-text p:last-child {
    margin-bottom: 0;
}

.sbc-panel-actions {
    display: flex;
    flex-direction: column;
    gap: calc(24 * var(--u));
    align-items: flex-start;
}

.sbc-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: calc(180 * var(--u)) auto;
    gap: calc(16 * var(--u)) calc(24 * var(--u));
    width: 100%;
}

.sbc-panel-list li {
    display: flex;
    align-items: center;
    gap: calc(8 * var(--u));
    font-weight: 500;
    font-size: calc(16 * var(--u));
    line-height: 1.3;
    color: var(--color-grey-50);
    opacity: 0.8;
    white-space: nowrap;
}

.sbc-panel-list li.span-2 {
    grid-column: 1 / -1;
}

.sbc-dot {
    width: calc(6 * var(--u));
    height: calc(6 * var(--u));
    flex-shrink: 0;
    background: var(--color-orange);
}

.sbc-panel-visual {
    position: relative;
    width: calc(287 * var(--u));
    height: calc(321 * var(--u));
    flex-shrink: 0;
    border-radius: calc(2 * var(--u));
    overflow: hidden;
}

.sbc-panel-visual-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

.sbc-panel-visual-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(218 * var(--u));
    height: auto;
    transform: translate(-50%, -50%);
    max-width: none;
}

/* ===== Team ===== */
.sbc-team {
    padding: 0 calc(77 * var(--u)) 0;
}

.sbc-team-title {
    margin: 0 0 calc(60 * var(--u));
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(48 * var(--u));
    line-height: 1.2;
    letter-spacing: calc(-1.44 * var(--u));
    text-transform: uppercase;
    text-align: center;
    color: var(--color-grey-50);
}

.sbc-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(35 * var(--u));
    max-width: calc(1285 * var(--u));
    margin: 0 auto calc(60 * var(--u));
}

.sbc-team-card {
    position: relative;
    width: 100%;
    aspect-ratio: 294 / 321;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(180deg, #6b6b6b 7.75%, #000 107%);
    /* data-URI в CSS: url(#id) из внешнего файла не резолвится к HTML и даёт пустые карточки */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 294 321'%3E%3Cpath fill='%23fff' d='M294 133.4L266.3 160.6L294 187.7V237.4C294 283.6 256.5 321.1 210.3 321.1H0V187.7L27.6 160.6L0 133.4V83.7C0 37.5 37.5 0 83.7 0H294V133.4Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 294 321'%3E%3Cpath fill='%23fff' d='M294 133.4L266.3 160.6L294 187.7V237.4C294 283.6 256.5 321.1 210.3 321.1H0V187.7L27.6 160.6L0 133.4V83.7C0 37.5 37.5 0 83.7 0H294V133.4Z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.sbc-team-photo {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

/* Кадр на 90% контейнера, contain — человек целиком в маске */
.sbc-team-photo img {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    /* width: 90%;
    height: 90%;
    max-width: none;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom; */
    width: 100%;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center;
}

.sbc-team-card.is-active,
.sbc-team-card:hover {
    background: linear-gradient(149deg, #ff5900 35%, #000 94%);
}

.sbc-team-card.is-active .sbc-team-photo::after,
.sbc-team-card:hover .sbc-team-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.8) 82%);
    pointer-events: none;
}

.sbc-team-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 calc(16 * var(--u)) calc(20 * var(--u));
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

.sbc-team-card.is-active .sbc-team-info,
.sbc-team-card:hover .sbc-team-info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.sbc-team-info-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(12 * var(--u));
    margin-bottom: calc(8 * var(--u));
}

.sbc-team-name {
    margin: 0;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(18 * var(--u));
    line-height: 1.15;
    letter-spacing: calc(-0.18 * var(--u));
    text-transform: uppercase;
    color: var(--color-white);
}

.sbc-team-role {
    margin: 0;
    max-width: calc(232 * var(--u));
    font-weight: 500;
    font-size: calc(14 * var(--u));
    line-height: 1.4;
    color: var(--color-grey-200);
}

.sbc-team-li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(24 * var(--u));
    height: calc(24 * var(--u));
    flex-shrink: 0;
    background: var(--color-grey-50);
    border-radius: calc(2 * var(--u));
}

.sbc-team-li img {
    width: calc(17 * var(--u));
    height: calc(17 * var(--u));
    max-width: none;
}

.sbc-team-cta {
    display: flex;
    justify-content: center;
}

/* ===== Acceler8 Lab ===== */
.sbc-lab {
    padding: 0 calc(40 * var(--u)) calc(120 * var(--u));
}

.sbc-lab-inner {
    position: relative;
    max-width: calc(1280 * var(--u));
    margin: 0 auto;
    min-height: calc(374 * var(--u));
    padding: calc(56 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(40 * var(--u));
    overflow: hidden;
    border-radius: var(--scoop) 0 var(--scoop) 0;
    background: linear-gradient(105deg, #ff5900 0%, #ff5900 42%, #1a0a00 72%, #000 100%);
}

.sbc-lab-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(28 * var(--u));
    max-width: calc(520 * var(--u));
    position: relative;
    z-index: 1;
}

.sbc-lab-kicker {
    margin: 0;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: calc(20 * var(--u));
    line-height: 1.1;
    letter-spacing: calc(-0.4 * var(--u));
    text-transform: uppercase;
    color: var(--color-white);
}

.sbc-lab-title {
    width: calc(483 * var(--u));
    max-width: 100%;
    height: auto;
}

.sbc-lab-visual {
    width: calc(295 * var(--u));
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.sbc-lab-visual img {
    width: 100%;
    height: auto;
}

/* ===== Mobile (Figma 390, breakpoint 960) ===== */
@media (max-width: 960px) {
    :root {
        --u: calc(100vw / 390);
        --header-h: max(calc(58 * var(--u)), 14.87vw);
        --scoop: calc(28 * var(--u));
        --photo-r: calc(90 * var(--u));
    }

    .sbc-hero {
        min-height: calc(844 * var(--u));
        padding: calc(226 * var(--u)) calc(20 * var(--u)) calc(60 * var(--u));
        justify-content: flex-start;
        align-items: center;
        gap: calc(221 * var(--u));
    }

    .sbc-hero-inner {
        align-items: center;
        text-align: center;
        padding-bottom: 0;
        gap: calc(24 * var(--u));
        width: calc(293 * var(--u));
    }

    .sbc-hero-kicker {
        font-size: calc(18 * var(--u));
        letter-spacing: calc(-0.45 * var(--u));
        line-height: 1.1;
    }

    .sbc-hero-title {
        font-size: calc(32 * var(--u));
        letter-spacing: calc(-0.64 * var(--u));
    }

    .sbc-hero-meta-slot {
        width: calc(200 * var(--u));
    }

    .sbc-hero-meta {
        width: calc(200 * var(--u));
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: calc(24 * var(--u));
        padding: 0;
        background: transparent;
        backdrop-filter: none;
        border: 0;
        border-radius: 0;
    }

    .sbc-hero-meta-item {
        justify-content: center;
        width: 100%;
        gap: calc(4 * var(--u));
        font-family: var(--title-font);
        font-size: calc(14 * var(--u));
        letter-spacing: calc(-0.14 * var(--u));
        line-height: 1.15;
    }

    .sbc-hero-meta-item img {
        width: calc(24 * var(--u));
        height: calc(24 * var(--u));
    }

    .sbc-intro {
        padding: calc(40 * var(--u)) calc(40 * var(--u)) calc(24 * var(--u));
        align-items: center;
        text-align: center;
        gap: calc(16 * var(--u));
    }

    .sbc-intro-title {
        font-size: calc(23 * var(--u));
        letter-spacing: calc(-0.575 * var(--u));
        max-width: calc(290 * var(--u));
    }

    .sbc-intro-text {
        font-size: calc(14 * var(--u));
        line-height: 1.4;
        max-width: calc(310 * var(--u));
        color: #f1f1f1;
        opacity: 0.8;
    }

    .sbc-intro-visual {
        margin-top: calc(11 * var(--u));
        max-width: calc(350 * var(--u));
        width: calc(350 * var(--u));
    }

    .sbc-intro-visual img {
        height: calc(183 * var(--u));
    }

    .sbc-mourinho {
        padding: calc(80 * var(--u)) calc(19 * var(--u)) calc(60 * var(--u));
        gap: calc(40 * var(--u));
    }

    .sbc-mourinho-head {
        align-items: center;
        text-align: center;
        gap: calc(16 * var(--u));
        max-width: none;
        width: 100%;
    }

    .sbc-mourinho-title {
        font-size: calc(26 * var(--u));
        letter-spacing: calc(-0.65 * var(--u));
    }

    .sbc-mourinho-text {
        font-size: calc(14 * var(--u));
        line-height: 1.4;
        text-align: center;
        max-width: calc(334 * var(--u));
        color: #f1f1f1;
        opacity: 0.8;
    }

    .sbc-mourinho-row {
        flex-direction: column;
        gap: calc(40 * var(--u));
        max-width: none;
    }

    .sbc-mourinho-photo {
        width: 100%;
        max-width: calc(350 * var(--u));
        height: auto;
        aspect-ratio: 350 / 382;
        margin: 0 auto;
    }

    .sbc-ask-form {
        max-width: none;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: calc(32 * var(--u)) calc(17 * var(--u));
        gap: calc(32 * var(--u));
    }

    .sbc-ask-title {
        font-size: calc(18 * var(--u));
        letter-spacing: calc(-0.45 * var(--u));
        text-align: center;
        width: 100%;
    }

    .sbc-ask-actions {
        justify-content: center;
        margin-top: 0;
    }

    .sbc-ask-actions .sbc-btn {
        width: auto;
    }

    .sbc-stats {
        padding: 0 calc(19 * var(--u)) calc(80 * var(--u));
    }

    .sbc-stats-grid {
        display: flex;
        flex-direction: column;
        gap: calc(16 * var(--u));
        max-width: calc(351 * var(--u));
    }

    .sbc-stat {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        column-gap: calc(16 * var(--u));
        row-gap: calc(2 * var(--u));
        align-items: center;
        flex: none;
        width: 100%;
        max-width: none;
        height: auto;
        min-height: calc(97 * var(--u));
        padding: calc(20 * var(--u));
        background: var(--color-orange);
        border: 0;
        border-radius: calc(32 * var(--u)) 0 calc(32 * var(--u)) 0;
        overflow: visible;
    }

    .sbc-stat-icon {
        position: static;
        grid-column: 2;
        grid-row: 1 / span 2;
        flex-shrink: 0;
        width: calc(48 * var(--u));
        height: calc(48 * var(--u));
        background: var(--color-card-bg);
    }

    .sbc-stat:hover,
    .sbc-stat.is-active,
    .sbc-stats-grid:hover .sbc-stat.is-active:not(:hover) {
        background: var(--color-orange);
        border-color: transparent;
    }

    .sbc-stat:hover .sbc-stat-icon,
    .sbc-stat.is-active .sbc-stat-icon,
    .sbc-stats-grid:hover .sbc-stat.is-active:not(:hover) .sbc-stat-icon {
        background: var(--color-card-bg);
    }

    .sbc-stat-icon img {
        width: calc(24 * var(--u));
        height: calc(24 * var(--u));
    }

    .sbc-stat-value {
        grid-column: 1;
        grid-row: 1;
        font-size: calc(32 * var(--u));
        letter-spacing: calc(-0.64 * var(--u));
        line-height: 1.15;
        min-width: 0;
        overflow: visible;
    }

    .sbc-stat-label {
        grid-column: 1;
        grid-row: 2;
        font-size: calc(14 * var(--u));
        line-height: 1.4;
        max-width: none;
    }

    .sbc-solutions {
        padding: 0 calc(20 * var(--u)) calc(80 * var(--u));
    }

    .sbc-solutions-head {
        padding-left: 0;
        margin-bottom: calc(32 * var(--u));
        max-width: none;
    }

    .sbc-solutions-head::before {
        top: calc(16 * var(--u));
        left: 0;
        width: calc(31 * var(--u));
        height: calc(29 * var(--u));
    }

    .sbc-solutions-title {
        padding-left: calc(8 * var(--u));
        font-size: calc(26 * var(--u));
        letter-spacing: calc(-0.65 * var(--u));
        margin-bottom: calc(24 * var(--u));
        max-width: none;
    }

    .sbc-solutions-title .accent {
        display: block;
        margin-left: calc(26 * var(--u));
    }

    .sbc-solutions-sub {
        padding-left: 0;
        font-size: calc(14 * var(--u));
        line-height: 1.4;
        max-width: none;
    }

    .sbc-solutions-layout {
        flex-direction: column;
        gap: calc(20 * var(--u));
        max-width: none;
    }

    .sbc-solutions-tabs {
        width: 100%;
        overflow: visible;
        flex-direction: column;
        gap: calc(12 * var(--u));
        padding: calc(16 * var(--u));
    }

    .sbc-tab {
        width: 100%;
        white-space: nowrap;
    }

    .sbc-tab.is-active::before {
        width: calc(24 * var(--u));
        height: calc(24 * var(--u));
    }

    .sbc-solutions-panels {
        width: 100%;
    }

    .sbc-panel {
        min-height: 0;
        height: auto;
    }

    .sbc-panel.is-active {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        min-height: 0;
        padding: calc(32 * var(--u)) calc(24 * var(--u));
        gap: calc(40 * var(--u));
    }

    .sbc-panel-copy {
        max-width: none;
        width: 100%;
        gap: calc(32 * var(--u));
    }

    .sbc-panel-title {
        font-size: calc(20 * var(--u));
        letter-spacing: calc(-0.5 * var(--u));
    }

    .sbc-panel-text {
        font-size: calc(14 * var(--u));
        line-height: 1.4;
    }

    .sbc-panel-visual {
        width: 100%;
        height: calc(348 * var(--u));
        order: 0;
    }

    .sbc-panel-visual-logo {
        width: 76%;
    }

    .sbc-panel-list {
        grid-template-columns: 1fr;
        gap: calc(16 * var(--u));
    }

    .sbc-panel-list li {
        white-space: nowrap;
    }

    .sbc-team {
        padding: 0 0 calc(80 * var(--u));
        overflow: hidden;
    }

    .sbc-team-title {
        font-size: calc(23 * var(--u));
        letter-spacing: calc(-0.575 * var(--u));
        text-align: center;
        max-width: calc(290 * var(--u));
        margin: 0 auto calc(40 * var(--u));
        line-height: 1.1;
    }

    .sbc-team-grid {
        display: flex;
        grid-template-columns: none;
        gap: calc(16 * var(--u));
        max-width: none;
        margin: 0 0 calc(40 * var(--u));
        padding: 0 calc((100% - 294 * var(--u)) / 2);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: calc((100% - 294 * var(--u)) / 2);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    .sbc-team-grid::-webkit-scrollbar {
        display: none;
    }

    .sbc-team-card {
        flex: 0 0 calc(294 * var(--u));
        width: calc(294 * var(--u));
        aspect-ratio: auto;
        height: auto;
        overflow: visible;
        background: none;
        opacity: 0.4;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .sbc-team-card.is-active,
    .sbc-team-card:hover {
        opacity: 1;
        background: none;
    }

    .sbc-team-photo {
        position: relative;
        width: 100%;
        aspect-ratio: 294 / 321;
        overflow: hidden;
        background: linear-gradient(180deg, #6b6b6b 7.75%, #000 107%);
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 294 321'%3E%3Cpath fill='%23fff' d='M294 133.4L266.3 160.6L294 187.7V237.4C294 283.6 256.5 321.1 210.3 321.1H0V187.7L27.6 160.6L0 133.4V83.7C0 37.5 37.5 0 83.7 0H294V133.4Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 294 321'%3E%3Cpath fill='%23fff' d='M294 133.4L266.3 160.6L294 187.7V237.4C294 283.6 256.5 321.1 210.3 321.1H0V187.7L27.6 160.6L0 133.4V83.7C0 37.5 37.5 0 83.7 0H294V133.4Z'/%3E%3C/svg%3E");
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .sbc-team-card.is-active .sbc-team-photo,
    .sbc-team-card:hover .sbc-team-photo {
        background: linear-gradient(149deg, #ff5900 35%, #000 94%);
    }

    .sbc-team-card.is-active .sbc-team-photo::after,
    .sbc-team-card:hover .sbc-team-photo::after {
        display: none;
    }

    .sbc-team-info {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding: calc(23 * var(--u)) 0 calc(20 * var(--u));
    }

    .sbc-team-name {
        font-size: calc(18 * var(--u));
    }

    .sbc-team-role {
        font-size: calc(14 * var(--u));
        max-width: calc(232 * var(--u));
    }

    .sbc-lab {
        padding: 0 calc(19 * var(--u)) calc(80 * var(--u));
    }

    .sbc-lab-inner {
        flex-direction: column;
        align-items: center;
        min-height: 0;
        padding: calc(24 * var(--u)) calc(16 * var(--u));
        gap: calc(60 * var(--u));
        border-radius: calc(56 * var(--u)) 0 calc(56 * var(--u)) 0;
        background: linear-gradient(-38deg, #ff5900 35%, #000 67%);
    }

    .sbc-lab-copy {
        max-width: none;
        width: calc(315 * var(--u));
        gap: calc(24 * var(--u));
    }

    .sbc-lab-kicker {
        font-size: calc(16 * var(--u));
        letter-spacing: calc(-0.4 * var(--u));
        color: #000;
    }

    .sbc-lab-visual {
        width: calc(253 * var(--u));
        align-self: center;
        order: -1;
    }

    .sbc-lab-title {
        width: calc(309 * var(--u));
        max-width: 100%;
    }
}
@media screen and (max-width: 960px) {
    body.single-events .sbc-content img {
        height: 100%;
        object-fit: cover;
    }
    body.single-events .sbc-hero-kicker {
        font-size: calc(18 * var(--u));
    }
    body.single-events .sbc-hero-title {
        font-size: calc(32 * var(--u));
    }
    .sbc-intro {
        flex-direction: column;
        display: none;
    }
    .sbc-intro .video-container,
    .sbc-intro .sbc-intro-visual {
        width: 100%;
    }
    .sbc-intro .container-tag {
        font-size: 2.9722vw;
    }
    .sbc-intro video + .sbc-intro-text {
        font-size: 3.25vw;
    }
    body.single-events .sbc-hero-inner {
        margin: auto;
    }
    body.single-events .sbc-hero {
        padding: 0;
    }
}