.elementor-10184 .elementor-element.elementor-element-bfbf0e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-01e50d1{width:100%;max-width:100%;}.elementor-10184 .elementor-element.elementor-element-706ca19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-c3959c8{width:100%;max-width:100%;}.elementor-10184 .elementor-element.elementor-element-9c08d75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-9aab620{width:100%;max-width:100%;}.elementor-10184 .elementor-element.elementor-element-fe06514{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-46af961{width:100%;max-width:100%;}.elementor-10184 .elementor-element.elementor-element-955e326{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-8b50ffc{width:100%;max-width:100%;}.elementor-10184 .elementor-element.elementor-element-fc59cda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-c16c2d1{width:100%;max-width:100%;}.elementor-10184 .elementor-element.elementor-element-2786c56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-cbb0797{width:100%;max-width:100%;}.elementor-10184 .elementor-element.elementor-element-0cdc924{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-a042336{width:100%;max-width:100%;}.elementor-10184 .elementor-element.elementor-element-f1c1b31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10184 .elementor-element.elementor-element-4422bc8{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-01e50d1 *//* =========================
   CONTACT FORM 7 LUXURY FORM
   ========================= */

.tm-form {
    max-width: 100%;
}

/* Title (if used inside form) */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* CF7 paragraphs */
.tm-form p {
    margin-bottom: 8px !important;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #555;
    font-weight: 500;
    line-height: 1.4;
}

/* Two-column rows */
.tm-row {
    display: flex;
    gap: 18px;
    margin-bottom: 0;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input[type="text"],
.tm-form input[type="email"],
.tm-form input[type="tel"],
.tm-form input[type="date"],
.tm-form select,
.tm-form textarea {
    width: 100%;
    border: 1px solid #ddd4c7;
    background: #ffffff;
    padding: 12px 18px;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
    transition: all .3s ease;
}

/* Input heights */
.tm-form input[type="text"],
.tm-form input[type="email"],
.tm-form input[type="tel"],
.tm-form input[type="date"],
.tm-form select {
    height: 54px;
}

/* Textarea */
.tm-form textarea {
    height: 110px;
    min-height: 110px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
    box-shadow: none;
}

/* Placeholder */
.tm-form ::placeholder {
    color: #8f8f8f;
    opacity: 1;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    height: 58px;
    padding: 0;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    font-family: inherit;
}

.tm-form input[type="submit"]:hover {
    background: #244848;
}

/* CF7 Response Output */
.tm-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 10px !important;
}

/* Error messages */
.tm-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-form input[type="text"],
    .tm-form input[type="email"],
    .tm-form input[type="tel"],
    .tm-form input[type="date"],
    .tm-form select {
        height: 50px;
    }

    .tm-form textarea {
        height: 100px;
    }

    .tm-form input[type="submit"] {
        height: 54px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bfbf0e2 *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-706ca19 *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9c08d75 *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fe06514 *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-955e326 *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fc59cda *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2786c56 *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0cdc924 *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f1c1b31 *//* Wrapper */
.tm-form {
    max-width: 950px;
    margin: 0 auto;
}

/* Title */
.tm-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 400;
    color: #284a4a;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Labels */
.tm-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 500;
}

/* Grid */
.tm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.tm-col {
    flex: 1;
}

/* Inputs */
.tm-form input,
.tm-form select,
.tm-form textarea {
    width: 100%;
    padding: 20px 28px;
    border: 1px solid #ddd4c7;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-family: "Cormorant Garamond", serif;
    border-radius: 2px;
    box-sizing: border-box;
}

.tm-form select{padding: 0px 28px;}

/* Textarea */
.tm-form textarea {
    height: 180px;
    resize: vertical;
}

/* Focus */
.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    outline: none;
    border-color: #2f5d5d;
}

/* Submit Button */
.tm-form input[type="submit"] {
    width: 100%;
    background: #2f5d5d;
    color: #fff;
    border: none;
    padding: 22px;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.tm-form input[type="submit"]:hover {
    background: #254949;
}

/* Mobile */
@media (max-width: 768px) {

    .tm-row {
        flex-direction: column;
        gap: 0;
    }

    .tm-title {
        font-size: 42px;
    }
}/* End custom CSS */
/* Start custom CSS */:root {
    --teal: #1d5c5c;
    --teal-dark: #143f3f;
    --teal-light: #2a7a7a;
    --gold: #c9a84c;
    --gold-light: #e2c97e;
    --cream: #f7f2eb;
    --cream-dark: #ede5d8;
    --white: #ffffff;
    --text-dark: #1a1a1a;
    --text-mid: #4a4a4a;
    --text-light: #888;
    --ff-heading: 'Cinzel', Georgia, serif;
    --ff-serif: 'Cormorant Garamond', Georgia, serif;
    --ff-sans: 'Cormorant Garamond', Georgia, serif;
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--ff-serif);
    color: var(--text-dark);
    background: var(--white);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; justify-content: center;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201,168,76,0.15);
  }
  .nav-container {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 18px 56px;
  }
  .nav-logo {
    font-family: var(--ff-heading);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--teal-dark);
    text-transform: uppercase;
  }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-mid);
    text-decoration: none;
    transition: color 0.2s;
    font-family: var(--ff-heading);
  }
  .nav-links a:hover { color: var(--teal); }
  .nav-cta {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    background: var(--teal);
    padding: 10px 24px;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.2s;
    font-family: var(--ff-heading);
  }
  .nav-cta:hover { background: var(--teal-dark); }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    padding: 140px 0 80px;
    background: var(--cream);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 80% at 80% 20%, rgba(29,92,92,0.07) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 500; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: 20px;
  }
  .hero-badge::before {
    content: '';
    width: 28px; height: 1px;
    background: var(--gold);
  }
  .hero h1 {
    font-family: var(--ff-heading);
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 400;
    line-height: 1.15;
    color: var(--teal-dark);
    margin-bottom: 24px;
  }
  .hero h1 em {
    font-style: italic;
    font-weight: 400;
    color: var(--gold);
    font-family: var(--ff-serif);
  }
  .hero-desc {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-mid);
    max-width: 420px;
    margin-bottom: 36px;
    font-family: var(--ff-serif);
  }
  .btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 10px; font-weight: 500; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--white);
    background: var(--teal); padding: 14px 32px;
    border-radius: 2px; text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    font-family: var(--ff-heading);
  }
  .btn-primary:hover { background: var(--teal-dark); transform: translateY(-1px); }
  .btn-outline {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 10px; font-weight: 500; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--teal);
    border: 1px solid var(--teal); padding: 13px 32px;
    border-radius: 2px; text-decoration: none;
    transition: all 0.2s;
    font-family: var(--ff-heading);
  }
  .btn-outline:hover { background: var(--teal); color: var(--white); }
  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
  .hero-visual {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 520px;
  }
  .hero-img {
    border-radius: 120px 120px 8px 8px;
    overflow: hidden;
    background: var(--teal-dark);
  }
  .hero-img:first-child {
    grid-row: span 2;
    border-radius: 120px 120px 8px 8px;
  }
  .hero-img img {
    width: 100%; height: 100% !important;
    object-fit: cover;
    display: block;
  }
  .hero-img-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(160deg, var(--teal) 0%, var(--teal-dark) 100%);
    display: flex; align-items: center; justify-content: center;
  }
  .ph-label {
    font-family: var(--ff-serif);
    font-size: 14px; color: rgba(255,255,255,0.5);
    letter-spacing: 0.1em; text-align: center; padding: 12px;
  }

  /* ── SECTION COMMONS ── */
  section { padding: 100px 0; }
  .container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 56px;
    width: 100%;
  }
  .section-label {
    font-size: 10px; font-weight: 500; letter-spacing: 0.35em;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: 12px;
    display: flex; align-items: center; gap: 10px;
    font-family: var(--ff-heading);
  }
  .section-label::before {
    content: ''; width: 24px; height: 1px; background: var(--gold);
  }
  .section-title {
    font-family: var(--ff-heading);
    font-size: clamp(26px, 3.5vw, 44px);
    font-weight: 400;
    line-height: 1.2;
    color: var(--teal-dark);
    margin-bottom: 16px;
  }
  .section-title em { font-style: italic; color: var(--gold); font-family: var(--ff-serif); font-weight: 400; }
  .section-desc {
    font-size: 18px; line-height: 1.8;
    color: var(--text-mid); max-width: 520px;
    margin-bottom: 56px;
    font-family: var(--ff-serif);
  }

  /* ── TOURS ── */
  .tours { background: var(--white); }
  .tours-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 56px;
  }
  .tours-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .tour-card {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s;
  }
  .tour-card:hover { transform: translateY(-6px); }
  .tour-card-img {
    aspect-ratio: 3/4;
    background: linear-gradient(160deg, #2a7a6a 0%, #143f3f 100%);
    position: relative;
    overflow: hidden;
    border-radius: 120px 120px 8px 8px;
  }
  .tour-card-img .ph {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    display: flex; align-items: flex-end; padding: 24px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 40%, transparent 100%);
    z-index: 2;
  }
  .tour-card-photo {
    position: absolute; inset: 0;
    width: 100%; height: 100% !important;
    object-fit: cover;
    display: block;
    z-index: 1;
  }
  .tour-card-tag {
    position: absolute; top: 20px; right: 20px;
    font-size: 9px; font-weight: 600; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--white);
    background: rgba(201,168,76,0.85);
    padding: 4px 10px; border-radius: 20px;
    z-index: 3;
    font-family: var(--ff-heading);
  }
  .tour-card-name {
    font-family: var(--ff-heading);
    font-size: 16px; font-weight: 400;
    color: var(--white);
    letter-spacing: 0.1em;
    position: relative; z-index: 2;
  }
  .tour-bg-1 { background: linear-gradient(160deg, #8b6914 0%, #3d2c08 100%); }
  .tour-bg-2 { background: linear-gradient(160deg, #b87333 0%, #5a3010 100%); }
  .tour-bg-3 { background: linear-gradient(160deg, #2d6a4f 0%, #1b4332 100%); }
  .tour-bg-4 { background: linear-gradient(160deg, #1d5c5c 0%, #0a2e2e 100%); }

  /* ── TAILOR ── */
  .tailor {
    background: var(--cream);
  }
  .tailor-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    width: 100%;
  }
  .tailor-visual {
    position: relative;
    height: 460px;
  }
  .tailor-img-main {
    width: 80%;
    height: 380px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1d5c5c 0%, #0a2e2e 100%);
    position: absolute; top: 0; left: 0;
    overflow: hidden;
  }
  .tailor-img-accent {
    width: 55%;
    height: 220px;
    border-radius: 8px;
    background: linear-gradient(135deg, #c9a84c 0%, #8b6914 100%);
    position: absolute; bottom: 0; right: 0;
    overflow: hidden;
    border: 4px solid var(--white);
  }
  .tailor-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 40px;
  }
  .tailor-feature h4 {
    font-family: var(--ff-heading);
    font-size: 13px; font-weight: 500;
    color: var(--teal-dark);
    margin-bottom: 6px;
    letter-spacing: 0.05em;
  }
  .tailor-feature p {
    font-size: 16px; line-height: 1.7;
    color: var(--text-mid);
    font-family: var(--ff-serif);
  }
  .tailor-feature-icon {
    width: 28px; height: 28px;
    background: var(--gold);
    border-radius: 50%;
    margin-bottom: 12px;
    display: flex; align-items: center; justify-content: center;
  }

  /* ── DESTINATIONS ── */
  .destinations {
    background: var(--teal-dark);
    text-align: center;
    padding: 100px 56px;
  }
  .destinations .section-label { justify-content: center; }
  .destinations .section-label::before { display: none; }
  .destinations .section-title { color: var(--white); }
  .destinations .section-desc { color: rgba(255,255,255,0.65); margin: 0 auto 56px; }
  .dest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 360px);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .dest-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .dest-card:hover .dest-overlay { opacity: 1; }
  .dest-bg {
    width: 100%; height: 100%;
    position: absolute; inset: 0;
  }
  .dest-bg-1 { background: linear-gradient(135deg, #c0392b 0%, #8B0000 100%); }
  .dest-bg-2 { background: linear-gradient(135deg, #e67e22 0%, #a04000 100%); }
  .dest-bg-3 { background: linear-gradient(135deg, #c9a84c 0%, #7d5a10 100%); }
  .dest-bg-4 { background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%); }
  .dest-bg-5 { background: linear-gradient(135deg, #1abc9c 0%, #0a6050 100%); }
  .dest-bg-6 { background: linear-gradient(135deg, #3498db 0%, #1a5b8a 100%); }
  .dest-img {
    position: absolute; inset: 0;
    width: 100%; height: 100% !important;
    object-fit: cover;
    display: block;
  }
  .moment-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%!important;
    object-fit: cover;
    display: block;
  }
  .dest-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .dest-name {
    position: absolute; bottom: 24px; left: 24px;
    font-family: var(--ff-heading);
    font-size: 18px; font-weight: 400;
    color: var(--white);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  }

  /* ── SOUL / ABOUT ── */
  .soul {
    background: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
  .soul-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    height: 440px;
  }
  .soul-img {
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
  }
  .soul-img:first-child { border-radius: 120px 120px 8px 8px; }
  .soul-img:last-child { border-radius: 8px 8px 120px 120px; margin-top: 40px; }
  .soul-stat {
    display: flex; align-items: center; gap: 16px;
    margin-top: 32px;
  }
  .soul-stat-num {
    font-family: var(--ff-heading);
    font-size: 44px; font-weight: 400;
    color: var(--teal);
    line-height: 1;
  }
  .soul-stat-label {
    font-size: 13px; letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-mid);
    line-height: 1.5;
    font-family: var(--ff-heading);
  }
  .soul-divider {
    width: 1px; height: 48px;
    background: var(--cream-dark);
    margin: 0 16px;
  }

  /* ── EXPERIENCES ── */
  .experiences {
    background: var(--cream);
    text-align: center;
  }
  .experiences .section-label { justify-content: center; }
  .experiences .section-label::before { display: none; }
  .exp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
  }
  .exp-item { text-align: center; }
  .exp-icon {
    width: 60px; height: 60px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
  }
  .exp-item h4 {
    font-family: var(--ff-heading);
    font-size: 13px; font-weight: 500;
    color: var(--teal-dark);
    margin-bottom: 8px;
    letter-spacing: 0.05em;
  }
  .exp-item p {
    font-size: 16px; line-height: 1.7;
    color: var(--text-mid);
    font-family: var(--ff-serif);
  }

  /* ── MERGED GRID ── */
  .merged-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 20px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .merged-item { text-align: center; padding: 28px 16px; border-radius: 4px; transition: background 0.2s; }
  .merged-item:hover { background: var(--white); }
  .merged-icon {
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
  }
  .merged-icon.gold { border: 1px solid var(--gold); background: rgba(201,168,76,0.06); }
  .merged-icon.teal { border: 1px solid rgba(29,92,92,0.25); background: rgba(29,92,92,0.05); }
  .merged-item h4 {
    font-family: var(--ff-heading);
    font-size: 12px; font-weight: 500;
    color: var(--teal-dark);
    margin-bottom: 8px;
    letter-spacing: 0.06em;
  }
  .merged-item p {
    font-size: 15px; line-height: 1.7;
    color: var(--text-mid);
    font-family: var(--ff-serif);
  }

  /* ── MOMENTS ── */
  .moments { background: var(--white); text-align: center; }
  .moments .section-label { justify-content: center; }
  .moments .section-label::before { display: none; }
  .moments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 280px);
    gap: 12px;
    margin-top: 48px;
  }
  .moment-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .moment-card:first-child { grid-row: span 2; border-radius: 120px 120px 8px 8px; }
  .moment-card:nth-child(4) { border-radius: 8px 8px 120px 8px; }
  .moment-card:last-child { border-radius: 8px 8px 120px 120px; }
  .moment-bg {
    width: 100%; height: 100%;
    position: absolute; inset: 0;
  }
  .moment-bg-1 { background: linear-gradient(135deg, #6d4c41 0%, #3e2723 100%); }
  .moment-bg-2 { background: linear-gradient(135deg, #f57f17 0%, #e65100 100%); }
  .moment-bg-3 { background: linear-gradient(135deg, #c9a84c 0%, #7d5a10 100%); }
  .moment-bg-4 { background: linear-gradient(135deg, #1d5c5c 0%, #143f3f 100%); }
  .moment-bg-5 { background: linear-gradient(135deg, #4e342e 0%, #1a0000 100%); }
  .moment-card::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
  }
  .moment-caption {
    position: absolute; bottom: 16px; left: 16px;
    font-family: var(--ff-serif);
    font-size: 15px; color: rgba(255,255,255,0.9);
    letter-spacing: 0.1em;
    z-index: 2;
  }

  /* ── WHY ── */
  .why { background: var(--cream); text-align: center; }
  .why .section-label { justify-content: center; }
  .why .section-label::before { display: none; }
  .why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
  .why-item { text-align: center; }
  .why-icon {
    width: 60px; height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(29,92,92,0.2);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    background: var(--white);
  }
  .why-item h4 {
    font-family: var(--ff-heading);
    font-size: 13px; font-weight: 500;
    color: var(--teal-dark);
    margin-bottom: 8px;
    letter-spacing: 0.05em;
  }
  .why-item p {
    font-size: 15px; line-height: 1.7;
    color: var(--text-mid);
    font-family: var(--ff-serif);
  }

  /* ── REVIEWS ── */
  .reviews { background: var(--white); }
  .reviews-header { text-align: center; margin-bottom: 16px; }
  .stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
  .rating-label {
    font-family: var(--ff-heading);
    font-size: 32px; font-weight: 400;
    color: var(--teal-dark);
    margin: 8px 0 4px;
  }
  .rating-sub {
    font-size: 13px; color: var(--text-light);
    letter-spacing: 0.12em; text-transform: uppercase;
    font-family: var(--ff-heading);
  }
  .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
  }
  .review-card {
    background: var(--cream);
    border-radius: 4px;
    padding: 28px;
    border-left: 3px solid var(--gold);
  }
  .review-stars { color: var(--gold); font-size: 13px; margin-bottom: 12px; }
  .review-text {
    font-family: var(--ff-serif);
    font-size: 16px; line-height: 1.7;
    color: var(--text-dark);
    font-style: italic;
    margin-bottom: 20px;
  }
  .reviewer {
    display: flex; align-items: center; gap: 12px;
  }
  .reviewer-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--teal);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 600;
    color: var(--white);
    flex-shrink: 0;
  }
  .reviewer-name {
    font-size: 13px; font-weight: 600;
    color: var(--teal-dark);
    font-family: var(--ff-heading);
    letter-spacing: 0.05em;
  }
  .reviewer-origin {
    font-size: 14px; color: var(--text-light);
    font-family: var(--ff-serif);
  }

  /* ── FAQ ── */
  .faq { background: var(--cream); }
  .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
  .faq-list { display: flex; flex-direction: column; gap: 0; }
  .faq-item {
    border-bottom: 1px solid var(--cream-dark);
  }
  .faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
    font-size: 13px; font-weight: 400;
    color: var(--teal-dark);
    user-select: none;
    gap: 16px;
    font-family: var(--ff-heading);
    letter-spacing: 0.03em;
  }
  .faq-q::after {
    content: '+';
    font-size: 22px;
    color: var(--gold);
    flex-shrink: 0;
    transition: transform 0.2s;
    font-weight: 300;
  }
  .faq-item.open .faq-q::after {
    transform: rotate(45deg);
  }
  .faq-a {
    font-size: 14px; line-height: 1.8;
    color: var(--text-mid);
    max-height: 0; overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
  }
  .faq-item.open .faq-a {
    max-height: 200px;
    padding-bottom: 20px;
  }

  /* ── CONTACT ── */
  .contact {
    background: var(--teal-dark);
    padding: 100px 0;
  }
  .contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    width: 100%;
  }
  .contact .section-title { color: var(--white); }
  .contact .section-title em { color: var(--gold); }
  .contact .section-desc { color: rgba(255,255,255,0.65); }
  .contact-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
  .contact-list li {
    font-size: 14px; color: rgba(255,255,255,0.75);
    display: flex; align-items: center; gap: 10px;
  }
  .contact-list li::before {
    content: '✓';
    color: var(--gold);
    font-weight: 600;
    flex-shrink: 0;
  }
  .contact-form {
    background: var(--white);
    border-radius: 4px;
    padding: 40px;
    display: flex; flex-direction: column; gap: 16px;
  }
  .form-title {
    font-family: var(--ff-heading);
    font-size: 20px; font-weight: 400;
    color: var(--teal-dark);
    margin-bottom: 4px;
    letter-spacing: 0.05em;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .form-group { display: flex; flex-direction: column; gap: 6px; }
  .form-group label {
    font-size: 10px; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--text-mid);
    font-family: var(--ff-heading);
  }
  .form-group input, .form-group select, .form-group textarea {
    border: 1px solid var(--cream-dark);
    border-radius: 2px;
    padding: 10px 14px;
    font-family: var(--ff-serif);
    font-size: 16px;
    color: var(--text-dark);
    background: var(--white);
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--teal);
  }
  .form-group textarea { resize: vertical; min-height: 80px; }
  .form-submit {
    background: var(--teal);
    color: var(--white);
    border: none;
    padding: 14px 28px;
    font-family: var(--ff-heading);
    font-size: 10px; font-weight: 500;
    letter-spacing: 0.2em; text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
  }
  .form-submit:hover { background: var(--teal-dark); }

  .newsletter {
    background: var(--cream);
    text-align: center;
    padding: 60px 0;
  }
  .newsletter p {
    font-size: 10px; letter-spacing: 0.25em;
    text-transform: uppercase; color: var(--text-mid);
    margin-bottom: 20px;
    font-family: var(--ff-heading);
  }
  .newsletter-form {
    display: flex; gap: 0;
    max-width: 420px;
    margin: 0 auto;
  }
  .newsletter-form input {
    flex: 1;
    border: 1px solid var(--cream-dark);
    border-right: none;
    border-radius: 2px 0 0 2px;
    padding: 12px 18px;
    font-family: var(--ff-serif);
    font-size: 16px;
    outline: none;
  }
  .newsletter-form input:focus { border-color: var(--teal); }
  .newsletter-form button {
    background: var(--teal);
    color: var(--white);
    border: none;
    padding: 12px 24px;
    font-family: var(--ff-heading);
    font-size: 10px; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--teal-dark);
    display: flex;
    justify-content: center;
  }
  .footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 40px 56px;
  }
  .footer-logo {
    font-family: var(--ff-heading);
    font-weight: 600; font-size: 14px;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--white);
  }
  .footer-links {
    display: flex; gap: 32px; list-style: none;
  }
  .footer-links a {
    font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.2s;
    font-family: var(--ff-heading);
  }
  .footer-links a:hover { color: var(--gold); }
  .footer-copy {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    font-family: var(--ff-serif);
  }

  /* ── ANIMATIONS ── */
  .fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 1024px) {
    .nav-container { padding: 16px 28px; }
    .nav-links { display: none; }
    section, .hero, .contact, .tailor, .soul { padding: 80px 0; }
    .container { padding: 0 28px; }
    .hero { padding-top: 120px; }
    .hero-container { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .tours-grid { grid-template-columns: repeat(2, 1fr); }
    .dest-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 200px); }
    .tailor-container, .soul, .faq-grid, .contact-container { grid-template-columns: 1fr; gap: 40px; }
    .why-grid { grid-template-columns: repeat(3, 1fr); }
    .exp-grid { grid-template-columns: repeat(2, 1fr); }
    .reviews-grid { grid-template-columns: 1fr; }
    .merged-grid { grid-template-columns: repeat(2, 1fr); }
    .moments-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 240px); }
    .moments-grid .moment-card:first-child { grid-row: span 1; }
    .footer-container { flex-direction: column; gap: 20px; text-align: center; padding: 40px 28px; }
    .footer-links { flex-wrap: wrap; justify-content: center; }
  }
  @media (max-width: 600px) {
    .logo-sub { display: none; }
    .merged-grid { grid-template-columns: 1fr; }
  }/* End custom CSS */