/* ==========================================================
   LABELS OF NOOR
   LILAC EDITION — V1
   Elegance, Illuminated.
   ========================================================== */


/* ==========================================================
   01. DESIGN TOKENS
   ========================================================== */

:root {
    --lon-bg: #f7f3f8;
    --lon-lilac: #cbbad4;
    --lon-lilac-soft: #e9e0ed;
    --lon-lilac-pale: #f1eaf3;
    --lon-plum: #302535;
    --lon-ink: #1d1820;
    --lon-muted: #746b77;
    --lon-white: #ffffff;

    --lon-line: rgba(48, 37, 53, 0.15);
    --lon-line-light: rgba(255, 255, 255, 0.20);

    --lon-serif: Georgia, "Times New Roman", serif;
    --lon-sans: Arial, Helvetica, sans-serif;

    --lon-width: 92%;
    --lon-max: 1680px;
}


/* ==========================================================
   02. RESET
   ========================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body.labels-of-noor {
    margin: 0;
    padding: 0;

    background: var(--lon-bg);
    color: var(--lon-ink);

    font-family: var(--lon-sans);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.labels-of-noor a {
    color: inherit;
    text-decoration: none;
}

body.labels-of-noor img {
    display: block;
    width: 100%;
    max-width: 100%;
}

body.labels-of-noor button,
body.labels-of-noor input {
    font: inherit;
}

.lon-container {
    width: var(--lon-width);
    max-width: var(--lon-max);
    margin: 0 auto;
}

.lon-section {
    width: var(--lon-width);
    max-width: var(--lon-max);

    margin: 0 auto;
    padding: 130px 0;
}


/* ==========================================================
   03. TYPOGRAPHY
   ========================================================== */

.lon-eyebrow {
    margin: 0 0 22px;

    font-size: 10px;
    line-height: 1.4;
    font-weight: 600;

    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.lon-section h2,
.lon-statement h2,
.lon-story h2,
.lon-social h2,
.lon-closing h2 {
    margin: 0;

    font-family: var(--lon-serif);
    font-weight: 400;

    letter-spacing: -0.045em;
}

.lon-text-link {
    display: inline-block;

    padding-bottom: 7px;

    border-bottom: 1px solid currentColor;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.18em;
    text-transform: uppercase;

    transition:
        opacity 0.3s ease,
        letter-spacing 0.3s ease;
}

.lon-text-link:hover {
    opacity: 0.6;
    letter-spacing: 0.22em;
}


/* ==========================================================
   04. ANNOUNCEMENT BAR
   ========================================================== */

.lon-announcement {
    position: relative;
    z-index: 200;

    background: var(--lon-plum);
    color: var(--lon-white);

    text-align: center;
}

.lon-announcement p {
    margin: 0;
    padding: 11px 15px;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.19em;
    text-transform: uppercase;
}


/* ==========================================================
   05. HEADER
   ========================================================== */

.lon-header {
    position: relative;
    z-index: 190;

    width: 100%;

    background: rgba(247, 243, 248, 0.97);

    border-bottom: 1px solid var(--lon-line);
}

.lon-header-inner {
    min-height: 94px;

    display: grid;

    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    gap: 30px;
}

.lon-nav {
    display: flex;
    align-items: center;

    gap: 32px;
}

.lon-nav a,
.lon-action {
    position: relative;

    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.lon-nav a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -7px;

    width: 0;
    height: 1px;

    background: var(--lon-ink);

    transition: width 0.3s ease;
}

.lon-nav a:hover::after {
    width: 100%;
}


/* BRAND */

.lon-brand {
    text-align: center;
}

.lon-brand-link {
    display: flex;

    flex-direction: column;
    align-items: center;

    line-height: 1;
}

.lon-brand-name {
    display: block;

    font-family: var(--lon-serif);

    font-size: 25px;

    letter-spacing: 0.06em;
}

.lon-brand-sub {
    margin-top: 8px;

    font-size: 7px;
    font-weight: 600;

    letter-spacing: 0.45em;
}


/* HEADER ACTIONS */

.lon-header-actions {
    display: flex;

    justify-content: flex-end;
    align-items: center;

    gap: 25px;
}

.lon-search-toggle {
    padding: 0;

    border: 0;
    background: transparent;

    color: inherit;

    cursor: pointer;
}

.lon-cart-count {
    display: inline-flex;

    width: 17px;
    height: 17px;

    margin-left: 4px;

    align-items: center;
    justify-content: center;

    border: 1px solid var(--lon-ink);
    border-radius: 50%;

    font-size: 8px;
}


/* MOBILE BUTTON */

.lon-menu-toggle {
    display: none;

    width: 26px;
    height: 20px;

    padding: 0;

    border: 0;

    background: transparent;

    cursor: pointer;
}

.lon-menu-toggle span {
    display: block;

    width: 22px;
    height: 1px;

    margin: 5px 0;

    background: var(--lon-ink);
}


/* ==========================================================
   06. HERO
   ========================================================== */

.lon-hero {
    position: relative;

    width: 100%;
    height: calc(100vh - 130px);

    min-height: 650px;

    overflow: hidden;

    background: var(--lon-lilac);
}

.lon-hero-media {
    position: absolute;

    inset: 0;
}

.lon-hero-placeholder {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #cbbad4 0%,
            #b49fc0 50%,
            #8e769b 100%
        );

    color: rgba(255, 255, 255, 0.45);

    font-size: 10px;

    letter-spacing: 0.35em;
}

