@font-face {
    font-family: 'The Blendinroom';
    src: url('../font/THE%20BLENDINROOM.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-bg: #5F2029;
    --custom-bg: #591829;
    --custom-yellow: #F9C89B;
    --custom-orange: #B54E2A;
    --bespoke-bg: #FED0BD;
    --nav-bg: #FED1C1;
    --maroon: #591829;
    --Prelude: #3C4659;
    --Rhapsody: #234346;
    --Symphony: #B54E2A;
}

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

html,
body {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: var(--bespoke-bg);
}

body,
button,
input,
textarea,
select,
a {
    font-family: 'Lora', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'The Blendinroom', serif;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}


.bespoke-package {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-color: var(--bespoke-bg);
}

.bespoke-container {
    max-width: 1400px;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    margin: 0 auto;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transform: translate(0px, -100px);
}

.bespoke-bottom-pattern {
    display: block;
    width: 100%;
    height: clamp(70px, 5.5vw, 110px);
    flex: 0 0 auto;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.bespoke-col {
    display: flex;
    flex-direction: column;
}

.bespoke-col.left {
    position: absolute;
    top: 45%;
    width: 26%;
    transform: translateY(-50%);
    z-index: 2;
}

.bespoke-col.right {
    position: absolute;
    top: 74%;
    width: 26%;
    transform: translateY(-50%);
    z-index: 2;
}

.bespoke-col.left {
    left: 10%;
}

.bespoke-col.right {
    right: 10%;
}

.bespoke-col.center {
    position: relative;
    width: min(52%, 720px);
    z-index: 1;
}

.main-title {
    font-size: 78px;
    color: var(--custom-bg);
    line-height: 0.9 !important;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 100px;
}

.tagline {
    font-size: 18px;
    color: var(--custom-bg);
    letter-spacing: 3px;
    line-height: 1.6;
    font-weight: 400;
    text-transform: uppercase;
}

.video-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--bespoke-bg);
    isolation: isolate;
}

.animation-video {
    display: block;
    width: min(120%, 800px);
    height: auto;
    object-fit: contain;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 72%, transparent 100%);
    mask-image: radial-gradient(ellipse at center, #000 72%, transparent 100%);
}

.description {
    font-size: 16px;
    color: var(--custom-bg);
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 300;
}

.btn-explore {
    display: inline-block;
    border: 1px solid var(--custom-bg);
    color: var(--custom-bg);
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    z-index: 2;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    align-self: flex-start;
    transform: translate(0px, -160px);
}

.btn-explore:hover {
    background-color: var(--custom-bg);
    color: var(--custom-yellow);
}

.dragonfly-pattern {
    width: 100%;
    margin: 0;
    background-color: var(--bespoke-bg);
    margin: 0% 0 10% 0;
}

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

.vision-section {
    background-color: var(--bespoke-bg);
    padding: 0px 20px 140px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vision-container {
    width: 100%;
}

.vision-title {
    font-size: 78px;
    color: var(--color-bg);
    letter-spacing: 5px;
    margin-bottom: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.core-description {
    font-size: 16px;
    color: var(--color-bg);
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 300;
    max-width: 455px;
    margin: 0 auto;
}

.packages-section {
    background-color: var(--bespoke-bg);
    padding: 17px clamp(24px, 4.7vw, 62px) 35px;
    text-align: center;
}

.packages-container {
    width: 100%;
    max-width: 1177px;
    margin: 0 auto;
}

.packages-main-title {
    font-size: 42px;
    color: var(--custom-bg);
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 100px;
    text-transform: uppercase;
    line-height: 50px;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
    margin: 0 0 15% 0;
}

.package-card {
    scroll-margin-top: 120px;
    min-height: 460px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.16);
}

.card-header {
    min-height: 78px;
    padding: 25px 20px 20px;
    text-align: center;
}

.card-header h3 {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 2px;
    color: var(--custom-yellow);
    font-weight: 500;
    margin-bottom: 0px;
}

.card-body {
    background-color: var(--color-bg);
    padding: 35px 31px 31px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body p {
    max-width: 240px;
    margin: 18px auto 34px;
    font-size: 16px;
    color: var(--custom-yellow);
    line-height: 28px;
    font-weight: 400;
}

.prelude .card-header {
    background-color: var(--Prelude);
}

.rhapsody .card-header {
    background-color: var(--Rhapsody);
}

.symphony .card-header {
    background-color: var(--Symphony);
}

.btn-outline {
    display: inline-block;
    border: 1px solid var(--custom-yellow);
    color: var(--custom-yellow);
    text-decoration: none;
    width: 100%;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background-color: var(--custom-yellow);
    color: var(--color-bg);
}

.faq-container {
    max-width: 700px;
    margin: 120px auto 12%;
}

.faq-title {
    font-size: 78px;
    font-weight: 400;
    letter-spacing: 6px;
    margin-bottom: 60px;
    color: var(--color-bg);
}

.faq-list {
    text-align: left;
}

.faq-item {
    border-bottom: 1px solid var(--color-bg);
    padding: 25px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: var(--color-bg);
}

.faq-item:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
}

.faq-arrow {
    font-size: 24px;
    font-weight: 300;
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.faq-item:hover .faq-arrow {
    transform: translateX(5px);
}

.floating-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1200;
    display: block;
    width: 94px;
    height: 94px;
    transition: transform 0.3s ease;
}

.floating-button:hover {
    transform: translateY(-5px);
}

.floating-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .bespoke-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .bespoke-col.left {
        position: relative;
        margin-top: 15%;
        z-index: 2;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;

    }

    .bespoke-col.center {
        margin: 0 auto;
        top: -125px;
        width: min(80%, 720px);
    }

    .bespoke-col.right {
        position: relative;
        margin-top: -180px;
        transform: none;
        top: 0;
        right: 0;
        width: 50%;
    }
}

@media (max-width: 992px) {
    .main-title {
        font-size: 62px;
    }

    .vision-title {
        font-size: 62px;
    }

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

    .faq-title {
        font-size: 62px;
    }

    .bespoke-container {
        transform: translate(0px, -50px);
    }

    .btn-explore {
        transform: none;
    }

    .dragonfly-pattern {
        margin: 10% 0 10% 0;
    }
}

@media (max-width: 768px) {
    .floating-button {
        width: 65px;
    }

    .bespoke-col.left {
        margin-top: 30%;
    }

    .bespoke-col.center {
        margin: 0 0 0 auto;
    }

    .main-title {
        font-size: 50px;
    }

    .tagline {
        font-size: 16px;
    }

    .vision-title {
        font-size: 50px;
    }

    .faq-title {
        font-size: 50px;
    }

    .packages-main-title {
        font-size: 36px;
    }

    .packages-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    .bespoke-col.center {
        top: -75px;
        width: min(80%, 720px);
    }

    .bespoke-col.right {
        margin-top: -100px;
        width: 70%;
    }

    .description {
        font-size: 14px;
    }

    .core-description {
        font-size: 14px;
    }

    .vision-title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 15px;
    }

    .packages-main-title {
        font-size: 30px;
        line-height: 35px;
    }

    .card-header h3 {
        font-size: 20px;
    }

    .faq-question {
        font-size: 16px;
    }

    .card-body p {
        font-size: 14px;
    }
}