/* ==========================================================================
   LARCH HOUSE DEDICATED STYLESHEET
   ========================================================================== */

/* Arizona Flare Light (Heading) */
@font-face {
    font-family: 'Arizona Flare';
    src: url('../fonts/Arizona Flare_ABCArizonaFlare-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Arizona Sans Light (Body) */
@font-face {
    font-family: 'Arizona Sans';
    src: url('../fonts/Arizona Sans_ABCArizonaSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Arizona Sans Medium (Accent/Button) */
@font-face {
    font-family: 'Arizona Sans';
    src: url('../fonts/ABCArizonaSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    /* Fonts */
    --lh-font-heading: 'Arizona Flare', serif;
    --lh-font-body: 'Arizona Sans', sans-serif;

    /* Colors */
    --lh-primary-bg: #da8334;
    --lh-dark-bg: #1b2e25;
    --lh-vernal-green: #2a3e1b;
    --lh-cream-text: #d2d1c5;
    --lh-light-bg: #f8f9fa;
    --lh-text-dark: #000000;
    --lh-text-light: #ffffff;
    --lh-text-muted: #555555;
    --lh-accent-color: #d4a373;
    --lh-border-color: #e9ecef;
}

/* .page-id-1701 section {
    padding-top: 0 !important
} */

body.is-larchhouse,
.is-larchhouse {
    font-family: var(--lh-font-body);
    color: var(--lh-text-dark);
}

.page-id-1701 .site-main,
.parent-pageid-1701 .site-main {
    padding-top: 60px !important;
    background-color: #f1f1ed;
}

.page-id-1701 section {}

/* .page-id-1701 .site-header,
.page-id-1701 .site-footer,
.parent-pageid-1701 .site-header,
.parent-pageid-1701 .site-footer,
.single-larchhouse_tours .site-header,
.single-larchhouse_tours .site-footer,
.page-id-1785 .site-main header {
    display: none;
} */

.page-id-1701 .site-footer,
.parent-pageid-1701 .site-footer,
.single-larchhouse_tours .site-footer,
.page-id-1785 .site-main header {
    display: none;
}

.is-larchhouse .site-header .navbar {
    background-color:#f1f1ed !important;
}
.is-larchhouse .site-header .show-super{
    display:none
}
.is-larchhouse .site-header .super-nav{
    margin-top:1rem;
    top: 0.5rem !important;
}
.is-larchhouse .site-header .super-nav span,
.is-larchhouse .site-header .super-nav a{
    font-family: var(--lh-font-heading);
    color: var(--lh-vernal-green);
    
}
.is-larchhouse .site-header .super-nav a:hover,
.is-larchhouse .site-header .super-nav a:focus{
    border-color: var(--lh-vernal-green) !important;
    color: var(--lh-vernal-green);
    font-weight: 700;
    text-decoration:none;
    transition: all 0.2s ease; 
    border-bottom: 1px solid var(--lh-vernal-green) !important;
}
.is-larchhouse .site-header .navbar .nav-seperator hr{
    border-bottom: 1px dashed rgba(42, 62, 27, 0.4);
}
.is-larchhouse .site-header .super-nav a.phone-link{
        padding:0 0 0 5px;
}

body.is-larchhouse .site-header {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
}

body.is-larchhouse .site-header.fixed {
    position: relative !important;
}


.single-larchhouse_tours .site-main {
    padding-top: 30px !important;
    background-color: #f1f1ed;
}

.page-id-1701 .site-footer,
.parent-pageid-1701 .site-footer,
.single-larchhouse_tours .site-footer {
    margin-top: 0 !important;
}

/* LH Hero Block */
.lh-hero-container {
    background-color: var(--lh-primary-bg);
    position: relative;
    overflow: hidden;
}

.lh-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82vh;
    padding: 4rem 1.5rem;
    position: relative;
}

.lh-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.lh-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.lh-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.lh-hero-title {
    font-family: var(--lh-font-heading);
    font-size: 38px !important;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--lh-text-dark);
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

.lh-hero-title::after {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background-color: var(--lh-text-dark);
    margin: 2.5rem auto;
}

.lh-hero-subtitle,
.lh-hero-subtitle p {
    font-family: var(--lh-font-body);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--lh-text-dark);
    max-width: 700px;
    margin: 0 auto 0.5rem auto;
}

.lh-hero-subtitle p:last-child {
    margin-bottom: 0;
}

.lh-eyebrow {
    font-family: var(--lh-font-body);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px !important;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: var(--lh-text-dark);
}

.lh-hero-actions {
    margin-top: 3rem;
}

.lh-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lh-btn-primary {
    font-family: var(--lh-font-heading);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    background-color: transparent !important;
    color: var(--lh-text-dark) !important;
    border: 1px solid var(--lh-text-dark) !important;
    padding: 0.6rem 3rem;
    box-shadow: none !important;
}

.lh-btn-primary:hover,
.lh-btn-primary:focus,
.lh-btn-primary:active {
    background-color: var(--lh-text-dark) !important;
    color: var(--lh-cream-text) !important;
    border-color: var(--lh-dark-bg) !important;
    box-shadow: none !important;
    transform: none !important;
}

.lh-btn-secondary {
    font-family: var(--lh-font-heading);
    font-size: 16px;
    /* letter-spacing: 0.01em; */
    font-weight: 300;
    text-transform: uppercase;
    color: var(--lh-vernal-green);
    background-color: transparent;
    border: 1px solid var(--lh-vernal-green);
    padding: 0.6rem 3rem;
    align-self: flex-start;
}

.lh-btn-secondary:hover,
.lh-btn-secondary:focus,
.lh-tour-card a:hover,
.lh-tour-card a:focus,
.lh-tour-action-wrap a:hover,
.lh-tour-action-wrap a:focus {
    background-color: var(--lh-vernal-green);
    color: var(--lh-cream-text) !important;
    border-color: var(--lh-vernal-green) !important;
}

.lh-phone-link {
    font-family: var(--lh-font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--lh-text-light);
    text-decoration: none;
}

.lh-phone-link:hover {
    color: var(--lh-text-dark);
}

/* LH Discover Region Block */
.lh-discover-container {
    padding: 5rem 1.5rem;
}

.lh-discover-container .lh-discover .container {
    padding: 0 0 !important;
}

.lh-discover-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lh-discover-heading {
    font-family: var(--lh-font-heading);
    font-size: 32px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 3rem;
    color: var(--lh-vernal-green) !important;
}

.lh-discover-description {
    max-width: 750px;
    margin: 0 auto;
}

.lh-discover-description p {
    font-family: var(--lh-font-body);
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--lh-vernal-green) !important;
    margin-bottom: 0.5rem;
}

.lh-discover-description p span {
    font-weight: 300 !important;
}

.lh-discover-action-wrap {
    margin-top: 2.5rem;
    text-align: center;
}

.lh-discover-block,
.lh-tourgrid-block {
    border-bottom: 1px solid var(--lh-vernal-green) !important;
    padding-bottom: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* LH Tour Grid Block */
.lh-tourgrid-container {
    padding: 5rem 1.5rem;
}

.lh-tourgrid-header {
    margin-bottom: 3rem;
    text-align: left;
}

.lh-tourgrid-title {
    font-family: var(--lh-font-heading);
    font-size: 32px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 6rem 0;
    color: var(--lh-vernal-green) !important;
}

.lh-tourgrid-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}


.lh-tour-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lh-tour-card-media {
    overflow: hidden;
    margin-bottom: 20px;
}

.lh-tour-card-media img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    display: block;
}

.lh-tour-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
}