.lon-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(29, 24, 32, 0.50) 0%,
            rgba(29, 24, 32, 0.15) 48%,
            rgba(29, 24, 32, 0.08) 100%
        );
}

.lon-hero-content {
    position: absolute;

    left: 23%;
    bottom: 16%;

    z-index: 3;

    color: var(--lon-white);
}

.lon-hero-content .lon-eyebrow {
    margin-bottom: 20px;
}

.lon-hero h1 {
    margin: 0;

    font-family: var(--lon-serif);

    font-size: clamp(70px, 8.5vw, 150px);

    line-height: 0.86;

    font-weight: 400;

    letter-spacing: -0.065em;
}

.lon-hero-copy {
    margin: 27px 0 33px;

    font-family: var(--lon-serif);

    font-size: 20px;

    font-style: italic;
}

.lon-button {
    display: inline-flex;

    min-height: 49px;

    padding: 0 28px;

    align-items: center;
    justify-content: center;

    border: 1px solid currentColor;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.19em;

    text-transform: uppercase;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.lon-button-light {
    color: var(--lon-white);
}

.lon-button-light:hover {
    background: var(--lon-white);
    color: var(--lon-ink);
}

.lon-hero-scroll {
    position: absolute;

    right: 4%;
    bottom: 7%;

    z-index: 4;

    display: flex;

    align-items: center;

    gap: 14px;

    color: var(--lon-white);

    font-size: 8px;

    letter-spacing: 0.18em;
}

.lon-scroll-line {
    display: block;

    width: 50px;
    height: 1px;

    background: currentColor;
}


/* ==========================================================
   07. BRAND STATEMENT
   ========================================================== */

.lon-statement {
    padding: 170px 6%;

    text-align: center;

    background: var(--lon-bg);
}

.lon-statement h2 {
    font-size: clamp(60px, 7vw, 120px);

    line-height: 0.95;
}

.lon-statement h2 em {
    color: #8e769b;
}

.lon-statement-copy {
    width: 90%;
    max-width: 530px;

    margin: 38px auto 0;

    color: var(--lon-muted);

    font-family: var(--lon-serif);

    font-size: 17px;

    line-height: 1.8;
}


/* ==========================================================
   08. EDITORIAL SPLIT
   ========================================================== */

.lon-editorial-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    background: var(--lon-lilac-soft);
}

