html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
    margin: 0;
    background: #fff;
    color: #0f172a;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
body.operio-palette-gold-navy {
    --op-primary:#f6a800;
    --op-primary-rgb:246,168,0;
    --op-dark:#111827;
    --op-mid:#374151;
    --op-light:#f7f7f7;
    --op-border:#e5e7eb;
    --op-soft:#fff7df;
    --op-gradient:#0b1220;
}
body.operio-palette-blue-slate {
    --op-primary:#2563eb;
    --op-primary-rgb:37,99,235;
    --op-dark:#0f172a;
    --op-mid:#475569;
    --op-light:#f1f5f9;
    --op-border:#dbe4ef;
    --op-soft:#eaf1ff;
    --op-gradient:#1e293b;
}
body.operio-palette-emerald-charcoal {
    --op-primary:#10b981;
    --op-primary-rgb:16,185,129;
    --op-dark:#111827;
    --op-mid:#3f4b57;
    --op-light:#f0fdf7;
    --op-border:#d7eadf;
    --op-soft:#dcfce7;
    --op-gradient:#0f241c;
}
body.operio-palette-purple-graphite {
    --op-primary:#8b5cf6;
    --op-primary-rgb:139,92,246;
    --op-dark:#18181b;
    --op-mid:#52525b;
    --op-light:#f5f3ff;
    --op-border:#e4def8;
    --op-soft:#ede9fe;
    --op-gradient:#2e1065;
}
body.operio-palette-copper-black {
    --op-primary:#c76b2a;
    --op-primary-rgb:199,107,42;
    --op-dark:#0c0c0d;
    --op-mid:#44403c;
    --op-light:#faf7f2;
    --op-border:#eadfd2;
    --op-soft:#fff1e4;
    --op-gradient:#1c1917;
}
a {
    color: inherit;
}
.psos-container,
.psos-header-inner,
.psos-footer-inner {
    width: min(1160px, calc(100% - 44px));
    margin: 0 auto;
}
.psos-header {
    position: relative;
    z-index: 100;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(var(--op-primary-rgb),.24);
    box-shadow: 0 12px 35px rgba(15,23,42,.07);
}
.psos-header-inner {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px,2vw,28px);
}
.psos-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 112px;
    max-width: 160px;
    text-decoration: none;
    color: var(--op-dark);
    font-weight: 950;
    letter-spacing: -.04em;
}
.psos-brand img,
.psos-brand .custom-logo {
    display: block;
    max-width: 82px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.psos-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}
