.padding-box {
    padding: 0 4.5rem;
}

.journal-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    margin: 0 auto;
    min-height: 500px;
}

.grid-section {
    margin: 10px auto;
}

.journal-card {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

.journal-card img {
    width: 100%;
    display: block;
}

.journal-card--large {
    grid-row: span 2;
    grid-column: span 1;
}

.journal-caption {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.journal-caption h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
}

.journal-caption p {
    font-size: 0.9rem;
    color: #555;
}

.journal-caption a {
    display: inline-block;
    margin-top: 10px;
    color: #111;
    text-decoration: none;
    text-align: center;
}


.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}

.slider-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 900px;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
    padding: 1rem 2rem;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
}

.swiper-button {
    margin-top: 30px;
}

.swiper-button a {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 1rem 2rem;
}

.event-container {
    margin: 50px 10px 0 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 5px auto 5px;
}

.event-section {
    margin-top: 10px;
}

.event-card {
    width: 50%;
    display: flex;
    flex-direction: column;

}

.event-card p {
    padding-bottom: 20px;
    line-height: 0;
    font-weight: 600;
}

.event-image {
    position: relative;
}

.event-image img {
    width: 100%;
    height: auto;
}

.event-image p {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    right: 10px;
    color: white;
}

.wedding-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 45px auto 45px;
}

.wedding-left {
    flex: 1.7;
}

.wedding-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 6rem;
    align-items: flex-start;
}

.wedding-right h3 {
    letter-spacing: 4px;
    font-weight: 400;
    font-family: "Newsreader", sans-serif;
    font-size: clamp(13px, 2vw, 16px);
}

.wedding-right h1 {
    font-family: "Outfit", sans-serif;
    font-size: clamp(14px, 2vw, 20px);
}

.wedding-right p {
    font-size: clamp(14px, 2vw, 16px);
}