.lh-tour-card-title {
    font-family: var(--lh-font-heading);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    margin-top: 0 !important;
    color: var(--lh-vernal-green) !important;
}

.lh-tour-card-text {
    font-family: var(--lh-font-body);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    flex-grow: 1;
    color: var(--lh-vernal-green) !important;
}

/* LH CTA Block */
.lh-cta-container {
    padding: 5rem 1.5rem;
    text-align: center;
}

.lh-cta-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lh-cta-heading {
    font-family: var(--lh-font-heading);
    font-size: 32px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 3rem;
    color: var(--lh-vernal-green) !important;
}

.lh-cta-copy,
.lh-cta-copy p {
    font-family: var(--lh-font-body);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    max-width: 750px;
    margin: 0 auto 0.5rem auto;
    color: var(--lh-vernal-green) !important;
}

/* 
.lh-cta-copy p:last-child {
    margin-bottom: 0;
} */

.lh-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.lh-cta-actions a {
    font-family: var(--lh-font-heading) !important;
    color: var(--lh-vernal-green) !important;
    font-weight: 300;
}

.lh-cta-actions>a:first-child:hover,
.lh-cta-actions>a:first-child:focus {
    font-weight: 500;
    /* background-color: var(--lh-dark-bg); */
    color: var(--lh-light-bg);
    border: 1px solid var(--lh-vernal-green);

}