.lon-editorial-card {
    position: relative;

    min-width: 0;
}

.lon-editorial-card:first-child {
    border-right: 1px solid var(--lon-line);
}

.lon-editorial-image {
    height: 760px;
}

.lon-placeholder {
    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #ded1e4,
            #c5b2cf
        );

    color: rgba(48, 37, 53, 0.46);

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.22em;

    text-transform: uppercase;
}

.lon-editorial-card:nth-child(2) .lon-placeholder {
    background:
        linear-gradient(
            145deg,
            #bba8c5,
            #7d6887
        );

    color: rgba(255, 255, 255, 0.65);
}

.lon-editorial-content {
    padding: 45px 8% 55px;
}

.lon-editorial-content > p {
    margin: 0 0 15px;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.2em;
}

.lon-editorial-content h3 {
    margin: 0 0 30px;

    font-family: var(--lon-serif);

    font-size: clamp(35px, 3vw, 55px);

    line-height: 1;

    font-weight: 400;

    letter-spacing: -0.04em;
}


/* ==========================================================
   09. SECTION HEADING
   ========================================================== */

.lon-section-heading {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 60px;
}

.lon-section-heading h2 {
    font-size: clamp(48px, 5vw, 82px);

    line-height: 0.95;
}


/* ==========================================================
   10. PRODUCTS
   ========================================================== */

.lon-products-section {
    background: var(--lon-bg);
}

.lon-product-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 18px;
}

.lon-demo-product {
    min-width: 0;
}

.lon-product-image {
    width: 100%;

    aspect-ratio: 0.73;

    background:
        linear-gradient(
            145deg,
            #e8dfea,
            #cbbad4
        );
}

.lon-product-info {
    display: flex;

    justify-content: space-between;

    gap: 20px;

    padding: 18px 3px;
}

.lon-product-info h3,
.lon-product-info p {
    margin: 0;
}

.lon-product-info h3 {
    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.16em;
}

.lon-product-info p {
    color: var(--lon-muted);

    font-family: var(--lon-serif);

    font-size: 14px;
}


/* WooCommerce product compatibility */

.lon-product-grid ul.products {
    display: contents;
}

.lon-product-grid .product {
    width: auto !important;

    margin: 0 !important;

    float: none !important;
}

.lon-product-grid .woocommerce-loop-product__title {
    font-size: 11px !important;

    letter-spacing: 0.08em;
}

.lon-product-grid .price {
    color: var(--lon-muted) !important;
}


/* ==========================================================
   11. STORY
   ========================================================== */

.lon-story {
    display: grid;

    grid-template-columns: 55% 45%;

    min-height: 850px;

    background: var(--lon-plum);

    color: var(--lon-white);
}

.lon-story-image {
    min-height: 850px;

    background:
        linear-gradient(
            145deg,
            #bba7c5,
            #77627f
        );

    color: rgba(255, 255, 255, 0.5);
}

.lon-story-content {
    display: flex;

    flex-direction: column;
    justify-content: center;

    padding: 10%;
}

.lon-story-content h2 {
    margin-bottom: 40px;

    font-size: clamp(50px, 5vw, 82px);

    line-height: 0.98;
}

.lon-story-content h2 em {
    color: var(--lon-lilac);
}

.lon-story-content > p:not(.lon-eyebrow) {
    max-width: 480px;

    margin: 0 0 38px;

    color: rgba(255, 255, 255, 0.70);

    font-family: var(--lon-serif);

    font-size: 17px;

    line-height: 1.8;
}


/* ==========================================================
   12. FIND YOUR NOOR
   ========================================================== */

.lon-find {
    background: var(--lon-lilac-pale);
}

.lon-find-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid var(--lon-line);
    border-bottom: 1px solid var(--lon-line);
}

.lon-find-card {
    position: relative;

    min-height: 310px;

    padding: 35px 30px;

    display: flex;

    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--lon-line);

    transition:
        background 0.35s ease,
        color 0.35s ease;
}