.wedding-button {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.bespoke-rental-container {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    gap: 0px;
    margin: 5px auto 0;
}

.bespoke-rental-left,
.bespoke-rental-right {
    flex: 1;
    position: relative;
    transition: flex-grow 0.3s ease;
    overflow: hidden;
}


.bespoke-rental-container:hover .bespoke-rental-left,
.bespoke-rental-container:hover .bespoke-rental-right {
    flex-grow: 1;
}


.bespoke-rental-left:hover {
    flex-grow: 2;
}

.bespoke-rental-right:hover {
    flex-grow: 2;
}

.bespoke-rental-left img,
.bespoke-rental-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.bespoke-rental-left:hover img,
.bespoke-rental-right:hover img {
    transform: scale(1.1);
}

.bespoke-rental-left img:hover,
.bespoke-rental-right img:hover {
    transform: scale(1.1);
}

.bespoke-card {
    position: absolute;
    bottom: 100px;
    left: 30px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.bespoke-card h1 {
    font-size: clamp(14px, 4vw, 50px);
}

.bespoke-card p {
    font-size: clamp(12px, 2vw, 15px);
}

.journal-title {
    padding: 0px 0 10px;
    text-align: left;
}

.journal-title h2 {
    font-family: "Newsreader", serif;
    font-size: clamp(24px, 2.2vw, 36px);
    letter-spacing: .02em;
}

.journal-more-button {
    text-align: center;
    margin: 40px 0 60px;
}

.journal-more-button button {
    font-family: 'Newsreader', sans-serif;
    color: #000;
    font-weight: 500;
    padding: 12px 28px;
    font-size: 14px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.journal-more-button button:hover {
    background: #000;
    color: #fff;
}


.lookbook-section {
    padding: 100px 0 100px;
}

.lookbook-title {
    text-align: left;
    margin-bottom: 28px;
}

.lookbook-title h2 {
    font-family: "Newsreader", serif;
    font-size: clamp(24px, 2.2vw, 36px);
    letter-spacing: .02em;
}

.lookbook-title p {
    color: #666;
    margin-top: 6px;
    font-size: clamp(13px, 1.2vw, 15px);
}

.masonry {
    --gap: 10px;
    column-gap: var(--gap);
    column-fill: balance;
    column-count: 2;
    padding: var(--gap);
}

.masonry-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    overflow: hidden;
    border-radius: 0px;
    transform: translateZ(0);
    will-change: transform;
}

.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .35s ease, filter .35s ease;
}

.lookbook-actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.lookbook-more {
    border: 1px solid #000;
    background: #fff;
    font-family: 'Newsreader', sans-serif;
    color: #000;
    font-weight: 500;
    padding: 12px 28px;
    letter-spacing: .02em;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.lookbook-more:hover {
    transform: translateY(-1px);
    background: #222;
    color: #fff;
}

.lookbook-more:active {
    transform: translateY(0);
}


.masonry-item:hover img {
    filter: brightness(0.95);
    transform: scale(1.03);
}

.lb-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.lb-modal.is-open {
    display: block;
}

.lb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.lb-dialog {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 40px 16px;
}

.lb-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    z-index: 2;
}

.lb-swiper {
    width: 80%;
    height: min(86vh, 1100px);
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.lb-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.lb-swiper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.lb-swiper .swiper-button-prev,
.lb-swiper .swiper-button-next {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.lb-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .7);
}

.lb-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.body-lock {
    overflow: hidden;
}

@media (min-width: 600px) {
    .masonry {
        column-count: 2;
    }
}

@media (min-width: 900px) {
    .masonry {
        column-count: 3;
    }
}

@media (min-width: 1280px) {
    .masonry {
        column-count: 4;
    }
}

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

    .slider-section {
        height: 600px;
    }

    .event-container {
        margin: 5px 0 0px 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .event-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .event-image {
        position: relative;
        display: inline-block;
    }

    .event-image p {
        font-size: 12px;
    }

    .event-image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .event-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
        pointer-events: none;
    }

    .wedding-container .only-mo {
        font-size: 13px;
    }

    .wedding-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 70px auto 60px;
        text-align: center;
    }

    /*
.wedding-left {
    flex: 1;
    position: relative;
}
.wedding-left .only-mo {
    position: absolute;
    color:white;
    top:50%;
    left:50%;
        transform: translate(-50%, -50%);
}*/
    .wedding-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        align-items: center;
        text-align: center;
        padding: 10px 0 20px 0;
    }

    .bespoke-card {
        position: absolute;
        bottom: 30px;
        left: 30px;
        display: flex;
        flex-direction: column;
        color: #fff;
    }

    .bespoke-card h1 {
        font-size: clamp(14px, 4vw, 50px);
    }

    .bespoke-card p {
        font-size: 11px;
    }

    .journal-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .journal-card {
        border: none;
    }

    .journal-title {
        padding: 100px 0 10px 0;
        text-align: center;
    }

    .swiper-text {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -30%);
        color: #fff;
        padding: 1rem 2rem;
        z-index: 10;
        text-align: center;
        white-space: nowrap;
    }

    .swiper-text h2 {
        touch-action: none;
        pointer-events: none;
        line-height: 0;
        font-size: 13px;
    }

    .swiper-button {
        margin-top: 20px;
    }

    .swiper-button a {
        font-size: 11px;
        border: 1px solid #fff;
        font-weight: bold;
        padding: 0.5rem 1rem;
    }

    .wedding-button {
        padding: 0.5rem 1rem;
        font-size: 11px;
    }

    .journal-caption h3 {
        font-size: 13px;
    }

    .journal-caption p {
        margin:0;
        line-height: 1.6;
        letter-spacing: 0.2px;
        font-size: 12px;
    }

    .journal-caption a {
        display: inline-block;
        margin-top: 20px;
        font-size: 13px;
        color: #111;
        text-decoration: none;
        text-align: center;
    }

    .bespoke-rental-container {
        flex-direction: column;
    }

    .swiper {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .masonry {
        --gap: 5px;
        column-gap: var(--gap);
        column-fill: balance;
        column-count: 2;
        padding: var(--gap);
    }

    .masonry-item {
        display: inline-block;
        width: 100%;
        margin: 0 0 1px;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        overflow: hidden;
        border-radius: 0px;
        transform: translateZ(0);
        will-change: transform;
    }

    .lb-swiper {
        width: 100%;
        height: 90%;
        background: #000;
        border-radius: 10px;
        overflow: hidden;
    }

    .lookbook-section {
        padding: 110px 0 0px;
    }

    .lookbook-title {
        text-align: center;
    }
    .event-section {
    margin-top: 0px;
}

.journal-more-button button {
    font-family: 'Newsreader', sans-serif;
    color: #000;
    font-weight: 500;
    padding: 12px 28px;
    font-size: 12px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.lookbook-more {
font-size: 12px;
}
video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
}