.lh-cta-actions .lh-phone-link:hover,
.lh-cta-actions .lh-phone-link:focus {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--lh-vernal-green) !important;
}

.lh-hero-actions .lh-phone-link {
    display: block;
    margin-top: 1rem;
    color: var(--lh-text-dark);
    font-family: var(--lh-font-body);
    font-weight: 400;
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
    transition: font-weight 0.2s ease, color 0.2s ease;
}

.lh-hero-actions .lh-phone-link:hover,
.lh-hero-actions .lh-phone-link:active,
.lh-hero-actions .lh-phone-link:focus {
    font-weight: 700 !important;
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
}

/* LH Contact Block */
.lh-contact-container {
    padding: 5rem 0;
    text-align: left;
}

.lh-contact-container section {
    padding: 0 !important;
}

.lh-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: stretch;
}

.lh-contact-left-col {
    width: 100%;
}

.lh-contact-right-col {
    width: 100%;
    height: 100%;
}

.lh-contact-image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lh-contact-img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    max-height: 900px;
    object-fit: cover;
    display: block;
}

.lh-contact-header {
    max-width: 100%;
    margin: 0 0 2.5rem 0;
    text-align: left;
}

.lh-contact-eyebrow {
    font-family: var(--lh-font-body);
    font-size: 13px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    color: var(--lh-vernal-green) !important;
}

.lh-contact-heading {
    font-family: var(--lh-font-heading);
    font-size: 38px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
    color: var(--lh-vernal-green) !important;
}

.lh-contact-subheading,
.lh-contact-subheading p,
.lh-contact-main-text,
.lh-contact-main-text p,
.lh-contact-content-text,
.lh-contact-content-text p {
    font-family: var(--lh-font-body);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--lh-vernal-green) !important;
    margin-bottom: 1rem;
}
.lh-contact-main-text p strong{
    font-weight: 400;
}

.lh-contact-main-text a,
.lh-contact-main-text a[href^="tel"],
.lh-contact-header a[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
}

.lh-contact-subheading p span {
    font-weight: 300 !important;
}

.lh-contact-form-wrap {
    max-width: 900px;
    margin-top: 2rem;
}

.lh-contact-phone .lh-phone-link {
    color: var(--lh-accent-color);
}

/* 
@media (min-width: 1200px) {
    .lh-tourgrid-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
    }
} */

@media (max-width: 991px) {

    .page-id-1701 .site-main {
        padding-top: 45px !important;
    }

    .single-larchhouse_tours .site-main {
        padding-top: 45px !important;
    }

    .lh-hero-title {
        font-size: 40px !important;
    }

    .lh-hero-subtitle {
        font-size: 16px !important;
    }

    .lh-tourgrid-title {
        font-size: 36px !important;
    }
}

