/* =========================================================
   PRESIDENCE PROPERTY — MODULAR CSS
   File: pp-home-page.css
   Scope: front page only
   Required body class: pp-css-home-page
   Baseline source: 00_PRESIDENCE_PROPERTY_ADDITIONAL_CSS_BASELINE_2026-08-05.css

   Shared components:
   - Core Services base styles: pp-components.css
   - Final framed CTA: pp-components.css
========================================================= */

/* =========================================================
   HOME PAGE LAYOUT
========================================================= */

body.home.pp-css-home-page .entry-hero {
    display: none;
}

body.home.pp-css-home-page .content-area {
    margin-top: 0;
    margin-bottom: 0;
}

body.home.pp-css-home-page .content-container.site-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.home.pp-css-home-page .site-main {
    width: 100%;
}

body.home.pp-css-home-page .entry.single-entry {
    box-shadow: none;
    border-radius: 0;
}

body.home.pp-css-home-page .content-bg {
    background: transparent;
}

body.home.pp-css-home-page .entry-content-wrap {
    padding: 0;
}

body.home.pp-css-home-page .entry-content {
    margin: 0;
}

body.pp-css-home-page .pp-home-hero {
    position: relative;
    min-height: 420px;
    background-image: linear-gradient(
            90deg,
            rgba(11, 31, 58, 0.42),
            rgba(11, 31, 58, 0.24)
        ),
        url("/wp-content/uploads/2026/07/presidence-property-budapest-hero-2048x1152px.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

body.pp-css-home-page .pp-home-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--pp-wide-width);
    margin: 0 auto;
    padding: 42px var(--pp-edge-padding) 60px;
}

body.pp-css-home-page .pp-home-hero-title {
    margin: 0;
    color: var(--pp-white);
    font-family: Inter, sans-serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.pp-css-home-page .pp-home-search {
    width: 960px;
    max-width: calc(100vw - 48px);
    margin: 24px auto 0;
}

body.pp-css-home-page .pp-home-search-form {
    position: relative;
    width: 100%;
    background-color: transparent;
}

body.pp-css-home-page .pp-home-search-mode-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    appearance: none;
}

body.pp-css-home-page .pp-home-search-tabs {
    display: flex;
    align-items: flex-end;
    margin: 0;
}

body.pp-css-home-page .pp-home-search-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 42px;
    padding: 0 24px;
    border: none;
    border-right: 1px solid rgba(248, 246, 241, 0.18);
    border-radius: 0;
    background-color: rgba(11, 31, 58, 0.88);
    color: #F8F6F1;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    transition: color var(--pp-transition-fast),
        background-color var(--pp-transition-fast);
}

body.pp-css-home-page .pp-home-search-tab:hover {
    background-color: rgba(11, 31, 58, 0.88);
    color: #F8F6F1;
}

body.pp-css-home-page .pp-home-search-mode-buy:checked ~ .pp-home-search-tabs .pp-home-search-tab-buy,
body.pp-css-home-page .pp-home-search-mode-rent:checked ~ .pp-home-search-tabs .pp-home-search-tab-rent {
    background-color: #F8F6F1;
    color: var(--pp-navy);
    box-shadow: inset 0 2px 0 var(--pp-gold);
}

body.pp-css-home-page .pp-home-search-row {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr) 96px;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    background: transparent !important;
    background-color: transparent !important;
}

