/* Fonts */
@font-face {
    font-family: 'VASCA';
    src: url('fonts/Vasca.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Ensures text is visible during font load */
}

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

body {
    font-family: 'Cormorant Garamond', serif;
    background-color: #030106;
    color: #ffffff;
    line-height: 1.4;
}

.container {
    background-color: #030106;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 54px 46px;
    gap: 148px;
    width: 100%;
    min-height: 100vh;
}

/* Header */
.header {
    background-color: #030106;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 20px 0;
}

.logo {
    font-family: 'VASCA', 'Arial Black', 'Arial Bold', Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #ffc34a;
    text-align: center;
    letter-spacing: 2.4px;
    white-space: pre;
}

/* Hero Section */
.hero-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    max-width: 908px;
    width: 100%;
}

.hero-image {
    height: 569px;
    width: 100%;
    position: relative;
}

.hero-image img,
.landscape-image img,
.full-width-image img,
.final-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

/* Tagline */
.tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    line-height: 1.4;
    font-size: 40px;
    color: #ffffff;
    text-align: left;
}

.tagline p {
    margin: 0;
    padding:0px;
}

/* Image Section */
.image-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    max-width: 1115px;
    width: 100%;
}

.landscape-image {
    height: 592px;
    width: 100%;
    position: relative;
}

/* Text Block */
.text-block {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    max-width: 656px;
    width: 100%;
    min-height: 406px;
}

.text-content {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: #ffffff;
    width: 100%;
}

.text-content p {
    margin: 0;
}

/* Full Width Image */
.full-width-image {
    height: 582px;
    max-width: 1348px;
    width: 100%;
    position: relative;
}

/* Text Block 2 */
.text-block-2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    max-width: 656px;
    width: 100%;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: #ffffff;
}

.heading {
    font-weight: 400;
    width: 100%;
}

.text-content-2 {
    width: 100%;
}

.text-content-2 p {
    margin: 0;
}

/* Three Image Grid */
.image-grid-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
    max-width: 880px;
    width: 100%;
}

.image-grid-3 .grid-item {
    flex: 1 1 0;
    min-width: 222px;
    height: 420px;
    position: relative;
}

.image-grid-3 .grid-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

/* Two Image Section */
.two-image-section {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1348px;
    width: 100%;
    min-height: 569px;
}

.two-image-item {
    flex: 1 1 0;
    min-width: 0;
    height: 569px;
    position: relative;
}

.two-image-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

/* Text Block 3 */
.text-block-3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: #ffffff;
    max-width: 660px;
    width: 100%;
    line-height: 1.4;
}

/* Four Image Grid */
.image-grid-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
    max-width: 1347px;
    width: 100%;
}

.grid-item-4 {
    flex: 1 1 0;
    min-width: 222px;
    height: 326px;
    min-height: 326px;
    position: relative;
}

.grid-item-4 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.grid-item-4 .image-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.grid-item-4 .image-wrapper img {
    position: absolute;
    height: 100%;
    left: -93.73%;
    top: 1.31%;
    width: 200.14%;
}

/* Limited Edition Section */
.limited-edition {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    max-width: 732px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.limited-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 148px;
    line-height: 1;
    white-space: pre;
}

.limited-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 28px;
    white-space: pre;
}

.limited-links {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 48px;
    text-decoration: none;
  
}

.limited-links a {
    display: block;
    color: #ffffff;
    text-decoration: underline;
    text-underline-position: from-font;
    margin-bottom: 0;
}

.limited-links a:last-child {
    margin-bottom: 0;
}

/* Final Image */
.final-image {
    height: 568px;
    max-width: 888px;
    width: 100%;
    position: relative;
}

/* Credits */
.credits {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    max-width: 395px;
    width: 100%;
    padding-bottom: 64px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.credits-content {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    width: 100%;
    line-height: 0;
}

.credits-content p {
    line-height: normal;
    margin-bottom: 0;
}

.credits-content p:last-child {
    margin-bottom: 0;
}

.bold {
    font-weight: 700;
}

/* Responsive Styles - Desktop (1920px and above) */
@media (min-width: 1920px) {
    .container {
        gap: 148px;
        padding: 54px 46px;
    }
}

/* Responsive Styles - Desktop (1440px to 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .container {
        gap: 148px;
        padding: 54px 46px;
    }
}

/* Responsive Styles - Tablet (768px to 1439px) */
@media (min-width: 768px) and (max-width: 1439px) {
    .container {
        gap: 148px;
        padding: 54px 46px;
    }

    .full-width-image {
        max-width: 100%;
    }

    .two-image-section {
        max-width: 100%;
    }

    .image-grid-4 {
        max-width: 100%;
    }
}

/* Responsive Styles - Mobile (375px to 767px) */
@media (min-width: 375px) and (max-width: 767px) {
    .container {
        gap: 88px;
        padding: 54px 46px;
    }

    .hero-section {
        max-width: 343px;
        width: 343px;
    }

    .image-section {
        max-width: 343px;
        width: 343px;
    }

    .text-block {
        max-width: 100%;
        width: 100%;
    }

    .text-content {
        font-size: 16px;
        line-height: 1.4;
    }

    .full-width-image {
        height: 582px;
        width: 343px;
    }

    .text-block-2 {
        max-width: 100%;
        width: 100%;
    }

    .heading {
        font-size: 20px;
        line-height: 1.4;
    }

    .text-content-2 {
        font-size: 16px;
        line-height: 1.4;
    }

    .image-grid-3 {
        max-width: 343px;
        width: 343px;
    }

    .two-image-section {
        max-width: 343px;
        width: 343px;
    }

    .two-image-item:last-child {
        min-width: 222px;
    }

    .image-grid-4 {
        max-width: 331px;
        width: 331px;
    }

    .limited-edition {
        max-width: 100%;
        width: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .limited-title {
        font-size: 64px;
        line-height: 1;
        width: 335px;
    }

    .limited-subtitle {
        font-size: 28px;
        white-space: pre;
    }

    .limited-links {
        font-size: 48px;
        white-space: pre;
    }

    .final-image {
        max-width: 343px;
        width: 343px;
    }
}

/* Responsive Styles - Small Mobile (below 375px) */
@media (max-width: 374px) {
    .container {
        gap: 88px;
        padding: 54px 20px;
    }

    .hero-section,
    .image-section,
    .image-grid-3,
    .two-image-section,
    .final-image {
        width: 100%;
        max-width: 100%;
    }

    .text-content {
        font-size: 16px;
        line-height: 1.4;
    }

    .heading {
        font-size: 20px;
        line-height: 1.4;
    }

    .text-content-2 {
        font-size: 16px;
        line-height: 1.4;
    }

    .limited-title {
        font-size: 48px;
        width: 100%;
    }

    .limited-links {
        font-size: 36px;
    }
}

/* Additional responsive adjustments for better mobile experience */
@media (max-width: 480px) {
    .container {
        padding: 54px 20px;
    }

    .logo {
        font-size: 24px;
    }

    .tagline {
        font-size: 32px;
    }

    .limited-title {
        font-size: 48px;
    }

    .limited-links {
        font-size: 36px;
    }
}