/* Desktop Grid (min-width: 768px) */
@media (min-width: 768px) {
    .lh-tourgrid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

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

    .lh-hero {
        min-height: 95vh;
    }

    .lh-discover-heading,
    .lh-tourgrid-title,
    .lh-cta-heading {
        font-size: 26px !important;
    }
    .lh-contact-heading {
        font-size: 34px !important;
    }

    .page-id-1701 .site-main,
    .single-larchhouse_tours .site-main {
        padding-top: 20px !important;
    }

    .lh-hero-container {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .lh-tourgrid-title {
        font-size: 28px !important;
    }

    .lh-tour-card-title {
        font-size: 20px;
    }

    .lh-tour-card-text {
        font-size: 15px;
    }
    .is-larchhouse .site-header .super-nav{
        margin-top:0;
    }
    .is-larchhouse .navbar .nav-open .btn-menu{
        display: none;
    }
    
    .is-larchhouse .site-header .super-nav{
        margin-top: 0rem;
        padding:0px 12px;
    }

    .is-larchhouse .navbar .super-nav{
        right:0.5rem !important;
    }

    .is-larchhouse .navbar .super-nav .super-nav-text{
        display:block;
    }


}

@media (max-width: 479px) {

    .lh-hero-container {
        margin-left: -18px !important;
        margin-right: -18px !important;
    }

    .lh-hero-title {
        font-size: 30px !important;
    }

    .lh-hero {
        padding: 5rem 3.5rem;
        min-height: 100vh;
    }

    .lh-discover-heading,
    .lh-tourgrid-title,
    .lh-cta-heading,
    .lh-contact-heading {
        font-size: 24px !important;
    }

    .lh-tourgrid-row {
        gap: 5rem;
    }

    /* .lh-tourgrid-title {
        font-size: 24px !important;
    } */

    .lh-tour-card-title {
        font-size: 18px;
    }

    .lh-cta-copy,
    .lh-cta-copy p,
    .lh-discover-description p {
        font-size: 15px;
    }

    .lh-hero-subtitle,
    .lh-hero-subtitle p {
        font-size: 16px;
    }

    .lh-btn-secondary,
    .lh-btn-primary {
        font-size: 14px !important;
        padding: 0.6rem 2.5rem;
    }

}

@media (max-width: 375px) {
    .is-larchhouse .site-header .super-nav .phone-link{
        font-size:1.4rem;
    }
}

/* Tour Page CSS - Single Larch House Tour Styling */

/* .lh-single-tour-article {
    padding: 3rem 0;
} */

.lh-tour-top-section {
    padding: 5rem 0 5rem 0;
}

.lh-tour-top-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .lh-tour-top-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "info media"
            "specs media";
        column-gap: 4rem;
        row-gap: 0;
        align-items: start;
    }

    .lh-tour-top-info {
        grid-area: info;
    }

    .lh-tour-top-media {
        grid-area: media;
    }

    .lh-tour-specs-col {
        grid-area: specs;
    }
}

@media (max-width: 767px) {
    .lh-tour-top-section {
        padding: 3.5rem 0 2rem 0;
    }

    .lh-tour-top-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
    }

    .lh-tour-top-info {
        order: 1;
        width: 100%;
        box-sizing: border-box;
    }

    .lh-tour-top-media {
        order: 2;
        width: 100%;
        box-sizing: border-box;
        margin: 1.5rem 0 2rem 0;
    }

    .lh-tour-specs-col {
        order: 3;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1.5rem;
    }
}

.lh-tour-eyebrow {
    font-family: var(--lh-font-body);
    font-size: 13px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1.75rem;
    color: var(--lh-vernal-green) !important;
}

.lh-tour-title {
    font-family: var(--lh-font-heading) !important;
    font-size: 38px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.15;
    margin-bottom: 2.5rem;
    color: var(--lh-vernal-green) !important;
}

.lh-tour-title::after {
    display: none !important;
    content: none !important;
}

.lh-tour-lead {
    font-family: var(--lh-font-body);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    color: var(--lh-vernal-green);
    max-width: 540px;
}

.lh-tour-price {
    font-family: var(--lh-font-body);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: var(--lh-vernal-green);
    letter-spacing: 0.02em;
}

.lh-tour-action-wrap {
    margin-bottom: 2rem;
}

.lh-tour-specs-box {
    background-color: var(--lh-cream-text);
    padding: 2rem;
    border-radius: 2px;
    max-width: 520px;
    margin-top: 1rem;
}

.lh-tour-specs-list {
    margin: 0;
    padding: 0;
}

.lh-spec-row {
    padding: 0.85rem 0;
    border-bottom: 1px dashed var(--lh-vernal-green);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.lh-spec-row:last-child {
    border-bottom: none;
}

.lh-spec-label {
    font-family: var(--lh-font-body);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lh-vernal-green);
    margin: 0;
}

.lh-spec-value {
    font-family: var(--lh-font-body);
    font-size: 15px;
    font-weight: 300;
    color: var(--lh-vernal-green);
    margin: 0;
}

.lh-tour-main-image-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
}

.lh-tour-main-img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: cover;
    display: block;
}

.lh-tour-detail-section {
    background-color: var(--lh-vernal-green);
    color: var(--lh-cream-text) !important;
    padding: 5rem 0;
}

