:root {
    --bg: #0b0b0b;
    --fg: #f5f3ee;
    --accent: #c9a24a;
    --muted: #8a8a86;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.grain {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.05;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 3px 3px;
    z-index: 1;
}

.nyd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 5vw;
    letter-spacing: 0.18em;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--muted);
    z-index: 2;
}

.nyd-header .logo {
    color: var(--fg);
    font-weight: 600;
    letter-spacing: 0.25em;
}

.nyd-hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 5vw 60px;
    position: relative;
    z-index: 2;
    height: 90vh;
    width: 100%;
    overflow: hidden;
}

video.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.nyd-hero>*:not(.video-background, .grain) {
    position: relative;
    z-index: 1;
}

.kicker {
    font-size: 12px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--accent);
}

h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: clamp(2.1rem, 7.2vw, 5.6rem);
    line-height: 1.02;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    max-width: 1200px;
}

h1 .highlight {
    color: var(--accent);
}

h1 .line {
    display: block;
}

h1 .thin {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 0.28em;
    display: block;
    letter-spacing: 0.06em;
    margin-top: 22px;
    color: var(--muted);
}

.sub {
    max-width: 560px;
    margin: 34px auto 0;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    font-weight: 300;
    line-height: 1.6;
    color: #d8d5cd;
}

.divider {
    width: 40px;
    height: 1px;
    background: var(--accent);
    margin: 40px auto;
}

form {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(245, 243, 238, 0.3);
}

input[type="email"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--fg);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 14px 4px;
    letter-spacing: 0.02em;
}

input[type="email"]::placeholder {
    color: var(--muted);
}

button {
    background: none;
    border: none;
    color: var(--fg);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 14px 6px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

button:hover {
    color: var(--accent);
}

.status {
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--accent);
    min-height: 16px;
}

.about {
    border-top: 1px solid rgba(245, 243, 238, 0.1);
    border-top: 1px solid rgba(245, 243, 238, 0.1);
    z-index: 2;
    position: relative;
}

.about-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 60px;
}

.about-label {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent);
}

.about-heading {
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 14px;
    letter-spacing: 0.01em;
}

.about-copy p {
    max-width: 620px;
}

.about-copy p+p {
    margin-top: 22px;
}

.founders {
    margin-top: 40px;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
}

.founders span {
    color: var(--fg);
}

@media (max-width: 720px) {
    .about-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.gallery {
    border-top: 1px solid rgba(245, 243, 238, 0.1);
    border-top: 1px solid rgba(245, 243, 238, 0.1);
    z-index: 2;
    position: relative;
}

.gallery-head {
    max-width: 1200px;
    margin: 0 auto 44px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.gallery-head h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-top: 10px;
}

.gallery-head p {
    max-width: 340px;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--muted);
}

.grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 190px;
    gap: 12px;
}

.tile {
    position: relative;
    overflow: hidden;
    background: linear-gradient(155deg, #1c1c1c 0%, #101010 100%);
    border: 1px solid rgba(245, 243, 238, 0.08);
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.tile:hover {
    border-color: rgba(201, 162, 74, 0.4);
}

.tile img,
.tile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.85;
    transition: transform 0.6s ease, opacity 0.4s ease;
}

.tile:hover img,
.tile:hover video {
    transform: scale(1.05);
    opacity: 1;
}

.tile-label {
    position: absolute;
    left: 14px;
    bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--fg);
    z-index: 2;
    opacity: 0.85;
    pointer-events: none;
}

.tile-label::before {
    content: '';
}

.tile-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 45%);
    z-index: 1;
    pointer-events: none;
}

.tile-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--muted);
    pointer-events: none;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(245, 243, 238, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.play::after {
    content: '';
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent var(--fg);
    margin-left: 3px;
}

.t1 {
    grid-column: span 3;
    grid-row: span 2;
}

.t2 {
    grid-column: span 3;
    grid-row: span 1;
}

.t3 {
    grid-column: span 3;
    grid-row: span 1;
}

.t4 {
    grid-column: span 3;
    grid-row: span 1;
}

.t5 {
    grid-column: span 3;
    grid-row: span 1;
}

@media (max-width: 860px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
    }

    .t1,
    .t2,
    .t3,
    .t4,
    .t5 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .t1 {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (max-width: 600px) {
    .grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .t1,
    .t2,
    .t3,
    .t4,
    .t5 {
        grid-column: span 1;
        grid-row: span 1;
    }
}

.lookbook {
    border-top: 1px solid rgba(245, 243, 238, 0.1);
    border-top: 1px solid rgba(245, 243, 238, 0.1);
    z-index: 2;
    position: relative;
}

.lookbook-head {
    max-width: 1200px;
    margin: 0 auto 44px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.lookbook-head h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-top: 10px;
}

.lookbook-head p {
    max-width: 340px;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--muted);
}

.lb-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    align-items: start;
}

.lb-item {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: linear-gradient(155deg, #1c1c1c 0%, #101010 100%);
}

.lb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.88;
    transition: transform 0.6s ease, opacity 0.4s ease;
}

.lb-item:hover img {
    transform: scale(1.05);
    opacity: 1;
}

.lb-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--muted);
}

.lb-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 70%);
    transform: translateY(8px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.lb-item:hover .lb-info {
    opacity: 1;
    transform: translateY(0);
}

.lb-info .name {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--fg);
}

.lb-info .price {
    font-size: 11px;
    color: var(--accent);
    margin-top: 4px;
    letter-spacing: 0.06em;
}

.lb-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    z-index: 2;
}

@media (max-width: 860px) {
    .lb-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ---- Stores section ---- */
.stores {
    z-index: 2;
    position: relative;
}

.stores-head {
    max-width: 1200px;
    margin: 0 auto 44px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.stores-head h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-top: 10px;
}

.stores-head p {
    max-width: 340px;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--muted);
}

.stores-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    align-items: start;
}

.store-item {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.store-item:hover {
    border-color: rgba(201, 162, 74, 0.4);
    transform: translateY(-2px);
}

.store-item img {
    max-width: 68%;
    max-height: 44%;
    object-fit: contain;
    filter: grayscale(1) brightness(1.1);
    opacity: 0.75;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.store-item:hover img {
    filter: grayscale(0) brightness(1);
    opacity: 1;
}

.store-placeholder {
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    text-align: center;
    padding: 0 10px;
}

@media (max-width: 860px) {
    .stores-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .store-item img {
        max-width: 110px;
        max-height: 35px;
    }
}

.nyd-footer {
    text-align: center;
    padding: 24px 5vw 32px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    z-index: 2;
}

@media (max-width: 480px) {
    form {
        flex-direction: column;
        border-bottom: none;
    }

    input[type="email"] {
        border-bottom: 1px solid rgba(245, 243, 238, 0.3);
        text-align: center;
        padding: 12px;
    }

    button {
        border: 1px solid rgba(245, 243, 238, 0.3);
        margin-top: 12px;
        padding: 12px;
    }
}

/* ---- Section Title ---- */
.section-head {
    max-width: 1200px;
    margin: 0 auto;
}

.section-head h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-top: 10px;
}

.section-head p {
    max-width: 340px;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--muted);
}

/* ---- Elementor Lightbox Video Fix ---- */
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: auto !important;
    max-width: 100%;
    max-height: 80vh !important
}