/* --- TOONZ AWARDS & RECOGNITION (Updated Split Layout) --- */
.toonz-awards-wrapper {
    background-color: transparent;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
}

/* Common Section Labels */
.award-section-label {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 10px;
}

.award-accent {
    color: #E87722;
    font-weight: 700;
}

/* TOP ROW */
.award-top-row {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 60px;
}

.award-header-block {
    flex: 1.2;
}

.award-subtitle-small {
    font-size: 13px;
    font-weight: 700;
    color: #E87722;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}

.award-header-underline {
    width: 30px;
    height: 4px;
    background: url('https://bisque-vulture-801504.hostingersite.com/wp-content/uploads/2026/05/head-underline-strip2.webp') no-repeat center;
    background-size: contain;
    margin-bottom: 25px;
}

.award-featured-block .award-section-label {
    position: relative;
    display: inline-block;
}

.award-featured-block .award-section-label:after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: -2px;
    width: 125px;
    height: 3px;
    background: url('https://bisque-vulture-801504.hostingersite.com/wp-content/uploads/2026/05/head-underline-strip2.webp') no-repeat center;
}

.award-title-main {
    font-size: clamp(32px, 3.5vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 25px;
}

.award-desc-main {
    font-size: 18px;
    color: #999;
    line-height: 1.5;
    max-width: 450px;
}

.award-featured-block {
    flex: 2;
}

.award-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 20px;
}

.award-featured-item {
    text-align: center;
}

.award-logo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.award-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.award-event-name {
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px !important;
    font-size: 13px;
}

.award-project {
    color: #888;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 1px;
    margin-top: 5px !important;
}

/* DIVIDERS */
.award-divider-wrap {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 50px;
}

.award-divider-line {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(to right, #ddb063, transparent);
    margin-bottom: 15px;
}

/* INDUSTRY HEADER */
.award-industry-header {
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.award-industry-header .award-divider-line:first-child {
    background: linear-gradient(to left, #ddb063, transparent);
    margin-bottom: 5px;
}

.award-industry-header .award-divider-line:last-child {
    background: linear-gradient(to right, #ddb063, transparent);
    margin-bottom: 5px;
}

.award-industry-header .award-section-label {
    padding-bottom: 0;
    white-space: nowrap;
}

/* GLOBAL GRID */
.award-global-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.award-global-card {
    text-align: center;
    padding: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-global-card:not(:nth-child(4n)):after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 185px;
    background: url('https://bisque-vulture-801504.hostingersite.com/wp-content/uploads/2026/05/award-divider.webp') no-repeat center;
}

.award-card-icon {
    width: 264px;
    height: 134px !important;
    object-fit: contain;
    margin-bottom: 25px;
}

.award-card-title {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.award-card-detail {
    font-size: 12px;
    color: #888;
}

/* BOTTOM SPLIT SECTION */
.award-bottom-split-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.award-bottom-left {
    flex: 2;
}

.award-ind-left-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.award-ind-card-vertical {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-ind-card-vertical:not(:last-child):after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 185px;
    background: url('https://bisque-vulture-801504.hostingersite.com/wp-content/uploads/2026/05/award-divider.webp') no-repeat center;

}

.award-ind-icon-v {
    height: 80px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}

.award-status-v {
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 5px;
}

.award-vertical-divider-img {
    width: 2px;
    align-self: stretch;
    background: url('https://bisque-vulture-801504.hostingersite.com/wp-content/uploads/2026/05/award-divider.webp') no-repeat center;

    margin: 0 10px;
}

.award-bottom-right {
    flex: 1.8;
}

.award-ind-right-grid {
    display: flex;
    flex-direction: row;
    /* Side by side */
    gap: 30px;
    justify-content: center;
}

.award-industry-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    position: relative;
}

.award-industry-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 185px;
    background: url('https://bisque-vulture-801504.hostingersite.com/wp-content/uploads/2026/05/award-divider.webp') no-repeat center;
}

.award-industry-icon {
    height: 100px;
    width: 80px;
    object-fit: contain;
}

.award-ind-top {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.award-ind-bot {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

/* BOTTOM BAR */
.award-bottom-bar {
    background: #0A0A0A;
    border: 1px solid #1A1A1A;
    border-radius: 12px;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.award-cta-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.award-cta-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.award-cta-l1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.award-cta-l2 {
    font-size: 24px;
    margin: 0;
}

.award-cta-btn {
    border: 1px solid #444;
    color: #fff;
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.award-cta-btn:hover {
    /*transform: translateY(-5px);*/
    border-color: #E87722;
    background: #111;
    color: #E87722;
}

.award-btn-arrow {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.award-cta-btn:hover .award-btn-arrow {
    transform: translateX(8px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .award-bottom-split-container {
        flex-direction: column;
    }

    .award-vertical-divider-img {
        display: none;
    }
}