.lon-find-card:last-child {
    border-right: 0;
}

.lon-find-card > span {
    color: var(--lon-muted);

    font-family: var(--lon-serif);

    font-size: 13px;
}

.lon-find-card h3 {
    margin: auto 0;

    font-family: var(--lon-serif);

    font-size: clamp(30px, 2.5vw, 45px);

    line-height: 1;

    font-weight: 400;

    letter-spacing: -0.04em;
}

.lon-find-card p {
    margin: 0;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: 0.18em;
}

.lon-find-card:hover {
    background: var(--lon-plum);

    color: var(--lon-white);
}

.lon-find-card:hover > span {
    color: var(--lon-lilac);
}


/* ==========================================================
   13. SOCIAL
   ========================================================== */

.lon-social {
    background: var(--lon-bg);
}

.lon-social-heading {
    margin-bottom: 55px;

    text-align: center;
}

.lon-social-heading h2 {
    font-size: clamp(55px, 6vw, 95px);
}

.lon-social-heading > p:last-child {
    margin-top: 20px;

    color: var(--lon-muted);

    font-family: var(--lon-serif);

    font-style: italic;
}

.lon-social-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 12px;
}

.lon-social-card {
    aspect-ratio: 0.78;
}

.lon-social-card:nth-child(2) {
    background:
        linear-gradient(
            145deg,
            #cbbad4,
            #9b83a7
        );
}

.lon-social-card:nth-child(3) {
    background:
        linear-gradient(
            145deg,
            #e9e0ed,
            #bba8c5
        );
}

.lon-social-card:nth-child(4) {
    background:
        linear-gradient(
            145deg,
            #ad97b8,
            #6f5a78
        );

    color: rgba(255, 255, 255, 0.7);
}


/* ==========================================================
   14. CLOSING MOMENT
   ========================================================== */

.lon-closing {
    padding: 180px 5%;

    background: var(--lon-lilac);

    text-align: center;
}

.lon-closing > p {
    margin: 0 0 30px;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.32em;
}

.lon-closing h2 {
    font-size: clamp(70px, 8vw, 135px);

    line-height: 0.88;
}

.lon-closing h2 em {
    color: var(--lon-white);
}


/* ==========================================================
   15. FOOTER
   ========================================================== */

.lon-footer {
    background: var(--lon-plum);

    color: var(--lon-white);
}

.lon-footer-main {
    display: grid;

    grid-template-columns: 1.5fr 0.65fr 0.65fr 1.35fr;

    gap: 70px;

    padding-top: 100px;
    padding-bottom: 100px;
}

.lon-footer-logo {
    margin-bottom: 17px;

    font-family: var(--lon-serif);

    font-size: 28px;

    letter-spacing: 0.05em;
}

.lon-footer-tagline {
    margin: 0 0 30px;

    color: var(--lon-lilac);

    font-family: var(--lon-serif);

    font-size: 18px;

    font-style: italic;
}

.lon-footer-intro {
    max-width: 340px;

    color: rgba(255, 255, 255, 0.58);

    font-family: var(--lon-serif);

    font-size: 14px;

    line-height: 1.8;
}

.lon-footer-column {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 14px;
}

.lon-footer-column h3,
.lon-footer-newsletter .lon-footer-eyebrow {
    margin: 0 0 16px;

    color: var(--lon-lilac);

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.2em;
}

.lon-footer-column a {
    color: rgba(255, 255, 255, 0.72);

    font-family: var(--lon-serif);

    font-size: 14px;

    transition: color 0.25s ease;
}

.lon-footer-column a:hover {
    color: var(--lon-white);
}

.lon-footer-newsletter h3 {
    max-width: 400px;

    margin: 14px 0;

    font-family: var(--lon-serif);

    font-size: 29px;

    line-height: 1.15;

    font-weight: 400;
}

