/* hide nav on homepage until other pages are ready */
.page-id-364 .main-menu-dropdown-toggle {
	display: none;
}


html {
    scroll-behavior: smooth;
}

.wysiwyg p {
    margin-bottom: 10px;
}

.wysiwyg ul {
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 24px;
}

body {
    font-family: "Lexend", system-ui, sans-serif;
    ;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Arima", Georgia, serif;
}

.btn-primary {
    background: #a39a49;
    color: #edeadc;
    font-family: "Lexend", system-ui, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 999px;
    cursor: pointer;
    border: none;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 500;
    transition: all .25s;
    display: inline-flex;
}

.btn-primary:hover {
    background: #a39a49;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px #a39a494d;
}

.bg-dark {
    background: #1A1A18;
}

.text-dark {
    color: #030303;
}

.text-accent {
    color: #edeadc;
}

.text-\[#a39a49\] {
    color: #a39a49;
}

.text-accent-50 {
    color: rgba(237, 234, 220, 0.5);
}

.text-accent-60 {
    color: rgba(237, 234, 220, 0.6);
}

.text-main-green {
    color: #a39a49;
}

.text-grey {
    color: #5a5d62;
}

.bg-main-green-soft {
    background: rgba(163, 154, 73, 0.15);
}

.font-display {
    font-family: "Arima", Georgia, serif;
}

.font-body {
    font-family: "Lexend", system-ui, sans-serif;
}

.site-nav {
    background: #030303;
    box-shadow: rgba(255, 255, 255, 0.06) 0 1px 0;
}


.nav-accent,
.nav-link,
.nav-mobile-button {
    color: #f0ede3;
}


.nav-subtitle {
    opacity: 0.7;
    font-size: 9px;
}


.nav-link {
    white-space: nowrap;
    transition: opacity 0.3s;
}


.nav-link:hover {
    opacity: 0.7;
}


.nav-mobile-button {
    background: rgba(163, 154, 73, 0.15);
    transition: color 0.3s;
}

.site-footer {
    border-top: 1px solid rgba(237, 234, 220, 0.08);
    padding-bottom: 68px;
}

.footer-link {
    color: rgba(237, 234, 220, 0.7);
}

.footer-link:hover {
    color: #a39a49;
}

.footer-copyright {
    color: rgba(237, 234, 220, 0.7);
    border-top: 1px solid rgba(237, 234, 220, 0.08);
}

.sticky-venue-bar {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid #d9d5c5;
    box-shadow: rgba(3, 3, 3, 0.08) 0 -4px 24px;
    transition: transform 0.3s ease;
}


.sticky-venue-bar__inner {
    height: 68px;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .sticky-venue-bar__inner {
        height: 100px;
    }
}

.sticky-venue-bar__button {
    padding: 11px 20px;
    font-size: 13px;
}

.sticky-venue-bar.is-hidden {
    transform: translateY(100%);
}

.footer-copy {
    color: rgba(237, 234, 220, 0.7);
}

.footer-label {
    color: rgba(237, 234, 220, 0.7);
}

.footer-legal-link {
    color: inherit;
}

.footer-legal-link:hover {
    color: #a39a49;
}

.text-label {
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

.bg-dark {
    background: #1A1A18;
}

.bg-main {
    background: #a39a49;
}

.text-dark {
    color: #030303;
}

.text-accent {
    color: #edeadc;
}

.text-main {
    color: #a39a49;
}

.font-display {
    font-family: "Arima", Georgia, serif;
}

.hero-video {
    border: 0;
    transform: scale(1.05);
    transform-origin: center;
}

.hero-overlay {
    background: linear-gradient(rgba(3, 3, 3, 0.55) 0%,
            rgba(3, 3, 3, 0.65) 55%,
            rgba(3, 3, 3, 0.88) 100%);
}

.hero-usp-bar {
    background: rgba(3, 3, 3, 0.35);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-badge {
    background: rgba(240, 237, 227, 0.12);
    border: 1px solid rgba(240, 237, 227, 0.3);
}

.hero-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(237, 234, 220, 0.8);
}

.hero-list li>svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-top: 3px;
    fill: none;
    stroke: #a39a49;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-mobile-usps {
    position: relative;
}

