.hero--editorial {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
    background-color: var(--bg-color);
}

@keyframes heroEnter {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-anim-entry {
    opacity: 0;
    animation: heroEnter 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.3s;
}

.delay-3 {
    animation-delay: 0.5s;
}

.mega-headline {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 1.1;
    color: var(--text-main);
    margin-bottom: 3rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .mega-headline span {
        display: block;
    }

    .mega-headline em {
        font-style: italic;
        color: var(--accent);
        display: block;
        margin-left: 4rem;
    }

.hero-lead-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    border-left: 2px solid var(--accent);
    transform: translateX(20%);
}

.art-experience-section {
    padding: 6rem 5vw 10rem 5vw;
    background-color: var(--bg-color);
    overflow: hidden;
    position: relative;
}

.experience-wrapper {
    position: relative;
    margin-top: 6rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.vertical-guide {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0,0,0,0.08);
    transform: translateX(-50%);
    z-index: 1;
}

.experience-row {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 0;
    align-items: center;
    margin-bottom: 12rem;
    position: relative;
    z-index: 2;
}

    .experience-row:last-child {
        margin-bottom: 0;
    }

.exp-text-col {
    padding: 0 4rem;
    position: relative;
}

.exp-img-col {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.exp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.exp-img-col:hover .exp-img {
    transform: scale(1.05);
}

.timeline-marker {
    width: 12px;
    height: 12px;
    background: var(--bg-color);
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    transition: 0.3s;
}

.experience-row:hover .timeline-marker {
    background: var(--accent);
    border-color: var(--accent);
    transform: scale(1.4);
    box-shadow: 0 0 0 10px rgba(185, 116, 85, 0.1);
}

.giant-num {
    font-family: var(--font-serif);
    font-size: 10rem;
    line-height: 1;
    position: absolute;
    top: -4rem;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0,0,0,0.06);
    z-index: -1;
    pointer-events: none;
}

.num-right {
    right: 0;
}

.num-left {
    left: 0;
}

.story-section {
    padding: 10rem 5vw;
    background: var(--bg-color);
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
    margin-bottom: 12rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .story-grid:last-child {
        margin-bottom: 0;
    }

    .story-grid.reverse .text-col {
        order: 1;
    }

    .story-grid.reverse .img-col {
        order: 0;
    }

.story-img-wrap {
    position: relative;
    height: 600px;
    overflow: hidden;
    width: 100%;
}

.story-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease, filter 0.5s ease;
}

.story-img-wrap:hover .story-img {
    transform: scale(1.05);
}

.specs-bar {
    background: #fff;
    padding: 3rem 2rem;
    margin-top: 3rem;
    border-left: 3px solid var(--accent);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.specs-grid {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 2rem;
}

.spec-val {
    font-family: var(--font-serif);
    font-size: 1.4rem;
    display: block;
    color: var(--text-main);
    margin-bottom: 0.3rem;
}

.spec-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888;
}

.founder-noir {
    background-color: #050505;
    color: #fff;
    padding: 12rem 5vw;
    margin-top: 0;
    text-align: center;
}

.quote-mark {
    font-family: var(--font-serif);
    font-size: 6rem;
    color: var(--accent);
    opacity: 0.5;
    line-height: 0;
    display: block;
    margin-bottom: 4rem;
}

.the-quote {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.4;
    font-style: italic;
    color: #f0f0f0;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto 5rem auto;
}

.signature-block {
    display: inline-flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1px solid #333;
    padding-top: 2rem;
    transition: 0.3s;
    padding-left: 2rem;
    padding-right: 2rem;
    text-decoration: none !important;
}

    .signature-block:hover {
        border-color: var(--accent);
    }

.sig-name {
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #fff;
}

.sig-role {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--accent);
}

@media (max-width: 900px) {
    .top-nav {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .hero--editorial {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 70px;
        padding-bottom: 0;
        align-items: flex-start;
        min-height: 50vh;
        display: block;
        margin-top: 70px;
    }

    .mega-headline {
        margin-bottom: 2rem;
    }

        .mega-headline em {
            margin-left: 0;
        }

    .hero-lead-box {
        margin-left: 0;
        margin-right: 0;
        transform: none;
        border-left: 2px solid var(--accent);
        padding: 0 0 0 1.25rem;
        margin-top: 2rem;
    }

        .hero-lead-box p {
            margin: 0;
            line-height: 1.6;
        }

    .art-experience-section {
        padding-top: 0;
        padding-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .experience-wrapper {
        margin-top: 2rem;
    }

    .art-experience-section .flex-center {
        margin-bottom: 1.5rem !important;
    }

    .experience-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 4rem;
    }

    .vertical-guide, .timeline-marker {
        display: none;
    }

    .exp-text-col {
        text-align: left !important;
        padding: 0;
        order: 0;
    }

    .exp-img-col {
        order: 1;
        height: 350px;
        width: 100%;
    }

    .giant-num {
        font-size: 5rem;
        top: -1.5rem;
        left: 0 !important;
        position: relative;
        opacity: 0.2;
        margin-bottom: -2.5rem;
    }

    .story-section {
        padding-top: 2rem;
        padding-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin-bottom: 8rem;
    }

        .story-grid.reverse .text-col {
            order: 0;
        }

    .story-img-wrap {
        height: 350px;
    }

    .story-grid h2 {
        margin-bottom: 1.5rem;
    }

    .story-grid .tagline {
        margin-bottom: 1rem;
    }

    .specs-bar {
        padding: 2rem;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .specs-grid {
        flex-direction: column;
        gap: 1.5rem;
    }

    .founder-noir {
        padding: 6rem 2rem;
    }

    .quote-mark {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .the-quote {
        margin-bottom: 3rem;
    }

    section[style*="padding: 10rem"] {
        padding: 4rem 2rem !important;
    }
}