body.pp-css-home-page .pp-home-location-control {
    display: grid;
    grid-template-columns: minmax(120px, 0.78fr) minmax(0, 1.22fr);
    min-width: 0;
    height: 54px;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

body.pp-css-home-page .pp-home-location-select,
body.pp-css-home-page .pp-home-reference-input {
    display: block;
    width: 100%;
    min-width: 0;
    height: 54px;
    margin: 0;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    background-color: #FFFFFF !important;
    color: var(--pp-body);
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    box-sizing: border-box;
}

body.pp-css-home-page .pp-home-location-select {
    padding: 0 42px 0 18px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1.25L5.5 5.75L10 1.25' fill='none' stroke='%230B1F3A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-position: right 16px center !important;
    background-size: 11px 7px !important;
    background-repeat: no-repeat !important;
}

body.pp-css-home-page .pp-home-country-select {
    border-right: 1px solid #E6E0D6 !important;
}

body.pp-css-home-page .pp-home-reference-input {
    padding: 0 18px;
    text-transform: uppercase;
}

body.pp-css-home-page .pp-home-reference-input::placeholder {
    color: var(--pp-muted);
    text-transform: none;
    opacity: 1;
}

body.pp-css-home-page .pp-home-location-select:hover,
body.pp-css-home-page .pp-home-location-select:focus,
body.pp-css-home-page .pp-home-reference-input:hover,
body.pp-css-home-page .pp-home-reference-input:focus {
    outline: none;
    box-shadow: inset 0 -2px 0 var(--pp-gold) !important;
    background-color: #FFFFFF !important;
}

body.pp-css-home-page .pp-home-location-select:disabled {
    color: var(--pp-muted);
    cursor: not-allowed;
    opacity: 0.72;
}

body.pp-css-home-page .pp-home-search-button {
    width: 96px;
    height: 54px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: var(--pp-gold);
    color: var(--pp-navy);
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color var(--pp-transition-fast),
        background-color var(--pp-transition-fast);
}

body.pp-css-home-page .pp-home-search-button:hover,
body.pp-css-home-page .pp-home-search-button:focus {
    background-color: var(--pp-gold-hover);
    color: var(--pp-navy);
    box-shadow: none;
}

body.pp-css-home-page .pp-home-more-options {
    position: relative;
    width: 162px;
    margin-top: 6px;
    margin-left: auto;
}

body.pp-css-home-page .pp-home-more-options-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 162px;
    height: 36px;
    padding: 0 18px;
    list-style: none;
    border: none;
    border-radius: 0;
    background: #F8F6F1 !important;
    background-color: #F8F6F1 !important;
    color: var(--pp-navy) !important;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-sizing: border-box;
    transition: color var(--pp-transition-fast);
}

body.pp-css-home-page .pp-home-more-options-toggle::-webkit-details-marker {
    display: none;
}

body.pp-css-home-page .pp-home-more-options-toggle::marker {
    display: none;
    content: "";
}

body.pp-css-home-page .pp-home-more-options-toggle span {
    display: inline-block;
    flex: 0 0 11px;
    width: 11px;
    height: 7px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1.25L5.5 5.75L10 1.25' fill='none' stroke='%230B1F3A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 7px;
    transform: none;
    transform-origin: center;
    transition: transform var(--pp-transition-fast);
}

body.pp-css-home-page .pp-home-more-options[open] .pp-home-more-options-toggle span {
    transform: rotate(180deg);
}

body.pp-css-home-page .pp-home-more-options-toggle:hover,
body.pp-css-home-page .pp-home-more-options-toggle:focus {
    color: var(--pp-navy) !important;
    outline: none;
}

body.pp-css-home-page .pp-home-more-options-panel {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 30;
    width: 960px;
    max-width: calc(100vw - 48px);
    padding: 18px;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: none;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

body.pp-css-home-page .pp-home-more-options-content {
    display: none;
}

body.pp-css-home-page .pp-home-search-mode-buy:checked ~ .pp-home-more-options .pp-home-more-options-content-buy {
    display: block;
}

body.pp-css-home-page .pp-home-search-mode-rent:checked ~ .pp-home-more-options .pp-home-more-options-content-rent {
    display: block;
}

body.pp-css-home-page .pp-home-more-options-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

body.pp-css-home-page .pp-home-option-select {
    display: block;
    width: 100%;
    min-width: 0;
    height: 48px;
    margin: 0;
    padding: 0 42px 0 12px;
    border: 1px solid #E6E0D6;
    border-radius: 0;
    background-color: #FFFFFF !important;
    color: var(--pp-body);
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1.25L5.5 5.75L10 1.25' fill='none' stroke='%230B1F3A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-position: right 16px center !important;
    background-size: 11px 7px !important;
    background-repeat: no-repeat !important;
}

body.pp-css-home-page .pp-home-option-select:focus {
    outline: none;
    border-color: var(--pp-gold);
    box-shadow: none;
}

body.pp-css-home-page .pp-home-option-select:hover {
    border-color: #D8C7A3;
}

body.pp-css-home-page .pp-home-option-select:disabled {
    border-color: #E6E0D6;
    color: var(--pp-muted);
    cursor: not-allowed;
    opacity: 0.58;
}

body.pp-css-home-page .pp-home-intro {
    background-color: var(--pp-ivory);
}

body.pp-css-home-page .pp-home-intro-inner {
    width: 100%;
    max-width: var(--pp-inner-width);
    margin: 0 auto;
    padding: 48px var(--pp-edge-padding) 48px;
}

body.pp-css-home-page .pp-home-intro-content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}