.hero-mobile-usp {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    animation: hero-usp-fade 16s infinite;
}

.hero-mobile-usp:nth-child(1) {
    animation-delay: 0s;
}

.hero-mobile-usp:nth-child(2) {
    animation-delay: 4s;
}

.hero-mobile-usp:nth-child(3) {
    animation-delay: 8s;
}

.hero-mobile-usp:nth-child(4) {
    animation-delay: 12s;
}

@keyframes hero-usp-fade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.bullet-tick {
    list-style: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.bullet-tick li {
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    line-height: 1.55;
}

.bullet-tick li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #a39a49;
    font-size: 14px;
    line-height: 1.55;
}

.bullet-tick li br {
    display: none;
}

.bullet-tick a {
    display: inline;
}

.venue-slider {
    padding: 12px 24px 20px max(24px, calc(50vw - 616px));
    scrollbar-width: none;
}

.venue-slider::-webkit-scrollbar {
    display: none;
}

.venue-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #a39a49;
    border-radius: 999px;
    background: transparent;
    color: #a39a49;
    transition: opacity 0.3s;
}

.venue-slider-arrow:hover {
    opacity: 0.7;
}

.venue-card {
    width: 360px;
    cursor: auto;
}

.venue-gallery {
    cursor: zoom-in;
}

.venue-gallery-track {
    transform: translateX(0);
    transition: transform 0.35s;
}

.venue-gallery-slide {
    height: 100%;
    flex-shrink: 0;
}

.venue-gallery-overlay {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.1),
            transparent);
}

.venue-gallery-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.55;
    transition: opacity 0.3s;
}

.venue-gallery-arrow:hover {
    opacity: 1;
}

.venue-rating {
    background: #ffffff;
    color: #030303;
}

.venue-rating-link {
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}

.venue-rating-link:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.venue-location {
    color: rgba(237, 234, 220, 0.6);
}

.venue-description {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(237, 234, 220, 0.7);
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.venue-description-wrap {
    position: relative;
}

.venue-description:not(.is-expanded):has(+ .venue-description-toggle:not([hidden])) {
    padding-right: 48px;
}

.venue-description.is-expanded {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.venue-description-toggle {
    display: inline-block;
    padding: 2px 0;
    border: 0;
    background: transparent;
    color: #a39a49;
    font: inherit;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity 0.2s;
}

/* .venue-description:not(.is-expanded) + .venue-description-toggle {
    position: absolute;
    right: 40px;
    bottom: -2px;
    padding-left: 12px;
    background: linear-gradient(to right, transparent, #1a1a18 25%);
} */

.venue-description.is-expanded+.venue-description-toggle {
    margin-top: 4px;
}

.venue-description-toggle[hidden] {
    display: none;
}

.venue-description-toggle:hover {
    opacity: 0.75;
}

.venue-description-toggle:focus-visible {
    outline: 2px solid #a39a49;
    outline-offset: 3px;
}

.venue-bid-button {
    padding: 10px 16px;
    font-size: 12px;
}

.venue-bid-button:hover {
    box-shadow: none;
}

.venue-estate-link {
    padding: 4px 0;
    border: 0;
    background: none;
    color: rgba(237, 234, 220, 0.5);
    cursor: pointer;
}

.venue-slider-controls.is-hidden {
    display: none !important;
}

.venue-lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(3, 3, 3, 0.92);
    backdrop-filter: blur(6px);
}

.venue-lightbox.is-open {
    display: flex;
}

body.venue-lightbox-open {
    overflow: hidden;
}

.venue-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.3s;
}

.venue-lightbox-close:hover {
    opacity: 0.7;
}

.venue-lightbox-count {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.venue-lightbox-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    max-height: 90vh;
    padding: 0 64px;
    overflow: hidden;
}