.psos-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px,2vw,28px);
    margin: 0;
    padding: 0;
    list-style: none;
}
.psos-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: #07111f;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}
.psos-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--op-primary);
    color: #fff;
    border-radius: 999px;
    padding: 13px 22px;
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(var(--op-primary-rgb),.28);
    white-space: nowrap;
}
.psos-main {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.psos-article,
.psos-content,
.psos-main .entry-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}
.psos-page-title {
    padding: 72px 0;
    background: linear-gradient(120deg,var(--op-dark),var(--op-gradient));
    color: #fff;
}
.psos-page-title span {
    display: inline-flex;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 900;
    color: var(--op-primary);
}
.psos-page-title h1 {
    margin: 0;
    font-size: clamp(42px,6vw,72px);
    line-height: .95;
    letter-spacing: -.055em;
}
.psos-footer {
    background: #07111f;
    color: #dbe4ef;
    padding: 34px 0;
}
.psos-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.psos-footer strong {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
}
.psos-footer span {
    display: block;
    color: #cbd5e1;
}
.psos-footer-links {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}
.psos-footer a {
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}
.psos-blog-index {
    padding: 90px 0;
    background: #f8fafc;
}
.psos-blog-index h1 {
    font-size: clamp(42px,6vw,76px);
    line-height: .95;
    letter-spacing: -.055em;
    margin: 0 0 30px;
}
.psos-post-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
}
.psos-post-card {
    background: #fff;
    border: 1px solid var(--op-border);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 20px 52px rgba(15,23,42,.07);
}
.psos-post-card h2 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.1;
}
.psos-post-card a {
    text-decoration: none;
}
.psos-read-more {
    display: inline-flex;
    margin-top: 10px;
    color: var(--op-primary);
    font-weight: 900;
}
.psos-single-content {
    padding: 70px 0;
}
.psos-single-content > * {
    max-width: 840px;
}
.psos-single-content h2 {
    font-size: clamp(28px,4vw,44px);
    line-height: 1.05;
    letter-spacing: -.04em;
    margin-top: 42px;
}
.psos-single-content p,
.psos-single-content li {
    font-size: 18px;
    line-height: 1.75;
    color: #334155;
}
body.operio-style-construct .psos-header {
    border-bottom: 3px solid var(--op-primary);
}
body.operio-style-executive .psos-header {
    background: rgba(7,17,31,.96);
    border-bottom-color: rgba(255,255,255,.12);
}
body.operio-style-executive .psos-menu a,
body.operio-style-executive .psos-brand {
    color: #fff;
}
body.operio-style-operations .psos-header {
    border-bottom-color: var(--op-primary);
}
body.operio-style-concierge {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}
body.operio-style-concierge .psos-header {
    background: rgba(255,255,255,.94);
}
body.operio-style-concierge .psos-menu a,
body.operio-style-concierge .psos-phone,
body.operio-style-concierge .psos-footer {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.operio-style-saas .psos-phone {
    border-radius: 14px;
}
body.operio-style-saas .psos-header {
    border-bottom-color: rgba(15,23,42,.08);
}
@media (max-width: 1040px) {
    .psos-header-inner {
        min-height: auto;
        padding: 18px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .psos-brand {
        justify-content: center;
        width: 100%;
        max-width: none;
    }
    .psos-nav {
        order: 3;
        flex-basis: 100%;
    }
    .psos-menu {
        flex-wrap: wrap;
        gap: 10px 18px;
    }
}
@media (max-width: 720px) {
    .psos-container,
    .psos-header-inner,
    .psos-footer-inner {
        width: min(100% - 28px, 1160px);
    }
    .psos-menu a {
        font-size: 12.5px;
    }
    .psos-phone {
        padding: 12px 18px;
    }
    .psos-footer-inner {
        display: block;
        text-align: center;
    }
    .psos-footer-links {
        justify-content: center;
        margin-top: 14px;
    }
    .psos-post-grid {
        grid-template-columns: 1fr;
    }
}


/* v1.0.1: Header navigation visibility hardening.
   The companion theme must keep the menu readable even when plugin/page CSS or WordPress menu classes try to inherit white/hover-only link styles. */
body.propertyserv-os-theme .psos-header {
    background: #ffffff !important;
}

body.propertyserv-os-theme .psos-nav,
body.propertyserv-os-theme .psos-menu,
body.propertyserv-os-theme .psos-menu li,
body.propertyserv-os-theme .psos-menu a,
body.propertyserv-os-theme .psos-menu a:link,
body.propertyserv-os-theme .psos-menu a:visited {
    opacity: 1 !important;
    visibility: visible !important;
}

body.propertyserv-os-theme .psos-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

body.propertyserv-os-theme .psos-menu li {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.propertyserv-os-theme .psos-menu a,
body.propertyserv-os-theme .psos-menu a:link,
body.propertyserv-os-theme .psos-menu a:visited,
body.propertyserv-os-theme .psos-nav a,
body.propertyserv-os-theme .psos-nav a:link,
body.propertyserv-os-theme .psos-nav a:visited {
    color: #07111f !important;
    background: transparent !important;
    text-shadow: none !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

body.propertyserv-os-theme .psos-menu a:hover,
body.propertyserv-os-theme .psos-menu a:focus,
body.propertyserv-os-theme .psos-nav a:hover,
body.propertyserv-os-theme .psos-nav a:focus {
    color: var(--op-primary) !important;
    background: transparent !important;
    outline: none;
}

body.propertyserv-os-theme .psos-phone,
body.propertyserv-os-theme .psos-phone:link,
body.propertyserv-os-theme .psos-phone:visited {
    color: #ffffff !important;
    background: var(--op-primary) !important;
}

/* Executive is the only intentionally dark header. Keep its menu visible there too. */
body.propertyserv-os-theme.operio-style-executive .psos-header {
    background: rgba(7,17,31,.96) !important;
}

body.propertyserv-os-theme.operio-style-executive .psos-menu a,
body.propertyserv-os-theme.operio-style-executive .psos-menu a:link,
body.propertyserv-os-theme.operio-style-executive .psos-menu a:visited,
body.propertyserv-os-theme.operio-style-executive .psos-nav a,
body.propertyserv-os-theme.operio-style-executive .psos-nav a:link,
body.propertyserv-os-theme.operio-style-executive .psos-nav a:visited,
body.propertyserv-os-theme.operio-style-executive .psos-brand {
    color: #ffffff !important;
}

body.propertyserv-os-theme.operio-style-executive .psos-menu a:hover,
body.propertyserv-os-theme.operio-style-executive .psos-menu a:focus,
body.propertyserv-os-theme.operio-style-executive .psos-nav a:hover,
body.propertyserv-os-theme.operio-style-executive .psos-nav a:focus {
    color: var(--op-primary) !important;
}


/* v1.0.2 fallback copy of hard header-nav visibility override */
html body .psos-header .psos-nav a,
html body .psos-header .psos-nav a:link,
html body .psos-header .psos-nav a:visited,
html body .psos-header .psos-menu > li > a,
html body .psos-header ul.menu > li > a {
    opacity: 1 !important;
    visibility: visible !important;
    color: #07111f !important;
    -webkit-text-fill-color: #07111f !important;
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
}
html body .psos-header .psos-nav a:hover,
html body .psos-header .psos-nav a:focus {
    color: var(--op-primary, #2563eb) !important;
    -webkit-text-fill-color: var(--op-primary, #2563eb) !important;
}
html body.operio-style-executive .psos-header .psos-nav a,
html body.operio-style-executive .psos-header .psos-nav a:link,
html body.operio-style-executive .psos-header .psos-nav a:visited {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