body.pp-css-home-page .pp-home-intro-title {
    margin: 0;
    color: var(--pp-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

body.pp-css-home-page .pp-home-intro-text {
    max-width: 1080px;
    margin: 24px 0 0;
    color: var(--pp-body);
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

body.pp-css-home-page .pp-home-signature-properties {
    background-color: var(--pp-navy);
}

body.pp-css-home-page .pp-home-signature-inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 42px var(--pp-edge-padding) 72px;
    box-sizing: border-box;
}

@media (min-width: 1200px) {

    body.pp-css-home-page .pp-home-signature-inner {
        padding-left: 0;
        padding-right: 0;
    }

}

body.pp-css-home-page .pp-home-signature-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 24px;
    margin-bottom: 18px;
}

body.pp-css-home-page .pp-home-signature-heading-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

body.pp-css-home-page .pp-home-signature-eyebrow {
    margin: 0 !important;
    color: var(--pp-gold);
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.pp-css-home-page .pp-home-signature-title {
    margin: 0 !important;
    color: var(--pp-white);
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

body.pp-css-home-page .pp-home-signature-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0 !important;
    color: var(--pp-gold);
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color var(--pp-transition-fast);
}

body.pp-css-home-page .pp-home-signature-view-all:hover,
body.pp-css-home-page .pp-home-signature-view-all:focus {
    color: var(--pp-gold-hover);
    text-decoration: none;
}

body.pp-css-home-page .pp-home-signature-view-all::after {
    content: "";
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 11px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cpath d='M1.25 1L5.75 5.5L1.25 10' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cpath d='M1.25 1L5.75 5.5L1.25 10' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 7px 11px;
    mask-size: 7px 11px;
    pointer-events: none;
}


body.pp-css-home-page .pp-home-signature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 24px;
    align-items: start;
}

body.pp-css-home-page .pp-home-property-card {
    display: block;
    min-width: 0;
    background-color: var(--pp-white);
    border: 1px solid rgba(230, 224, 214, 0.72);
    border-radius: 1px;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
}

body.pp-css-home-page .pp-home-property-image-link {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background-color: var(--pp-border);
    border-radius: 1px 1px 0 0;
    text-decoration: none;
}

body.pp-css-home-page .pp-home-property-image {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center center;
    border-radius: 1px 1px 0 0;
    transition: transform 0.36s ease;
}

body.pp-css-home-page .pp-home-property-card:hover .pp-home-property-image {
    transform: scale(1.03);
}

body.pp-css-home-page .pp-home-property-content {
    display: block;
    padding: 12px 18px 18px;
}

body.pp-css-home-page .pp-home-property-title {
    min-height: 48px;
    margin: 0 0 12px !important;
    color: var(--pp-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.pp-css-home-page .pp-home-property-location {
    margin: 0 0 6px !important;
    color: var(--pp-body);
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

body.pp-css-home-page .pp-home-property-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 18px;
    row-gap: 6px;
    margin: 0 0 6px !important;
    color: var(--pp-muted);
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

body.pp-css-home-page .pp-home-property-detail {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--pp-muted);
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    white-space: nowrap;
}

body.pp-css-home-page .pp-home-property-detail::before {
    content: "";
    display: inline-block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.84;
}

body.pp-css-home-page .pp-home-property-detail-beds::before {
    background-image: url("/wp-content/uploads/2026/07/presidence-property-icon-bed.png");
}

body.pp-css-home-page .pp-home-property-detail-baths::before {
    background-image: url("/wp-content/uploads/2026/07/presidence-property-icon-bath.png");
}

body.pp-css-home-page .pp-home-property-detail-area::before {
    background-image: url("/wp-content/uploads/2026/07/presidence-property-icon-area.png");
}

body.pp-css-home-page .pp-home-property-price {
    margin: 0 0 12px !important;
    color: var(--pp-gold);
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

body.pp-css-home-page .pp-home-property-link {
    position: relative;
    display: inline-block;
    color: var(--pp-muted);
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color var(--pp-transition-fast);
}

body.pp-css-home-page .pp-home-property-link:hover,
body.pp-css-home-page .pp-home-property-link:focus {
    color: var(--pp-gold);
    text-decoration: none;
}

body.pp-css-home-page .pp-home-property-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background-color: currentColor;
    pointer-events: none;
}

body.pp-css-home-page .pp-home-property-link::after {
    content: "";
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    display: block;
    width: 7px;
    height: 11px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cpath d='M1.25 1L5.75 5.5L1.25 10' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cpath d='M1.25 1L5.75 5.5L1.25 10' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 7px 11px;
    mask-size: 7px 11px;
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 767px) {

    body.home.pp-css-home-page .content-container.site-container,
    body.home.pp-css-home-page .entry-content-wrap,
    body.home.pp-css-home-page .entry-content {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-hero {
        background-image: linear-gradient(
                90deg,
                rgba(11, 31, 58, 0.42),
                rgba(11, 31, 58, 0.24)
            ),
            url("/wp-content/uploads/2026/07/presidence-property-budapest-hero-mobile-1600x1200px.webp");
        background-size: cover;
        background-position: 75% center;
    }

    body.pp-css-home-page .pp-home-hero-title + .pp-home-search {
        margin-top: 30px !important;
    }

    body.pp-css-home-page .pp-home-hero-inner {
        max-width: none;
        padding: 36px 24px 48px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-hero-title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0.02em;
    }

    body.pp-css-home-page .pp-home-search {
        width: 100%;
        max-width: none;
        margin: 30px 0 0;
    }

    body.pp-css-home-page .pp-home-search-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    body.pp-css-home-page .pp-home-search-tab {
        width: 100%;
        min-width: 0;
        height: 42px;
        padding: 0 12px;
    }

    body.pp-css-home-page .pp-home-search-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        width: 100%;
        height: auto;
        background: transparent !important;
        background-color: transparent !important;
    }

    body.pp-css-home-page .pp-home-location-control {
        grid-template-columns: minmax(112px, 0.8fr) minmax(0, 1.2fr);
        width: 100%;
        height: 54px;
    }

    body.pp-css-home-page .pp-home-location-select,
    body.pp-css-home-page .pp-home-reference-input {
        height: 54px;
        font-size: 12px;
        line-height: 18px;
    }

    body.pp-css-home-page .pp-home-location-select {
        padding-left: 14px;
    }

    body.pp-css-home-page .pp-home-reference-input {
        padding: 0 18px;
    }

    body.pp-css-home-page .pp-home-search-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 42px;
        margin-top: 0;
        margin-left: auto;
    }

    body.pp-css-home-page .pp-home-more-options {
        width: 100%;
        margin-top: 6px;
        margin-left: 0;
    }

    body.pp-css-home-page .pp-home-more-options-toggle {
        width: 50%;
        height: 42px;
        margin-left: auto;
    }

    body.pp-css-home-page .pp-home-more-options-panel {
        position: static;
        width: 100%;
        max-width: none;
        margin-top: 0;
        padding: 18px;
        box-shadow: none;
    }

    body.pp-css-home-page .pp-home-more-options-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.pp-css-home-page .pp-home-option-select {
        height: 48px;
        font-size: 12px;
        line-height: 18px;
    }

    body.pp-css-home-page .pp-home-search,
    body.pp-css-home-page .pp-home-search-form,
    body.pp-css-home-page .pp-home-search-tabs,
    body.pp-css-home-page .pp-home-search-row,
    body.pp-css-home-page .pp-home-more-options {
        background: transparent !important;
        background-color: transparent !important;
    }

    body.pp-css-home-page .pp-home-search-tab {
        background: rgba(11, 31, 58, 0.78) !important;
        background-color: rgba(11, 31, 58, 0.78) !important;
        color: #F8F6F1 !important;
        border: none !important;
        border-right: 1px solid rgba(248, 246, 241, 0.18) !important;
    }

    body.pp-css-home-page .pp-home-search-mode-buy:checked ~ .pp-home-search-tabs .pp-home-search-tab-buy,
    body.pp-css-home-page .pp-home-search-mode-rent:checked ~ .pp-home-search-tabs .pp-home-search-tab-rent {
        background: rgba(248, 246, 241, 0.82) !important;
        background-color: rgba(248, 246, 241, 0.82) !important;
        color: var(--pp-navy) !important;
        box-shadow: inset 0 2px 0 var(--pp-gold) !important;
    }

    body.pp-css-home-page .pp-home-search-tab:hover {
        background: rgba(11, 31, 58, 0.88) !important;
        background-color: rgba(11, 31, 58, 0.88) !important;
        color: #F8F6F1 !important;
    }

    body.pp-css-home-page .pp-home-search-input {
        background: rgba(255, 255, 255, 0.66) !important;
        background-color: rgba(255, 255, 255, 0.66) !important;
        color: var(--pp-body) !important;
        border: none !important;
        box-shadow: none !important;
    }

    body.pp-css-home-page .pp-home-search-input::placeholder {
        color: var(--pp-muted) !important;
        opacity: 1 !important;
    }

    body.pp-css-home-page .pp-home-search-input:hover,
    body.pp-css-home-page .pp-home-search-input:focus {
        background: rgba(255, 255, 255, 0.72) !important;
        background-color: rgba(255, 255, 255, 0.72) !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    body.pp-css-home-page .pp-home-search-button {
        background: rgba(176, 141, 87, 0.84) !important;
        background-color: rgba(176, 141, 87, 0.84) !important;
        color: var(--pp-navy) !important;
        border: none !important;
        box-shadow: none !important;
    }

    body.pp-css-home-page .pp-home-search-button:hover,
    body.pp-css-home-page .pp-home-search-button:focus {
        background: rgba(198, 166, 106, 0.90) !important;
        background-color: rgba(198, 166, 106, 0.90) !important;
        color: var(--pp-navy) !important;
        box-shadow: none !important;
    }

    body.pp-css-home-page .pp-home-more-options-toggle {
        background: rgba(248, 246, 241, 0.76) !important;
        background-color: rgba(248, 246, 241, 0.76) !important;
        color: var(--pp-navy) !important;
        border: none !important;
        box-shadow: none !important;
    }

    body.pp-css-home-page .pp-home-more-options-toggle:hover,
    body.pp-css-home-page .pp-home-more-options-toggle:focus {
        background: rgba(248, 246, 241, 0.88) !important;
        background-color: rgba(248, 246, 241, 0.88) !important;
        color: var(--pp-navy) !important;
        box-shadow: none !important;
    }

    body.pp-css-home-page .pp-home-more-options-panel {
        background: rgba(255, 255, 255, 0.78) !important;
        background-color: rgba(255, 255, 255, 0.78) !important;
        border: none !important;
        box-shadow: none !important;
    }

    body.pp-css-home-page .pp-home-option-select {
        background-color: rgba(255, 255, 255, 0.72) !important;
        color: var(--pp-navy) !important;
        border-color: rgba(11, 31, 58, 0.18) !important;
    }

    body.pp-css-home-page .pp-home-intro-inner {
        max-width: none;
        padding: 36px 24px 36px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-intro-content {
        max-width: none;
    }

    body.pp-css-home-page .pp-home-intro-title {
        font-size: 30px;
        line-height: 36px;
    }

    body.pp-css-home-page .pp-home-intro-text {
        margin-top: 18px;
        font-size: 16px;
        line-height: 24px;
    }

    body.pp-css-home-page .pp-home-signature-inner {
        max-width: none;
        padding: 36px 24px 48px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-signature-heading-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 12px;
        row-gap: 6px;
        align-items: start;
        margin-bottom: 24px;
    }

    body.pp-css-home-page .pp-home-signature-heading-main {
        display: contents;
    }

    body.pp-css-home-page .pp-home-signature-eyebrow {
        grid-column: 1;
        grid-row: 1;
    }

    body.pp-css-home-page .pp-home-signature-title {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    body.pp-css-home-page .pp-home-signature-view-all {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }

    body.pp-css-home-page .pp-home-signature-grid {
        grid-template-columns: 1fr;
        row-gap: 24px;
        column-gap: 0;
    }

    body.pp-css-home-page .pp-home-property-card {
        width: 100%;
    }

    body.pp-css-home-page .pp-home-property-image-link,
    body.pp-css-home-page .pp-home-property-image {
        height: 240px;
    }

    body.pp-css-home-page .pp-home-property-content {
        padding: 18px 18px 18px;
    }

    body.pp-css-home-page .pp-home-property-title {
        min-height: 0;
        font-size: 24px;
        line-height: 30px;
    }

    body.pp-css-home-page .pp-home-property-location,
    body.pp-css-home-page .pp-home-property-details,
    body.pp-css-home-page .pp-home-property-detail,
    body.pp-css-home-page .pp-home-property-price {
        font-size: 14px;
        line-height: 18px;
    }

    body.pp-css-home-page .pp-home-core-services-inner {
        max-width: none;
        padding: 36px 24px 48px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-core-services-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 24px !important;
    }

    body.pp-css-home-page .pp-home-core-services-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 24px;
        width: 100%;
    }

    body.pp-css-home-page .pp-home-core-service-item {
        width: 100%;
        max-width: none;
        min-height: 0;
        padding: 24px;
    }

    body.pp-css-home-page .pp-home-core-service-title {
        min-height: 0;
    }

    body.pp-css-home-page .pp-home-core-services .pp-home-core-service-item .pp-home-core-service-text {
        min-height: 0 !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

    body.home.pp-css-home-page .content-container.site-container,
    body.home.pp-css-home-page .entry-content-wrap,
    body.home.pp-css-home-page .entry-content {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-hero {
        min-height: 540px;
        background-size: cover;
        background-position: center center;
    }

    body.pp-css-home-page .pp-home-hero-inner {
        max-width: none;
        padding: 42px 36px 60px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-hero-title {
        font-size: 42px;
        line-height: 48px;
    }

    body.pp-css-home-page .pp-home-search {
        width: 100%;
        max-width: none;
        margin: 42px 0 0;
    }

    body.pp-css-home-page .pp-home-search-tabs {
        display: flex;
        width: 100%;
    }

    body.pp-css-home-page .pp-home-search-tab {
        min-width: 120px;
        height: 42px;
    }

    body.pp-css-home-page .pp-home-search-row {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(160px, 1fr) 120px;
        gap: 12px;
        width: 100%;
        min-height: 54px;
    }

    body.pp-css-home-page .pp-home-location-control {
        grid-template-columns: minmax(112px, 0.8fr) minmax(0, 1.2fr);
        height: 54px;
    }

    body.pp-css-home-page .pp-home-location-select,
    body.pp-css-home-page .pp-home-reference-input {
        height: 54px;
        font-size: 12px;
        line-height: 18px;
    }

    body.pp-css-home-page .pp-home-search-button {
        width: 120px;
        height: 54px;
        margin: 0;
    }

    body.pp-css-home-page .pp-home-more-options {
        position: relative;
        width: 100%;
        margin-top: 6px;
        margin-left: 0;
    }

    body.pp-css-home-page .pp-home-more-options-toggle {
        width: 180px;
        height: 36px;
        margin-left: auto;
    }

    body.pp-css-home-page .pp-home-more-options-panel {
        position: absolute;
        right: 0;
        width: 100%;
        max-width: none;
        padding: 18px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    body.pp-css-home-page .pp-home-more-options-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
    }

    body.pp-css-home-page .pp-home-option-select {
        width: 100%;
        min-width: 0;
        height: 48px;
        padding: 0 42px 0 12px;
        font-size: 12px;
        line-height: 18px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-intro-inner {
        max-width: none;
        padding: 48px 36px 48px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-intro-content {
        max-width: 720px;
    }

    body.pp-css-home-page .pp-home-intro-title {
        font-size: 36px;
        line-height: 42px;
    }

    body.pp-css-home-page .pp-home-intro-text {
        font-size: 18px;
        line-height: 30px;
    }

    body.pp-css-home-page .pp-home-signature-inner {
        max-width: none;
        padding: 48px 36px 60px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-signature-heading-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 24px;
        row-gap: 6px;
        align-items: start;
        margin-bottom: 30px;
    }

    body.pp-css-home-page .pp-home-signature-heading-main {
        display: contents;
    }

    body.pp-css-home-page .pp-home-signature-eyebrow {
        grid-column: 1;
        grid-row: 1;
    }

    body.pp-css-home-page .pp-home-signature-title {
        grid-column: 1 / -1;
        grid-row: 2;
        font-size: 42px;
        line-height: 48px;
    }

    body.pp-css-home-page .pp-home-signature-view-all {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        white-space: nowrap;
    }

    body.pp-css-home-page .pp-home-signature-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
        row-gap: 30px;
    }

    body.pp-css-home-page .pp-home-property-card {
        width: 100%;
    }

    body.pp-css-home-page .pp-home-property-image-link,
    body.pp-css-home-page .pp-home-property-image {
        height: 210px;
    }

    body.pp-css-home-page .pp-home-property-content {
        padding: 18px;
    }

    body.pp-css-home-page .pp-home-property-title {
        min-height: 60px;
        font-size: 22px;
        line-height: 30px;
    }

    body.pp-css-home-page .pp-home-core-services-inner {
        max-width: none;
        padding: 48px 36px 60px;
        box-sizing: border-box;
    }

    body.pp-css-home-page .pp-home-core-services-title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 30px !important;
    }

    body.pp-css-home-page .pp-home-core-services-grid {
        grid-template-columns: 1fr;
        row-gap: 24px;
        column-gap: 0;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    body.pp-css-home-page .pp-home-core-service-item {
        width: 100%;
        max-width: none;
        min-height: 0;
        padding: 30px;
    }

    body.pp-css-home-page .pp-home-core-service-title {
        min-height: 0;
    }

    body.pp-css-home-page .pp-home-core-services .pp-home-core-service-item .pp-home-core-service-text {
        min-height: 0 !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    body.home.pp-css-home-page .pp-home-core-services-inner {
        width: calc(100% - 48px);
        max-width: var(--pp-inner-width);
        margin: 0 auto;
        padding: 48px 0 54px;
        box-sizing: border-box;
    }

    body.home.pp-css-home-page .pp-home-core-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 24px;
        justify-content: stretch;
        align-items: stretch;
    }

    body.home.pp-css-home-page .pp-home-core-service-item {
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }

    body.home.pp-css-home-page .pp-home-core-service-item:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        justify-self: center;
    }

    body.home.pp-css-home-page .pp-home-core-service-title {
        min-height: 0;
    }

}

@media screen and (max-width: 1024px) {

    body.home.pp-css-home-page
            .pp-home-core-services
            .pp-home-core-service-item
            .pp-home-core-service-text {
        margin: 0 0 18px !important;
    }

}