.venue-lightbox-image {
    display: block;
    max-width: 100%;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
}

.venue-lightbox-image,
.venue-lightbox-video {
    object-fit: contain;
}

.venue-lightbox-video {
    display: none;
}

.venue-lightbox-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
    opacity: 0.7;
    transform: translateY(-50%);
    transition: opacity 0.3s;
}

.venue-lightbox-arrow:hover {
    opacity: 1;
}

.venue-lightbox-prev {
    left: 16px;
}

.venue-lightbox-next {
    right: 16px;
}

.venue-lightbox-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    display: flex;
    gap: 6px;
    transform: translateX(-50%);
}

.venue-lightbox-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: width 0.2s, background 0.2s;
}

.venue-lightbox-dot.is-active {
    width: 20px;
    background: #a39a49;
}

.how-it-works-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #A49A4A;
    color: #ffffff;
    font-family: "Moneta", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.how-it-works-text {
    font-size: 15px;
    line-height: 1.7;
    color: #6b6b6b;
}

.package-value-intro {
    color: #6b6b6b;
    line-height: 1.7;
}

.package-value-card {
    height: 100%;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #d9d5c5;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(3, 3, 3, 0.05);
}

.package-value-worth {
    flex-shrink: 0;
    padding: 4px 12px;
    border: 1px solid rgba(163, 154, 73, 0.25);
    border-radius: 999px;
    background: rgba(163, 154, 73, 0.12);
    color: #a39a49;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.package-value-text {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.7;
}

.review-rating-summary {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid rgba(163, 154, 73, 0.3);
    border-radius: 9999px;
    background: rgba(163, 154, 73, 0.12);
    font-size: 13px;
}

.review-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #d9d5c5;
    border-radius: 12px;
    background: #ffffff;
}

.review-stars {
    color: #fbbc05;
    font-size: 15px;
    letter-spacing: 2px;
}

.review-venue {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 9999px;
    background: rgba(163, 154, 73, 0.12);
    color: #a39a49;
    font-size: 11px;
}