.lon-footer-newsletter > p {
    max-width: 390px;

    color: rgba(255, 255, 255, 0.55);

    font-family: var(--lon-serif);

    font-size: 14px;

    line-height: 1.6;
}

.lon-newsletter-form {
    display: flex;

    margin-top: 30px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.lon-newsletter-form input {
    flex: 1;

    min-width: 0;

    padding: 14px 0;

    border: 0;
    outline: 0;

    background: transparent;

    color: var(--lon-white);
}

.lon-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.lon-newsletter-form button {
    padding: 0 5px;

    border: 0;

    background: transparent;

    color: var(--lon-white);

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.18em;

    cursor: pointer;
}

.lon-footer-bottom {
    min-height: 75px;

    display: grid;

    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    gap: 30px;

    border-top: 1px solid var(--lon-line-light);

    color: rgba(255, 255, 255, 0.5);

    font-size: 9px;

    letter-spacing: 0.08em;
}

.lon-footer-bottom p {
    margin: 0;
}

.lon-footer-legal {
    display: flex;

    gap: 22px;
}

.lon-footer-country {
    text-align: right;
}


/* WordPress accessibility helper */

.screen-reader-text {
    position: absolute !important;

    width: 1px;
    height: 1px;

    padding: 0;
    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border: 0;
}


/* ==========================================================
   16. TABLET
   ========================================================== */

@media (max-width: 1100px) {

    .lon-nav {
        gap: 18px;
    }

    .lon-header-actions {
        gap: 14px;
    }

    .lon-footer-main {
        grid-template-columns: 1fr 1fr;

        gap: 60px;
    }

    .lon-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lon-find-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lon-find-card:nth-child(2) {
        border-right: 0;
    }

    .lon-find-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--lon-line);
    }
}


/* ==========================================================
   17. MOBILE
   ========================================================== */

@media (max-width: 767px) {

    :root {
        --lon-width: calc(100% - 36px);
    }

    .lon-section {
        padding: 85px 0;
    }


    /* ANNOUNCEMENT */

    .lon-announcement p {
        padding: 9px 10px;

        font-size: 7px;

        letter-spacing: 0.14em;
    }


    /* HEADER */

    .lon-header-inner {
        min-height: 72px;

        grid-template-columns: 35px 1fr auto;

        gap: 10px;
    }

    .lon-menu-toggle {
        display: block;
    }

    .lon-nav {
        display: none;
    }

    .lon-brand-name {
        font-size: 19px;
    }

    .lon-brand-sub {
        margin-top: 6px;

        font-size: 6px;
    }

    .lon-header-actions {
        gap: 12px;
    }

    .lon-search-toggle,
    .lon-account {
        display: none;
    }

    .lon-bag {
        font-size: 8px;
    }


    /* HERO */

    .lon-hero {
        height: calc(100svh - 105px);

        min-height: 600px;
    }

    .lon-hero-content {
        left: 24px;
        right: 24px;

        bottom: 12%;
    }

    .lon-hero h1 {
        font-size: clamp(65px, 22vw, 95px);
    }

    .lon-hero-copy {
        margin: 20px 0 27px;

        font-size: 17px;
    }

    .lon-hero-scroll {
        display: none;
    }


    /* STATEMENT */

    .lon-statement {
        padding: 110px 25px;
    }

    .lon-statement h2 {
        font-size: 58px;
    }

    .lon-statement-copy {
        font-size: 15px;
    }


    /* EDITORIAL */

    .lon-editorial-grid {
        grid-template-columns: 1fr;
    }

    .lon-editorial-card:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--lon-line);
    }

    .lon-editorial-image {
        height: 72vh;

        min-height: 520px;
    }

    .lon-editorial-content {
        padding: 30px 24px 45px;
    }

    .lon-editorial-content h3 {
        font-size: 40px;
    }


    /* HEADINGS */

    .lon-section-heading {
        align-items: flex-end;

        margin-bottom: 40px;
    }

    .lon-section-heading h2 {
        font-size: 48px;
    }


    /* PRODUCTS */

    .lon-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 10px;
    }

    .lon-product-info {
        display: block;

        padding-top: 13px;
    }

    .lon-product-info h3 {
        font-size: 8px;
    }

    .lon-product-info p {
        margin-top: 6px;

        font-size: 12px;
    }


    /* STORY */

    .lon-story {
        grid-template-columns: 1fr;

        min-height: 0;
    }

    .lon-story-image {
        min-height: 68vh;
    }

    .lon-story-content {
        padding: 85px 25px;
    }

    .lon-story-content h2 {
        font-size: 50px;
    }


    /* FIND */

    .lon-find-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lon-find-card {
        min-height: 220px;

        padding: 25px 18px;
    }

    .lon-find-card h3 {
        font-size: 27px;
    }


    /* SOCIAL */

    .lon-social-grid {
        grid-template-columns: 1fr 1fr;

        gap: 8px;
    }

    .lon-social-heading h2 {
        font-size: 57px;
    }


    /* CLOSING */

    .lon-closing {
        padding: 120px 20px;
    }

    .lon-closing h2 {
        font-size: 67px;
    }


    /* FOOTER */

    .lon-footer-main {
        grid-template-columns: 1fr 1fr;

        gap: 50px 25px;

        padding-top: 70px;
        padding-bottom: 70px;
    }

    .lon-footer-brand,
    .lon-footer-newsletter {
        grid-column: 1 / -1;
    }

    .lon-footer-newsletter {
        margin-top: 20px;
    }

    .lon-footer-bottom {
        min-height: 0;

        grid-template-columns: 1fr;

        gap: 14px;

        padding-top: 25px;
        padding-bottom: 25px;
    }

    .lon-footer-country {
        text-align: left;
    }
}


