/* Toonz Ecosystem Thinking - Final Design Sync */

.toonz-ecosystem-thinking-wrapper {
    position: relative;
    width: 100%;
    padding: 80px 0;
    color: #1a1a1a;
    font-family: 'Outfit', sans-serif;
    overflow: hidden;
}

.eth-container {
    margin: 0 auto;
    padding: 0 4%;
}

.eth-main-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
}

/* Left Content */
.eth-tag {
    font-size: 14px;
    font-weight: 700;
    color: #b89467;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 25px;
}

.eth-title {
    font-size: 85px;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.eth-title .thin-text {
    font-weight: 100;
}

.eth-title .eth-accent-1 {
    color: #b37937;
    font-weight: 500;
}

.eth-title .eth-accent-2 {
    color: #000000;
    font-weight: 500;
}

.eth-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    max-width: 620px;
    margin-bottom: 40px;
}

.eth-accent-block {
    margin-bottom: 10px;
}

.eth-accent-block .accent-gold {
    font-size: 20px;
    font-weight: 700;
    color: #b89467;
    margin-bottom: 5px;
}

.eth-accent-block .sub-muted {
    font-size: 16px;
    color: #888;
}

/* Service Grid: Left Aligned with Centered Units */
.eth-service-grid-master {
    margin: 20px 0;
    width: 100%;
    position: relative;
    left: -31px;
}

.eth-sg-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #f2f2f2;
}

.eth-sg-row.row-3 {
    border-bottom: 1px solid #f2f2f2;
}

.eth-sg-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
    min-width: 140px;
}

.eth-sg-divider {
    width: 1px;
    height: 50px;
    display: flex;
    align-items: center;
}

.eth-sg-divider img {
    height: 100%;
    width: auto;
}

.eth-sg-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eth-sg-icon img {
    height: 100%;
    width: auto;
    /* filter: grayscale(1); */
    opacity: 0.6;
    transition: all 0.3s;
}

.eth-sg-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #000;
}

.eth-sg-item:hover .eth-sg-icon img {
    /* filter: grayscale(0); */
    opacity: 1;
    transform: scale(1.1);
}

.eth-footer-note p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

/* Right Side: Visual Stage - Restored for structural integrity */
.eth-right-visual {
    position: relative;
    min-height: 850px;
}

.eth-visual-hub {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eth-hub-portal {
    position: relative;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.eth-portal-image {
    width: 92%;
    height: 92%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(184, 148, 103, 0.4);
    background: #fff;
    position: relative;
    z-index: 2;
}



.eth-dyn-node {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.eth-node-tag {
    font-size: 9px;
    font-weight: 800;
    background: #fff;
    padding: 4px 12px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    white-space: nowrap;
}

.eth-node-box {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

.eth-node-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Node Positions ( Design Matrix ) */
.eth-dyn-node:nth-child(1) {
    top: 5%;
    left: 10%;
}

.eth-dyn-node:nth-child(2) {
    top: 15%;
    right: 5%;
}

.eth-dyn-node:nth-child(3) {
    top: 45%;
    left: -8%;
}

.eth-dyn-node:nth-child(4) {
    bottom: 25%;
    left: 0%;
}

.eth-dyn-node:nth-child(5) {
    bottom: 8%;
    right: 10%;
}

.eth-dyn-node:nth-child(6) {
    top: 70%;
    right: -5%;
}

/* Canvas for connection lines */
.eth-visual-flow-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* Right Side Bottom Rail (Integrated at base) */
.eth-right-visual .eth-bottom-rail {
    position: absolute;
    bottom: 30px;
    left: 30%;
    transform: translateX(-50%);
    width: 130%;
    padding-top: 40px;
}

.eth-rail-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eth-step-unit {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eth-step-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 140px;
}

.eth-step-icon-circle {
    width: 55px;
    height: 55px;
    background: #fbfaf8;
    border: 1px solid #b78f62;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.eth-step-icon-circle img {
    height: 22px;
    width: auto;
}

.eth-step-icon-circle i {
    font-size: 22px;
    color: #c79557;
}

.eth-step-title {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: #000;
}

.eth-step-summary {
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    max-width: 130px;
}

/* Arrow Divider: Scaling for High Impact */
.eth-step-arrow-divider {
    width: 65px;
    height: auto;
    opacity: 0.7;
    margin: 0 0px;
}

.eth-step-arrow-divider img {
    width: 61%;
    height: auto;
    display: block;
    position: absolute;
    left: 105px;
    top: 14px;
}

.eth-final-swoosh {
    position: absolute;
    right: -20px;
    top: 110px;
    width: 100px;
    height: 60px;
    border-right: 2px solid #b89467;
    border-top: 2px solid #b89467;
    border-top-right-radius: 100px;
    opacity: 0.15;
}

.eth-step-unit:hover .eth-step-icon-circle {
    border-color: #b89467;
    box-shadow: 0 10px 30px rgba(184, 148, 103, 0.15);
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 1200px) {
    .eth-main-layout {
        grid-template-columns: 1fr;
    }

    .eth-title {
        font-size: 65px;
    }

    .eth-right-visual {
        height: 600px;
    }

    .eth-sg-row.row-3 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .eth-rail-steps {
        flex-direction: column;
        gap: 60px;
    }

    .eth-step-arrow-divider {
        transform: rotate(90deg);
        margin: 20px 0;
    }

    .eth-step-unit {
        flex-direction: column;
        width: 100%;
    }
}