.review-copy {
    flex-grow: 1;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
    font-style: italic;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.review-avatar {
    display: flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #a39a49;
    font-size: 12px;
    font-weight: 700;
}

.venue-collections {
    background: #0d291f;
}

.venue-collections__location {
    font-size: 10px;
    letter-spacing: 0.1em;
}

.venue-collections__divider {
    background: rgba(237, 234, 220, 0.12);
}

.venue-collections__gallery {
    scrollbar-width: none;
    width: calc(100% - 24px);
}

.venue-collections__gallery::-webkit-scrollbar {
    display: none;
}

.venue-collections__item {
    width: 256px;
    height: 320px;
    background: #15372b;
}

.venue-collections__caption {
    background: linear-gradient(to top,
            rgba(3, 3, 3, 0.78) 0%,
            transparent 100%);
}

.venue-collections__caption-title {
    font-size: 10px;
    letter-spacing: 0.09em;
}

.venue-collections__caption-location {
    color: rgba(237, 234, 220, 0.55);
    font-size: 10px;
    line-height: 1.3;
}

.venue-collection--single .venue-collections__item--featured {
    width: calc(100% - 24px);
    height: 430px;
}

.venue-collections__gallery-spacer {
    height: 40px;
}

.faq-item {
    border-bottom: 1px solid #d9d5c5;
}

.faq-item:first-child {
    border-top: 1px solid #d9d5c5;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 0;
    border: 0;
    background: transparent;
    color: #030303;
    text-align: left;
    cursor: pointer;
}

.faq-question .h4 {
    color: #030303;
}

.faq-chevron {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-right: 4px;
    border-right: 2px solid #a39a49;
    border-bottom: 2px solid #a39a49;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.faq-item.is-open .faq-chevron {
    transform: rotate(225deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.faq-answer-inner {
    overflow: hidden;
}

.faq-answer-inner p {
    padding: 0 40px 24px 0;
    line-height: 1.7;
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

.section-forest {
    background: #1e2f20;
}

.contact-image-overlay {
    background: linear-gradient(to bottom, transparent 50%, #1e2f20 100%);
}

.contact-copy {
    color: rgba(237, 234, 220, 0.7);
    line-height: 1.75;
}

.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
}

.contact-status-dot {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #00e354;
    box-shadow: 0 0 0 3px rgba(0, 227, 84, 0.4);
}

.contact-chat {
    padding: 12px 28px;
    border-color: rgba(237, 234, 220, 0.3);
    color: #edeadc;
}

@media (min-width: 768px) {
    .contact-image-overlay {
        background: linear-gradient(to right, transparent 60%, #000000 100%);
    }
}

.auction-term {
    display: flex;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d5c5;
}

.auction-term .text-label {
    padding-top: 2px;
}

.auction-term p {
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.trustindex-data-source {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu a {
    font-size: 14px;
    font-weight: 500;
    color: #42413D;
    white-space: nowrap;
    padding: 12px 16px;
    display: block;
    transition: all 0.2s ease;
}

.header-menu a:hover {
    background-color: #D9D5C5;
}

.mobile-menu {
    background: #edeadc;
}

.mobile-header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-header-menu a,
.mobile-menu-link {
    display: block;
    color: #030303;
    font-family: "Arima", Georgia, serif;
    font-size: 18px;
    font-weight: 500;
}

body.mobile-menu-open {
    overflow: hidden;
}

@media (max-width: 380px) {
    .site-name-logo.h4 {
        font-size: 18px;
    }

    .site-name-logo.h4+.nav-subtitle {
        font-size: 10px;
        line-height: 1.2;
    }
}

#bid-form {
    color: #444b48;
}

#bid-form .bid-form-header {
    background: #a39a49;
    color: #fff;
}

#bid-form h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

#bid-form .bid-step-label {
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#bid-form .bid-progress-step {
    width: 32px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
}

#bid-form .bid-progress-step.active {
    background: #fff;
}


/* Headings */

#bid-form .bid-step h3 {
    margin: 0 0 16px;
    color: #030303;
    font-family: "Arima", Georgia, serif;
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 600;
    line-height: 1.25;
}


/* CF7 */

#bid-form .wpcf7-form p {
    margin: 0;
}

#bid-form .wpcf7-form-control-wrap {
    display: block;
}

#bid-form .bid-field {
    margin-bottom: 14px;
}

#bid-form .bid-field label {
    display: block;
    margin-bottom: 7px;
    color: #5d6260;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

#bid-form .bid-field label span {
    color: #a39a49;
}


/* Inputs */

#bid-form .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #d9d5c5;
    border-radius: 8px;
    background: #fff;
    color: #030303;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    box-sizing: border-box;
}

#bid-form .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #a39a49;
}


/* Select */

#bid-form select {
    appearance: auto;
}


/* Date radio buttons */

#bid-form .wpcf7-radio {
    display: flex;
    gap: 12px;
}

#bid-form .wpcf7-list-item {
    flex: 1;
    margin: 0;
}

#bid-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 12px;
    border: 2px solid #d9d5c5;
    border-radius: 8px;
    background: #fff;
    color: #5d6260;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    text-align: center;
    cursor: pointer;
}

#bid-form .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#bid-form .wpcf7-list-item:has(input:checked) label {
    border-color: #a39a49;
}


/* First / last name */

#bid-form .bid-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}


/* Buttons */

#bid-form .bid-next,
#bid-form .wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 4px;
    padding: 11px 16px;
    border: 0;
    border-radius: 999px;
    background: #a39a49;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

#bid-form .bid-step-2-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
}

#bid-form .bid-step-2-actions .wpcf7-form-control-wrap {
    flex: 1;
}

#bid-form .bid-back {
    flex-shrink: 0;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #d9d5c5;
    border-radius: 999px;
    background: transparent;
    color: #5d6260;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    cursor: pointer;
}