/* ==========================================================
   18. VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 380px) {

    .lon-brand-name {
        font-size: 17px;
    }

    .lon-find-grid {
        grid-template-columns: 1fr;
    }

    .lon-find-card {
        border-right: 0;

        border-bottom: 1px solid var(--lon-line);
    }

    .lon-find-card:last-child {
        border-bottom: 0;
    }
}

/* ========================================
   LABELS OF NOOR — NOOR 01 HERO IMAGE
======================================== */

.lon-hero {
    position: relative;
    background-image:
        linear-gradient(
            90deg,
            rgba(35, 25, 40, 0.45) 0%,
            rgba(35, 25, 40, 0.18) 45%,
            rgba(35, 25, 40, 0.02) 100%
        ),
        url("../images/noor-01-hero.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ========================================
   NOOR 01 — HERO CAMPAIGN IMAGE
======================================== */

.lon-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lon-hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Luxury dark fade for readable hero typography */
.lon-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(27, 20, 31, 0.52) 0%,
            rgba(27, 20, 31, 0.28) 38%,
            rgba(27, 20, 31, 0.08) 68%,
            rgba(27, 20, 31, 0.03) 100%
        );
    pointer-events: none;
}

/* Keep content above image */
.lon-hero-content,
.lon-hero-scroll {
    position: absolute;
    z-index: 3;
}

/* ========================================
   LABELS OF NOOR — EDITORIAL CAMPAIGNS
======================================== */

.lon-editorial-daylight,
.lon-editorial-afterdark {
    background-image: url("../images/daylight-afterdark-campaign.png");
    background-repeat: no-repeat;
    background-size: 200% 100%;
}

/* Left half of campaign image */
.lon-editorial-daylight {
    background-position: left center;
}

/* Right half of campaign image */
.lon-editorial-afterdark {
    background-position: right center;
}

/* Subtle luxury image movement */
.lon-editorial-image {
    transition: transform 0.8s cubic-bezier(.2,.6,.2,1);
}

.lon-editorial-card {
    overflow: hidden;
}

.lon-editorial-card:hover .lon-editorial-image {
    transform: scale(1.015);
}