/* PROPERTY TEMPLATE OVERRIDES (MATCHING REACT/TAILWIND SPEC) */

/* 1. HERO */
.am-pt-hero {
    min-height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 3rem 5rem;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--dark);
    margin-top: -85px;
}

.am-pt-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.am-pt-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.am-pt-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(90, 64, 33, 0.8), rgb(90 64 33 / 99%));
}

.am-pt-hero__inner {
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
}

.am-pt-eye {
    display: block;
    color: var(--primary);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.am-pt-hero__title {
    font-family: var(--font-serif);
    font-size: 60px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto 1rem;
    line-height: 1.1;
    color: #ffffff !important;
}

.am-pt-hero__title span {
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
}

/* 2. STATS OVERLAP */
.am-pt-intro-sec {
    padding-bottom: 8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #fff;
}

.am-pt-stats {
    max-width: 64rem;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: -4rem;
    margin-bottom: 6rem;
    border: 1px solid rgba(29, 35, 39, 0.1);
    border-left: none;
    border-bottom: none;
}

@media(min-width: 768px) {
    .am-pt-stats {
        grid-template-columns: repeat(4, 1fr);
        margin-top: -6rem;
        margin-bottom: 8rem;
        border-top: none;
    }
}

.am-pt-stat {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid rgba(29, 35, 39, 0.1);
    border-bottom: 1px solid rgba(29, 35, 39, 0.1);
}

@media(min-width: 768px) {
    .am-pt-stat {
        border-bottom: none;
    }
}

.am-pt-stat svg {
    width: 2rem;
    height: 2rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.am-pt-stat__val {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.am-pt-stat__sub {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(17, 17, 17, 0.5);
}

/* 3. ABOUT CONTENT */
.am-pt-about {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

@media(min-width: 1024px) {
    .am-pt-about {
        flex-direction: row;
    }
}

.am-pt-about__img-wrap {
    width: 100%;
    position: relative;
}

@media(min-width: 1024px) {
    .am-pt-about__img-wrap {
        width: 50%;
    }
}

.am-pt-about__img-bg {
    position: absolute;
    inset: 0;
    background: rgba(203, 168, 118, 0.1);
    transform: translate(1rem, 1rem);
}

.am-pt-about__img-wrap img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.am-pt-faq-sec h2.am-pt-heading {
    width: 900px;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .am-pt-about__img-wrap img {
        height: 700px;
    }
}

.am-pt-about__content {
    width: 100%;
}

@media(min-width: 1024px) {
    .am-pt-about__content {
        width: 50%;
    }
}

.am-pt-heading {
    font-family: var(--font-serif);
    color: var(--primary);
    line-height: 1.3;
    margin-bottom: 2rem;

}

.am-pt-heading span {
    font-style: italic;
    color: var(--dark);
}

.am-pt-p {
    color: rgba(17, 17, 17, 0.7);
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.am-pt-btn {
    display: inline-block;
    background: var(--dark);
    color: #fff;
    padding: 1.25rem 2.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

.am-pt-btn:hover {
    background: var(--primary);
}

/* 4. VIRTUAL TOUR */
.am-pt-tour-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #4a3621;
    color: #fff;
    position: relative;
    overflow: hidden;
}

@media(min-width: 768px) {
    .am-pt-tour-sec {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.am-pt-tour-blob {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background: rgba(203, 168, 118, 0.05);
    filter: blur(120px);
    border-radius: 9999px;
    pointer-events: none;
}

.am-pt-tour {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 10;
}

@media(min-width: 1024px) {
    .am-pt-tour {
        flex-direction: row;
    }
}

.am-pt-tour__content {
    width: 100%;
}

@media(min-width: 1024px) {
    .am-pt-tour__content {
        width: 33.333%;
    }
}

.am-pt-tour__content .am-pt-heading {
    color: #fff;
}

.am-pt-tour__content .am-pt-heading span {
    color: #fff;
    font-style: normal;
}

.am-pt-tour-p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.am-pt-tour-play {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 500;
}

.am-pt-tour-play span {
    width: 3rem;
    height: 1px;
    background: var(--primary);
}

.am-pt-tour__vid-wrap {
    width: 100%;
    position: relative;
}

@media(min-width: 1024px) {
    .am-pt-tour__vid-wrap {
        width: 66.666%;
    }
}

.am-pt-tour__vid-blob {
    position: absolute;
    inset: -1rem;
    background: rgba(203, 168, 118, 0.2);
    filter: blur(40px);
    border-radius: 9999px;
    opacity: 0.5;
}

.am-pt-tour__vid {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.am-pt-tour__vid iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* 5. GALLERY */
.am-pt-gal-sec {
    padding: 6rem 1.5rem;
    background: var(--light);
}

@media(min-width: 768px) {
    .am-pt-gal-sec {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.am-pt-gal-head {
    text-align: center;
    margin-bottom: 4rem;
}

.am-pt-gal-head .am-pt-heading {
    margin-bottom: 0;
}

.am-pt-gal {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media(min-width: 768px) {
    .am-pt-gal {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 1024px) {
    .am-pt-gal {
        grid-template-columns: repeat(3, 1fr);
    }
}

.am-pt-gal-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.am-pt-gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.am-pt-gal-item:hover img {
    transform: scale(1.05);
}

.am-pt-gal-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.am-gal-filter {
    background: transparent;
    border: 1px solid rgba(29, 35, 39, 0.2);
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--dark);
    cursor: pointer;
    transition: all 0.3s ease;
}

.am-gal-filter:hover,
.am-gal-filter.is-active {
    background: var(--dark);
    color: #fff;
    border-color: var(--dark);
}

.am-pt-gal-actions {
    text-align: center;
    margin-top: 4rem;
}

/* Lightbox Styles */
.am-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.am-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.am-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.am-lightbox__content {
    position: relative;
    z-index: 10;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-lightbox__img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    user-select: none;
}

.am-lightbox__close {
    position: absolute;
    top: -3rem;
    right: 0;
    color: #fff;
    padding: 0.5rem;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: transform 0.3s ease;
}

@media(min-width: 768px) {
    .am-lightbox__close {
        top: 0;
        right: -4rem;
    }
}

.am-lightbox__close:hover {
    transform: scale(1.1);
}

.am-lightbox__close svg {
    width: 2rem;
    height: 2rem;
}

.am-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-lightbox__nav:hover {
    background: var(--primary);
}

.am-lightbox__nav svg {
    width: 2rem;
    height: 2rem;
}

.am-lightbox__nav--prev {
    left: -1rem;
}

@media(min-width: 768px) {
    .am-lightbox__nav--prev {
        left: -5rem;
    }
}

.am-lightbox__nav--next {
    right: -1rem;
}

@media(min-width: 768px) {
    .am-lightbox__nav--next {
        right: -5rem;
    }
}

/* 6. AMENITIES */
.am-pt-am-sec {
    padding: 6rem 1.5rem;
    background: #fff;
}

@media(min-width: 768px) {
    .am-pt-am-sec {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.am-pt-svc-sec .am-pt-svc-left .am-pt-heading {
    color: #fff;
    margin-bottom: 2rem;
    width: 100%;
}

.am-pt-am-head {
    text-align: center;
    margin-bottom: 5rem;
}

.am-pt-am {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media(min-width: 768px) {
    .am-pt-am {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 1024px) {
    .am-pt-am {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem 2rem;
    }
}

.am-pt-am-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border-bottom: 1px solid rgba(29, 35, 39, 0.1);
    padding-bottom: 1rem;
}

.am-pt-am-item svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 0.375rem;
}

.am-pt-am-item span {
    color: rgba(17, 17, 17, 0.7);
    font-weight: 300;
    font-size: 1.0625rem;
}

/* 7. SERVICES */
.am-pt-svc-sec {
    padding: 6rem 1.5rem;
    background: #4a3621;
    color: #fff;
    position: relative;
    overflow: clip;
}

@media(min-width: 768px) {
    .am-pt-svc-sec {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.am-pt-svc-blob {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(203, 168, 118, 0.05);
    filter: blur(100px);
    border-radius: 9999px;
    pointer-events: none;
}

.am-pt-svc {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
    z-index: 10;
}

@media(min-width: 1024px) {
    .am-pt-svc {
        flex-direction: row;
        align-items: flex-start;
    }
}

.am-pt-svc-left {
    width: 100%;
    position: sticky;
    top: 8rem;
}

@media(min-width: 1024px) {
    .am-pt-svc-left {
        width: 33.333%;
    }
}

.am-pt-svc-left .am-pt-heading {
    color: #fff;
    margin-bottom: 2rem;
}

.am-pt-svc-left .am-pt-heading span {
    color: #fff;
    font-style: normal;
}

.am-pt-svc-p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.7;
}

.am-pt-svc-right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media(min-width: 1024px) {
    .am-pt-svc-right {
        width: 66.666%;
    }
}

.am-pt-svc-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem 0;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

@media(min-width: 768px) {
    .am-pt-svc-item {
        flex-direction: row;
    }
}

.am-pt-svc-item:hover {
    border-color: rgba(203, 168, 118, 0.5);
}

.am-pt-svc-num {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    color: var(--primary);
    opacity: 0.5;
    transition: opacity 0.3s;
    margin-top: 0.25rem;
}

.am-pt-svc-item:hover .am-pt-svc-num {
    opacity: 1;
}

.am-pt-svc-content h3 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
    transition: color 0.3s;
}

@media(min-width: 768px) {
    .am-pt-svc-content h3 {
        font-size: 1.875rem;
    }
}

.am-pt-svc-item:hover .am-pt-svc-content h3 {
    color: var(--primary);
}

.am-pt-svc-content p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 0;
}

/* 8. LOCATIONS */
.am-pt-loc-sec {
    padding: 6rem 1.5rem;
    background: #fff;
}

@media(min-width: 768px) {
    .am-pt-loc-sec {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.am-pt-loc-head {
    text-align: center;
    margin-bottom: 4rem;
}

.am-pt-loc {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media(min-width: 768px) {
    .am-pt-loc {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 1024px) {
    .am-pt-loc {
        grid-template-columns: repeat(3, 1fr);
    }
}

.am-pt-loc-c {
    background: var(--light);
    border: 1px solid rgba(29, 35, 39, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.am-pt-loc-c-img {
    height: 16rem;
    overflow: hidden;
}

.am-pt-loc-c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.am-pt-loc-c:hover .am-pt-loc-c-img img {
    transform: scale(1.05);
}

.am-pt-loc-c-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.am-pt-loc-c-body h3 {
    font-family: var(--font-serif);
    font-size: 24px;
    color: var(--dark);
    margin-bottom: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}

.am-pt-loc-c-body p {
    color: rgba(17, 17, 17, 0.7);
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.am-pt-loc-c-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto;
}

.am-pt-loc-c-btns .am-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.625rem;
    border: 1px solid var(--dark);
    color: var(--dark);
    background: transparent;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.am-pt-loc-c-btns .am-btn--fill {
    background: var(--dark);
    color: #fff;
}

.am-pt-loc-c-btns .am-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* 9. FAQS */
.am-pt-faq-sec {
    padding: 6rem 1.5rem;
    background: var(--light);
}

@media(min-width: 768px) {
    .am-pt-faq-sec {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.am-pt-faq-sec {
    padding: 6rem 1.5rem;
    background: var(--light);
}

@media(min-width: 768px) {
    .am-pt-faq-sec {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.am-pt-faq-head {
    text-align: center;
    margin-bottom: 4rem;
}

.am-pt-faq {
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.am-faq-item-b {
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.am-faq-item-b.is-open {
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.am-faq-item-b .am-faq-item__trigger {
    width: 100%;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.am-faq-item-b .am-faq-item__question {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    color: var(--dark);
    padding-right: 2rem;
    transition: color 0.3s;
}

.am-faq-item-b.is-open .am-faq-item__question {
    color: var(--primary);
}

.am-faq-item-b .am-faq-item__icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.am-faq-item-b .icon-plus,
.am-faq-item-b .icon-minus {
    position: absolute;
    inset: 0;
    transition: opacity 0.3s, transform 0.3s;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-faq-item-b .icon-minus {
    opacity: 0;
    transform: rotate(-90deg);
}

.am-faq-item-b.is-open .icon-plus {
    opacity: 0;
    transform: rotate(90deg);
}

.am-faq-item-b.is-open .icon-minus {
    opacity: 1;
    transform: rotate(0);
}

.am-faq-item-b .am-faq-item__body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    padding: 0 2rem;
}

.am-faq-item-b.is-open .am-faq-item__body {
    max-height: 1000px;
    opacity: 1;
    padding: 0 2rem 2rem 2rem;
}

.am-faq-item-b .am-faq-item__answer {
    color: rgba(17, 17, 17, 0.7);
    font-weight: 300;
    line-height: 1.8;
    font-size: 1rem;
    border-top: 1px solid rgba(29, 35, 39, 0.05);
    padding-top: 1.5rem;
}

.am-faq-grp-title {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

/* 10. MAP */
.am-pt-map {
    width: 100%;
    height: 450px;
    position: relative;
}

@media(min-width: 768px) {
    .am-pt-map {
        height: 450px;
    }
}

.am-pt-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border: none;
}

/* 11. REVIEWS */
.am-pt-rev-sec {
    padding: 8rem 1.5rem;
    background: var(--dark);
    color: #fff;
    overflow: hidden;
}

.am-pt-rev-inner {
    max-width: 80rem;
    margin: 0 auto;
    text-align: center;
}

.am-pt-rev-head {
    margin-bottom: 4rem;
}

.am-pt-rev-head .am-pt-heading {
    color: #fff;
}

.am-pt-rev-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 2rem;
    padding: 1rem 0;
}

.am-pt-rev-slider::-webkit-scrollbar {
    display: none;
}

.am-pt-rev-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

@media(min-width: 768px) {
    .am-pt-rev-card {
        flex: 0 0 calc(50% - 1rem);
    }
}

@media(min-width: 1024px) {
    .am-pt-rev-card {
        flex: 0 0 calc(33.333% - 1.35rem);
    }
}

.am-pt-rev-quote {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--primary);
    margin: 0 auto 2rem;
    opacity: 0.5;
}

.am-pt-rev-text {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    line-height: 1.6;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.am-pt-rev-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.am-pt-rev-author strong {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
}

.am-pt-rev-author span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* 12. INQUIRY */
.am-pt-inq-sec {
    padding: 8rem 1.5rem;
    background: #fff;
}

.am-pt-inq-grid {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media(min-width: 1024px) {
    .am-pt-inq-grid {
        flex-direction: row;
        align-items: flex-start;
    }
}

.am-pt-inq-content {
    width: 100%;
}

@media(min-width: 1024px) {
    .am-pt-inq-content {
        width: 40%;
        position: sticky;
        top: 10rem;
    }
}

.am-pt-inq-form {
    width: 100%;
}

@media(min-width: 1024px) {
    .am-pt-inq-form {
        width: 60%;
    }
}

.am-pt-inq-placeholder {
    padding: 4rem;
    border: 1px dashed rgba(29, 35, 39, 0.2);
    text-align: center;
    color: rgba(29, 35, 39, 0.4);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* CF7 Custom Overrides for Property Page */
.am-pt-inq-form .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media(min-width: 768px) {
    .am-pt-inq-form .wpcf7-form {
        grid-template-columns: repeat(2, 1fr);
    }
}

.am-pt-inq-form .wpcf7-form-control-wrap {
    display: block;
}

.am-pt-inq-form input:not([type="submit"]),
.am-pt-inq-form textarea,
.am-pt-inq-form select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(29, 35, 39, 0.2);
    padding: 1rem 0;
    font-family: inherit;
    font-size: 1rem;
    color: var(--dark);
    transition: border-color 0.3s;
    border-radius: 0;
}

.am-pt-inq-form input:focus,
.am-pt-inq-form textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.am-pt-inq-form textarea {
    height: 100px;
    grid-column: 1 / -1;
}

.am-pt-inq-form .wpcf7-submit {
    grid-column: 1 / -1;
    background: var(--dark);
    color: #fff;
    border: none;
    padding: 1.25rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 1rem;
}

.am-pt-inq-form .wpcf7-submit:hover {
    background: var(--primary);
}

/* ─── Mobile Responsiveness Overrides ─── */
@media (max-width: 600px) {
    .am-pt-hero {
        padding-top: 8rem !important;
        padding-bottom: 4rem !important;
        min-height: 40vh;
    }


    .am-pt-hero__title {
        font-size: 2.25rem !important;
        width: 100% !important;
    }

    .am-pt-stats {
        grid-template-columns: 1fr;
        margin-top: -2rem;
    }

    .am-pt-stat {
        border-left: none;
        border-bottom: 1px solid rgba(29, 35, 39, 0.1);
    }

    .am-pt-stat:last-child {
        border-bottom: none;
    }

    .am-pt-about__img-wrap img {
        height: auto;
        aspect-ratio: 4/3;
    }

    .am-pt-desc,
    .am-pt-am,
    .am-pt-svc-sec,
    .am-pt-gal,
    .am-pt-faq-sec {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .am-pt-gal {
        max-width: 80rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .am-pt-am-list {
        grid-template-columns: 1fr !important;
    }

    .am-pt-svc-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .am-pt-svc-left {
        position: static !important;
    }

    .am-pt-svc-item {
        padding: 0rem 0rem 30px !important;
    }

    .am-pt-am {
        max-width: 80rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .am-pt-faq-sec h2.am-pt-heading {
        width: 100%;
        margin: 0 auto;
    }

    .am-pt-gal-grid {
        grid-template-columns: 1fr !important;
    }

    .am-pt-desc-grid,
    .am-pt-am-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
}

/* Booking Platforms Section */
.am-pt-booking-platforms {
    padding: 8rem 1.5rem;
    background: #0f0c0a; /* Deep, luxury dark warm brown-black color */
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.am-pt-booking-head {
    text-align: center;
    margin-bottom: 5rem;
}

.am-pt-booking-head .am-pt-heading {
    margin-bottom: 0;
}

.am-pt-booking-grid {
    max-width: 76rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media(min-width: 768px) {
    .am-pt-booking-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.am-pt-booking-card {
    background: #191411; /* Slightly lighter warm brown for card background */
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    padding: 3.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.am-pt-booking-card__logo-wrap {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 1.2rem;
    flex-shrink: 0;
}

.am-pt-booking-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.am-pt-booking-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
    width: 100%;
    height: 100%;
}

.am-pt-booking-card__logo svg {
    height: auto;
    width: 100%;
    max-height: 2.2rem;
    transition: transform 0.4s ease;
}

/* Set specific brand colors for SVG logos on white background */
.airbnb-logo {
    color: #FF5A5F !important;
}

.airbnb-logo svg {
    max-height: 2.4rem !important;
}

.vrbo-logo {
    color: #3F56F4 !important;
}

.vrbo-logo svg {
    max-height: 1.8rem !important;
}

.booking-logo {
    color: #003580 !important;
}

.booking-logo svg {
    max-height: 2.0rem !important;
}

.am-pt-booking-card__title {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.am-pt-booking-card__desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-weight: 300;
    max-width: 260px;
    min-height: 3rem; /* maintain height consistency */
}

.am-pt-booking-card__btn {
    border: 1px solid rgba(203, 168, 118, 0.35); /* Elegant gold/bronze border */
    border-radius: 100px;
    padding: 0.9rem 2.2rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.am-pt-booking-card__arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
}

/* Hover effects */
.am-pt-booking-card:hover {
    transform: translateY(-8px);
    border-color: rgba(203, 168, 118, 0.4);
    background: #231c18; /* slightly lighter on hover */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.am-pt-booking-card:hover .am-pt-booking-card__logo-wrap {
    transform: scale(1.06);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.am-pt-booking-card:hover .am-pt-booking-card__btn {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

.am-pt-booking-card:hover .am-pt-booking-card__arrow {
    transform: translateX(5px);
}

/* Responsive Overrides */
@media (max-width: 767px) {
    .am-pt-booking-platforms {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    
    .am-pt-booking-head {
        margin-bottom: 3rem;
    }

    .am-pt-booking-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.75rem !important;
    }

    .am-pt-booking-card {
        padding: 2rem 0.75rem 1.5rem 0.75rem !important;
        border-radius: 16px !important;
    }

    .am-pt-booking-card__logo-wrap {
        width: 64px !important;
        height: 64px !important;
        border-radius: 12px !important;
        padding: 0.65rem !important;
        margin-bottom: 1.25rem !important;
    }

    .am-pt-booking-card__logo svg {
        max-height: 1.4rem !important;
    }

    .airbnb-logo svg {
        max-height: 1.5rem !important;
    }

    .vrbo-logo svg {
        max-height: 1.1rem !important;
    }

    .booking-logo svg {
        max-height: 1.3rem !important;
    }

    .am-pt-booking-card__title {
        font-size: 1.05rem !important;
        margin-bottom: 0.35rem !important;
    }

    .am-pt-booking-card__desc {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1.5rem !important;
        min-height: 3.5rem !important; /* height buffer for small text wrapping */
        padding: 0 0.25rem;
    }

    .am-pt-booking-card__btn {
        padding: 0.65rem 1rem !important;
        font-size: 0.6rem !important;
        gap: 0.5rem !important;
        letter-spacing: 0.08em !important;
    }

    .am-pt-booking-card__arrow {
        width: 10px !important;
        height: 10px !important;
    }
}