.lh-tour-detail-title {
    font-family: var(--lh-font-heading);
    font-size: 32px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2.5rem;
    color: var(--lh-cream-text) !important;
    text-align: left;
}

.lh-tour-detail-description {
    color: var(--lh-cream-text) !important;
    font-family: var(--lh-font-body);
    font-size: 16px;
    line-height: 1.6;
}

.lh-tour-detail-description p {
    color: var(--lh-cream-text) !important;
    font-family: var(--lh-font-body);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.lh-tour-detail-description h3,
.lh-tour-detail-description h4,
.lh-tour-detail-description p strong,
.lh-tour-detail-description strong {
    /* display: block; */
    /* margin-top: 2.5rem;
    margin-bottom: 0.75rem; */
    font-size: 16px;
    font-weight: 600;
    color: var(--lh-cream-text) !important;
    font-family: var(--lh-font-body);
}

.lh-tour-detail-right {
    padding-left: 2rem;
}

.lh-detail-block {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed rgba(210, 209, 197, 0.3);
}

.lh-detail-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.lh-detail-heading {
    font-family: var(--lh-font-heading);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--lh-cream-text) !important;
    margin-bottom: 0.75rem;
}

.lh-detail-text {
    font-family: var(--lh-font-body) !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: var(--lh-cream-text) !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.lh-detail-list {
    list-style-type: disc !important;
    padding-left: 1.25rem !important;
    margin: 0 !important;
}

.lh-detail-list li {
    font-family: var(--lh-font-body) !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: var(--lh-cream-text) !important;
    line-height: 1.6 !important;
    margin-bottom: 0.4rem !important;
    margin-left: 0.5rem !important;
}


.lh-tour-gallery-section {
    background-color: var(--lh-vernal-green) !important;
    padding: 0rem 0 5rem 0;
    margin-top: -2px !important;
}


.lh-related-tours-header {
    text-align: left !important;
    margin: 0 0 3.5rem 0 !important;
    width: 100% !important;
    max-width: none !important;
}

.lh-related-tours-section {
    padding: 5rem 0;
}

.lh-related-tours-header .lh-tourgrid-title {
    text-align: left !important;
    margin: 0 0 1rem 0 !important;
    max-width: none !important;
    width: 100% !important;
    white-space: nowrap !important;
    display: block !important;
}

@media (min-width: 992px) {
    .lh-related-tours-section .lh-tourgrid-row {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2.5rem !important;
    }
}

@media (max-width: 991px) {
    .lh-tour-title {
        font-size: 34px !important;
    }
}

@media (max-width: 767px) {
    .lh-tour-top-info-col {
        margin-bottom: 0;
    }

    .lh-tour-top-right {
        margin: 1.5rem 0 2rem 0;
    }

    .lh-tour-specs-col {
        margin-bottom: 2.5rem;
    }

    .lh-tour-specs-box {
        padding: 1.5rem;
        max-width: 100%;
        margin-top: 0;
    }

    .lh-tour-detail-section,
    .lh-related-tours-section {
        padding: 3.5rem 0;
    }

    .lh-tour-detail-left {
        margin-bottom: 3rem;
    }

    /* .lh-tour-detail-right {
        padding-left: 15px;
    } */

    .lh-tour-detail-title {
        font-size: 26px !important;
        margin-bottom: 1.75rem;
    }

    .lh-related-tours-header .lh-tourgrid-title {
        white-space: normal !important;
    }
}

/* Larch house contact page (' ../Booking') */

.lh-contact-form-wrap .gform_wrapper {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.lh-contact-form-wrap .gform_heading,
.lh-contact-form-wrap .gform_description {
    display: none;
}

.lh-contact-form-wrap .gform_title {
    font-family: var(--lh-font-heading) !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    color: var(--lh-vernal-green) !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 1.5rem !important;
}

.lh-contact-form-wrap .gfield {
    margin-bottom: 1rem !important;
    padding: 0 !important;
}

.lh-contact-form-wrap .gform_fields {
    row-gap: 1.1rem !important;
}

.lh-contact-form-wrap .gfield_label {
    font-family: var(--lh-font-heading) !important;
    font-size: 14px !important;
    /* font-weight: 600 !important; */
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: var(--lh-vernal-green) !important;
    margin-bottom: 0.35rem !important;
    display: block !important;
}

.lh-contact-form-wrap .gfield_required {
    color: var(--lh-vernal-green) !important;
    font-weight: 400 !important;
    margin-left: 0.25rem;
}

.lh-contact-form-wrap .gform_confirmation_wrapper .gform_confirmation_message{
    font-family: var(--lh-font-body) !important;
    color: var(--lh-vernal-green) !important;
}

.lh-contact-form-wrap label.gform-field-label--type-sub {
    font-family: var(--lh-font-body) !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: var(--lh-vernal-green) !important;
    margin-top: 0.2rem !important;
    text-transform: uppercase;
}

/* Inputs, Selects & Textareas */
.lh-contact-form-wrap input[type="text"],
.lh-contact-form-wrap input[type="email"],
.lh-contact-form-wrap input[type="tel"],
.lh-contact-form-wrap input[type="url"],
.lh-contact-form-wrap input[type="number"],
.lh-contact-form-wrap select,
.lh-contact-form-wrap textarea {
    width: 100% !important;
    font-family: var(--lh-font-body) !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: var(--lh-text-dark) !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(42, 62, 27, 0.3) !important;
    border-radius: 4px !important;
    padding: 0.65rem 0.85rem !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    outline: none !important;
}

.lh-contact-form-wrap input[type="text"]:focus,
.lh-contact-form-wrap input[type="email"]:focus,
.lh-contact-form-wrap input[type="tel"]:focus,
.lh-contact-form-wrap input[type="url"]:focus,
.lh-contact-form-wrap input[type="number"]:focus,
.lh-contact-form-wrap select:focus,
.lh-contact-form-wrap textarea:focus {
    border-color: var(--lh-vernal-green) !important;
    box-shadow: 0 0 0 2px rgba(42, 62, 27, 0.15) !important;
}

.lh-contact-form-wrap textarea {
    min-height: 120px;
    resize: vertical;
}

/* Select Dropdown */
.lh-contact-form-wrap select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232a3e1b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 16px !important;
    padding-right: 2.5rem !important;
}

/* Description Text */
.lh-contact-form-wrap .gfield_description {
    font-family: var(--lh-font-body) !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    color: var(--lh-vernal-green) !important;
    opacity: 0.8;
    margin-top: 0.4rem !important;
}

/* Name Fields Complex Grid */
.lh-contact-form-wrap .ginput_complex {
    display: flex !important;
    gap: 1rem !important;
}

.lh-contact-form-wrap .ginput_complex span {
    flex: 1 !important;
}

/* Submit Button */
.lh-contact-form-wrap .gform_footer {
    margin-top: 1.5rem !important;
    padding: 0 !important;
    text-align: left !important;
}

body .lh-contact-form-wrap .gform_wrapper .gform_footer input.button,
body .lh-contact-form-wrap .gform_button,
body .lh-contact-form-wrap input[type="submit"] {
    display: inline-block !important;
    font-family: var(--lh-font-heading) !important;
    font-size: 15px !important;
    letter-spacing: 0.01em !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    color: var(--lh-vernal-green) !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid var(--lh-vernal-green) !important;
    padding: 0.55rem 1.75rem !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    width: auto !important;
}

body .lh-contact-form-wrap .gform_wrapper .gform_footer input.button:hover,
body .lh-contact-form-wrap .gform_wrapper .gform_footer input.button:focus,
body .lh-contact-form-wrap .gform_button:hover,
body .lh-contact-form-wrap .gform_button:focus,
body .lh-contact-form-wrap input[type="submit"]:hover,
body .lh-contact-form-wrap input[type="submit"]:focus {
    background: var(--lh-vernal-green) !important;
    background-color: var(--lh-vernal-green) !important;
    color: var(--lh-cream-text) !important;
    border-color: var(--lh-vernal-green) !important;
    box-shadow: none !important;
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

body .gform_wrapper .gform_validation_errors {
    width: 100% !important;
    max-width: 100% !important;
}

body .gform_wrapper .gform_submission_error {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    text-transform: none !important;
}

body .gform_wrapper .gform_submission_error .gform-icon {
    flex-shrink: 0 !important;
}

/* Media Queries for Responsiveness */
@media (max-width: 991px) {
    .lh-contact-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .lh-contact-right-col,
    .lh-contact-image-wrap {
        height: auto;
    }

    .lh-contact-form-wrap {
        max-width: 100%;
    }

    .lh-contact-img {
        min-height: auto;
        height: auto;
        max-height: 450px;
    }

    .lh-contact-form-wrap .gfield {
        margin-bottom: 0.85rem !important;
    }

    .lh-contact-form-wrap .gform_fields {
        row-gap: 0.85rem !important;
    }
}

@media (max-width: 767px) {

    .lh-contact-form-wrap .ginput_complex,
    .lh-contact-form-wrap .ginput_container_name {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 0.75rem !important;
    }

    .lh-contact-form-wrap .ginput_complex span,
    .lh-contact-form-wrap .ginput_complex .gform-grid-col,
    .lh-contact-form-wrap .name_first,
    .lh-contact-form-wrap .name_last {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        display: block !important;
    }

    .lh-contact-form-wrap input[type="text"],
    .lh-contact-form-wrap input[type="email"],
    .lh-contact-form-wrap input[type="tel"],
    .lh-contact-form-wrap input[type="url"],
    .lh-contact-form-wrap input[type="number"],
    .lh-contact-form-wrap select,
    .lh-contact-form-wrap textarea {
        padding: 0.55rem 0.75rem !important;
        font-size: 14px !important;
    }

    .lh-contact-form-wrap textarea {
        min-height: 100px !important;
    }

    body .lh-contact-form-wrap .gform_wrapper .gform_footer input.button,
    body .lh-contact-form-wrap .gform_button,
    body .lh-contact-form-wrap input[type="submit"] {
        width: 100% !important;
        text-align: center !important;
    }
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year,
#ui-datepicker-div .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-year {
    font-size: 15px !important;
    /* padding: 0.25rem 2.5rem !important;
    height: auto !important;
    cursor: pointer !important; */
}

#ui-datepicker-div .ui-datepicker-header {
    padding: 0.4rem 0 !important;
}

#ui-datepicker-div .ui-datepicker-title {
    font-size: 16px !important;
}