/* Supporting text */

#bid-form .bid-form-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #5d6260;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

#bid-form .bid-form-note-icon {
    flex-shrink: 0;
    color: #a39a49;
}

#bid-form .bid-form-terms {
    margin-top: 12px !important;
    color: #5d6260;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 11px;
    line-height: 1.6;
}

#bid-form .bid-form-terms a {
    color: #a39a49;
    text-decoration: underline;
}


/* CF7 validation */

#bid-form .wpcf7-not-valid {
    border-color: #c44 !important;
}

#bid-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    color: #c44;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 11px;
}

#bid-form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 10px;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 12px;
}

.bid-step-2-actions>p {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

#bid-form .wpcf7-spinner {
    display: none;
}


/* Mobile */

@media (max-width: 480px) {

    #bid-form .bid-contact-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #bid-form .wpcf7-radio {
        flex-direction: column;
        gap: 8px;
    }

    #bid-form .bid-step-2-actions {
        gap: 8px;
    }

}

.bid-mobile-close {
    display: none;
}

@media (max-width: 1023px) {

    /* Take the existing form out of document flow on mobile */
    .hero-form-positioner {
        display: none;
        position: fixed !important;
        inset: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 9999 !important;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: rgba(0, 0, 0, 0.7);
    }

    /* JS adds this when Place a Bid is clicked */
    .hero-form-positioner.is-open {
        display: flex;
    }

    /* Keep the existing form styling, just constrain it to the screen */
    .hero-form-positioner #bid-form {
        position: relative;
        width: 100% !important;
        max-width: 480px;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }

    /* Mobile close button */
    .bid-mobile-close {
        display: flex;
        position: absolute;
        top: 60px;
        right: 10px;
        z-index: 20;
        padding-bottom: 3px;
        width: 34px;
        height: 34px;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.08);
        color: #333;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
    }

    .bid-mobile-close:hover {
        background: rgba(0, 0, 0, 0.15);
    }

    body.bid-lightbox-open {
        overflow: hidden;
    }
}


.main-menu-dropdown-toggle .main-menu-dropdown {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s ease;
    top: 32px;
    background: #EEEADC;
    opacity: 1;
    left: -75px;
    width: 250px;
    border-radius: 12px;
}

.main-menu-dropdown-toggle:hover .main-menu-dropdown {
    max-height: 500px;
}

.nav-link.main-menu-dropdown-toggle:hover {
    opacity: 1;
}


/* ============================================================
   AUCTION PACKAGES
   ============================================================ */

.auction-packages-intro {
    color: #5a5d62;
    line-height: 1.7;
}

.auction-package-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #d9d5c5;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(3, 3, 3, 0.06);
}

.auction-package-order {
    align-self: flex-start;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(163, 154, 73, 0.14);
    color: #a39a49;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auction-package-card .h4 {
    color: #030303;
}

.auction-package-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 18px;
}

.auction-package-date {
    color: #5a5d62;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.auction-package-guests {
    color: #a39a49;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
}


.auction-package-stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #e7e2d3;
    border-radius: 10px;
    background: #faf8f1;
}

.auction-package-stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.auction-package-stat-label {
    color: #8a8574;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auction-package-stat-worth {
    color: #a39a49;
    font-family: "Arima", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.auction-package-stat-minbid {
    color: #030303;
    font-family: "Arima", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.auction-package-inclusions {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #e7e2d3;
}

.auction-package-inclusions-title {
    margin-bottom: 10px;
    color: #a39a49;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auction-package-inclusions ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.auction-package-inclusions li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    color: #5a5d62;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

.auction-package-inclusions li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #a39a49;
    font-size: 13px;
    font-weight: 600;
}

.auction-package-bid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding: 13px 24px;
    border-radius: 999px;
    background: #a39a49;
    color: #edeadc;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s;
}

.auction-package-bid:hover {
    background: #a39a49;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(163, 154, 73, 0.3);
}