/* Hero text color to white */
.dlf-hero__info * {
    color: #fff !important;
}

.dlf-hero {
    min-height: 100vh;
}

.dlf-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.hl-hero__bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    /* 100 * 9 / 16 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* 100 * 16 / 9 */
    pointer-events: none;
    z-index: 0;
}

.hl-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* subtle overlay */
    z-index: 1;
}

.dlf-hero__inner {
    z-index: 2;
    position: relative;
}

/* ── Section 2: Story ── */
.hl-story {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
}

.hl-story__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.hl-story__img {
    width: 100%;
    height: auto;
    display: block;
}

.hl-story__images {
    display: grid;
    grid-template-columns: 1.348fr 1fr;
    gap: 40px;
    align-items: start;
}

.hl-story__images .hl-story__img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hero Typography Block */
.hl-story__hero-type {
    text-align: center;
    margin-bottom: 80px;
}

.hl-story__big-text {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #222;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.hl-story__neq-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 15px 0;
}

.hl-story__neq-symbol {
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 300;
    color: #c0392b;
    line-height: 1;
    flex-shrink: 0;
}

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

.hl-story__neq-text p {
    font-size: clamp(0.85rem, 2vw, 1.1rem);
    font-weight: 700;
    color: #c0392b;
    margin: 0;
    line-height: 1.6;
    white-space: nowrap;
}

/* Body Text */
.hl-story__body {
    padding-bottom: 100px;
}

.hl-story__body p {
    font-size: 1rem;
    line-height: 1.9;
    color: #333;
    font-weight: 300;
    margin-bottom: 25px;
}

.hl-story__body p:last-child {
    margin-bottom: 0;
}

.hl-story__body strong {
    font-weight: 900;
}

.hl-story__body em {
    font-style: italic;
}

.hl-story__body .hl-quote {
    font-weight: 900;
    font-size: 1.05rem;
}

.hl-story__closing {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .hl-story {
        padding: 60px 0;
    }

    .hl-story__hero-type {
        margin-bottom: 50px;
    }

    .hl-story__neq-row {
        gap: 15px;
    }

    .hl-story__body {
        padding-bottom: 60px;
    }
}

/* Gallery Section */
.hl-gallery {
    background-color: #fff;
    padding: 80px 0;
}

.hl-gallery__full-width {
    width: 100%;
    margin-bottom: 150px;
}

.hl-gallery__full-width img {
    width: 100%;
    height: auto;
    display: block;
}

.hl-gallery__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.hl-gallery__item {
    width: 100%;
    margin-bottom: 150px;
}

.hl-gallery__item:last-child {
    margin-bottom: 0;
}

.hl-gallery__item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .hl-gallery {
        padding: 40px 0;
    }

    .hl-gallery__full-width {
        margin-bottom: 40px;
    }

    .hl-gallery__item {
        margin-bottom: 40px;
    }
}

/* Meaning Section */
.hl-meaning {
    background-color: #eae3d6;
    padding: 240px 0;
}

.hl-meaning__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10%;
}

.hl-meaning__logos {
    margin-bottom: 100px;
}

.hl-meaning__logos img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 850px;
    margin: 0 auto;
}



.hl-meaning__text {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.hl-meaning__text h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}

.hl-meaning__text p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
    font-weight: 400;
}

.hl-meaning__text strong {
    font-weight: 900;
    text-transform: uppercase;
}

/* Video Section */
.hl-video {
    width: 100%;
    height: 150vh;
    background-color: #000;
    padding: 0;
    box-sizing: border-box;
}

.hl-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 0;
}

/* Full Showcase Images/GIF Section */
.hl-full-img {
    width: 100%;
}

.hl-full-img--padded-white {
    padding: 100px 0;
    background-color: #fff;
}

.hl-full-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 2-Column Image Grid */
.hl-grid-2col {
    width: 100%;
}

.hl-grid-2col__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
}

.hl-grid-2col__row img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hl-meaning {
        padding: 120px 0;
    }

    .hl-meaning__container {
        padding: 0 20px;
    }



    .hl-meaning__text h3 {
        font-size: 0.9rem;
    }

    .hl-video {
        height: auto;
    }

    .hl-video iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .hl-story__images {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start;
    }

    .hl-story__images .hl-story__img {
        height: auto;
    }

    .dlf-hero {
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        background-color: #d24134;
    }

    .dlf-hero__bg {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        overflow: hidden;
    }

    .hl-hero__bg-video {
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        min-height: auto;
        min-width: auto;
        aspect-ratio: 16/9;
    }

    .hl-hero__overlay {
        display: none;
    }

    .dlf-hero__inner {
        position: relative;
        background-color: #d24134;
        padding: 40px 20px;
    }

    .hl-gif-5c {
        overflow: hidden;
        width: 100%;
    }

    .hl-gif-5c img {
        width: 130%;
        max-width: none;
        margin-left: -15%;
        height: auto;
        display: block;
    }

    .hl-full-img--padded-white {
        padding: 40px 0;
    }
}

@media (min-width: 1440px) {
    .hl-story {
        padding: 200px 0;
    }

    .hl-story__container {
        max-width: 1400px;
    }

    .hl-story__images {
        gap: 80px;
    }

    .hl-gallery__container {
        max-width: 1400px;
    }
}