.ui-datepicker-calendar span {
    font-size: 12px !important;
}

@media (max-width: 480px) {

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
    .ui-datepicker .ui-datepicker-title select.ui-datepicker-year,
    #ui-datepicker-div .ui-datepicker-month,
    #ui-datepicker-div .ui-datepicker-year {
        font-size: 14px !important;
        /* padding: unset !important; */
    }
}

/* header section -temporary */
.lh-simple-top-section,
.lh-simple-header {
    width: 100%;
    background-color: transparent;
    padding: 2.5rem 3.5rem 1rem 3.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    border-bottom: 1px dashed rgba(42, 62, 27, 0.4);
}

.lh-simple-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.lh-header-brand .lh-simple-logo {
    max-height: 48px;
    width: auto;
    display: block;
}

.lh-header-reservations {
    font-family: var(--lh-font-body);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--lh-vernal-green);
}

.lh-header-reservations .lh-res-label {
    font-weight: 400;
    opacity: 0.85;
    margin-right: 0.35rem;
}

.lh-header-reservations .lh-res-phone {
    font-family: var(--lh-font-body);
    font-size: 15px;
    font-weight: 700;
    color: var(--lh-text-dark) !important;
    text-decoration: none !important;
    letter-spacing: 0.02em;
    transition: opacity 0.2s ease;
}

.lh-header-reservations .lh-res-phone:hover,
.lh-header-reservations .lh-res-phone:focus,
.lh-header-reservations .lh-res-phone:active {
    opacity: 0.8;
    border-color: var(--lh-vernal-green) !important;
}

/* Tablet & Mobile Responsiveness */
@media (max-width: 991px) {

    .lh-simple-top-section,
    .lh-simple-header {
        padding: 2rem 2.25rem 1rem 2.25rem;
    }

    .lh-header-brand .lh-simple-logo {
        max-height: 40px;
    }
}

@media (max-width: 767px) {

    .lh-simple-top-section,
    .lh-simple-header {
        padding: 1.5rem 2rem 0.75rem 2rem;
    }

    .lh-header-brand .lh-simple-logo {
        max-height: 34px;
    }

    .lh-header-reservations {
        font-size: 12px;
    }

    .lh-header-reservations .lh-res-phone {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .lh-header-brand .lh-simple-logo {
        max-height: 53px;
        width: 120px;
    }
}