/*
 Theme Name: VNP Management Portal
 Description: Owner-led vacation-rental management site for vnpmanagement.com.
 Version: 1.1.1
 Author: VNP Management
 Template: hello-elementor
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Prata&display=swap');

:root {
    --vnp-navy: #001e41;
    --vnp-navy-deep: #00142c;
    --vnp-gold: #d9b260;
    --vnp-gold-light: #e8c77f;
    --vnp-cream: #f8f5ef;
    --vnp-paper: #fffdf9;
    --vnp-ink: #172432;
    --vnp-muted: #5c636f;
    --vnp-line: rgba(0, 30, 65, 0.14);
    --vnp-shadow: 0 22px 55px rgba(0, 30, 65, 0.13);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--vnp-ink);
    background: var(--vnp-cream);
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    line-height: 1.65;
}

body.admin-bar .vnp-site-header { top: 32px; }

@media (max-width: 782px) {
    body.admin-bar .vnp-site-header { top: 46px; }
}

body .site, body #page, body #content, body .site-content, body .elementor-location-header + main {
    overflow: visible;
}

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
    color: var(--vnp-navy);
    font-family: 'Prata', serif !important;
    font-weight: 400;
    line-height: 1.18;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }

.vnp-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(0, 30, 65, 0.98);
    border-bottom: 1px solid rgba(217, 178, 96, 0.25);
    box-shadow: 0 7px 25px rgba(0, 13, 31, 0.16);
}

.vnp-nav {
    width: min(1380px, calc(100% - 48px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.vnp-wordmark {
    color: #fff;
    font-family: 'Prata', serif;
    font-size: 1.42rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
}

.vnp-wordmark span {
    display: block;
    margin-top: 5px;
    color: var(--vnp-gold);
    font-family: 'Inter', sans-serif;
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.vnp-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.vnp-nav-links a {
    position: relative;
    padding: 8px 0;
    color: var(--vnp-gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 160ms ease;
}

.vnp-nav-links a:not(.vnp-nav-button)::after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 1px;
    background: var(--vnp-gold);
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.vnp-nav-links a:hover { color: #fff; }
.vnp-nav-links a:hover::after, .vnp-nav-links a[aria-current='page']::after { transform: scaleX(1); }

.vnp-nav-links .vnp-nav-button {
    padding: 11px 16px;
    border: 1px solid var(--vnp-gold);
    color: var(--vnp-navy);
    background: var(--vnp-gold);
}

.vnp-nav-links .vnp-nav-button:hover { background: var(--vnp-gold-light); color: var(--vnp-navy); }

.management-main { overflow: hidden; }
.vnp-container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

.vnp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--vnp-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.vnp-eyebrow::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: '';
}

.vnp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 13px 22px;
    border: 1px solid var(--vnp-gold);
    color: var(--vnp-navy);
    background: var(--vnp-gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.vnp-button:hover { transform: translateY(-2px); color: var(--vnp-navy); background: var(--vnp-gold-light); }

.vnp-button--outline { color: #fff; background: transparent; border-color: rgba(255,255,255,0.72); }
.vnp-button--outline:hover { color: var(--vnp-navy); background: #fff; }
.vnp-button--navy { color: #fff; background: var(--vnp-navy); border-color: var(--vnp-navy); }
.vnp-button--navy:hover { color: #fff; background: #12385d; border-color: #12385d; }

.vnp-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    background: #001e41 url('https://vnpproperties.com/wp-content/uploads/2026/04/Cover-Photo.jpg') center/cover no-repeat;
    color: #fff;
}

.vnp-hero::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 20, 44, 0.94) 0%, rgba(0, 30, 65, 0.73) 50%, rgba(0, 30, 65, 0.18) 100%);
    content: '';
}

.vnp-hero-content {
    position: relative;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 100px 0 92px;
}

.vnp-hero-copy { max-width: 720px; }
.vnp-hero h1 { max-width: 670px; margin: 18px 0 25px; color: #fff; font-size: clamp(2.9rem, 5.4vw, 5.05rem); letter-spacing: -0.025em; }
.vnp-hero p { max-width: 625px; margin-bottom: 32px; color: rgba(255,255,255,0.91); font-size: clamp(1rem, 1.45vw, 1.2rem); }
.vnp-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.vnp-hero-note {
    max-width: 630px;
    margin-top: 46px;
    padding-top: 19px;
    border-top: 1px solid rgba(217, 178, 96, 0.68);
    color: rgba(255,255,255,0.86);
    font-size: 0.85rem;
}

.vnp-trust-strip {
    position: relative;
    z-index: 3;
    width: min(1120px, calc(100% - 48px));
    margin: -47px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(217, 178, 96, 0.52);
    color: var(--vnp-navy);
    background: var(--vnp-paper);
    box-shadow: var(--vnp-shadow);
}

.vnp-trust-item { min-height: 112px; padding: 23px 28px; display: flex; align-items: center; gap: 16px; }
.vnp-trust-item + .vnp-trust-item { border-left: 1px solid var(--vnp-line); }
.vnp-trust-mark { display: flex; width: 42px; height: 42px; flex: 0 0 42px; align-items: center; justify-content: center; }
.vnp-trust-mark img { display: block; width: 42px; height: 42px; }
.vnp-trust-label { display: block; margin-bottom: 1px; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.vnp-trust-title { display: block; font-family: 'Prata', serif; font-size: 1.05rem; line-height: 1.2; }

.vnp-section { padding: 112px 0; }
.vnp-section--paper { background: var(--vnp-paper); }
.vnp-section--navy { color: #fff; background: var(--vnp-navy); }
.vnp-section-heading { max-width: 700px; margin-bottom: 52px; }
.vnp-section-heading h2 { margin: 15px 0 16px; font-size: clamp(2rem, 3.6vw, 3.45rem); }
.vnp-section-heading p { max-width: 640px; margin: 0; color: var(--vnp-muted); font-size: 1.06rem; }
.vnp-section--navy h2, .vnp-section--navy h3 { color: #fff; }
.vnp-section--navy p { color: rgba(255,255,255,0.76); }

.vnp-owner-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.vnp-image-stack { position: relative; padding: 0 42px 44px 0; }
.vnp-image-stack img { display: block; width: 100%; min-height: 530px; object-fit: cover; }
.vnp-image-stack::after { position: absolute; right: 0; bottom: 0; width: 55%; height: 47%; border: 14px solid var(--vnp-cream); background: url('https://vnpproperties.com/wp-content/uploads/2025/11/dtla-303-01-living-room-hero.jpg') center/cover no-repeat; content: ''; }
.vnp-owner-copy h2 { margin: 14px 0 24px; font-size: clamp(2.15rem, 3.6vw, 3.5rem); }
.vnp-owner-copy > p { max-width: 580px; margin-bottom: 19px; color: var(--vnp-muted); font-size: 1.04rem; }
.vnp-owner-quote { margin: 30px 0 0; padding: 21px 0 21px 24px; border-left: 2px solid var(--vnp-gold); color: var(--vnp-navy); font-family: 'Prata', serif; font-size: 1.25rem; line-height: 1.45; }

.vnp-reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vnp-reason { padding: 32px; border-top: 2px solid var(--vnp-gold); background: #fff; box-shadow: 0 14px 34px rgba(0,30,65,0.08); }
.vnp-reason-number { display: block; margin-bottom: 22px; color: var(--vnp-gold); font-family: 'Prata', serif; font-size: 1.38rem; }
.vnp-reason h3 { margin-bottom: 12px; font-size: 1.38rem; }
.vnp-reason p { margin: 0; color: var(--vnp-muted); font-size: 0.94rem; }

.vnp-showcase { padding-bottom: 0; }
.vnp-property-grid { display: grid; grid-template-columns: 1.08fr 0.92fr 0.92fr; gap: 18px; }
.vnp-property { position: relative; min-height: 370px; overflow: hidden; color: #fff; background: var(--vnp-navy); }
.vnp-property:first-child { min-height: 540px; grid-row: span 2; }
.vnp-property img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.vnp-property:hover img { transform: scale(1.045); }
.vnp-property::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 20, 44, 0.88), rgba(0, 20, 44, 0.02) 62%); content: ''; }
.vnp-property-label { position: absolute; right: 24px; bottom: 23px; left: 24px; z-index: 1; }
.vnp-property-label span { display: block; margin-bottom: 5px; color: var(--vnp-gold-light); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.vnp-property-label strong { font-family: 'Prata', serif; font-size: 1.4rem; font-weight: 400; }

.vnp-services { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(217,178,96,0.35); border-left: 1px solid rgba(217,178,96,0.35); }
.vnp-service { min-height: 230px; padding: 40px; border-right: 1px solid rgba(217,178,96,0.35); border-bottom: 1px solid rgba(217,178,96,0.35); }
.vnp-service-icon { display: block; margin-bottom: 22px; color: var(--vnp-gold); font-family: 'Prata', serif; font-size: 2rem; line-height: 1; }
.vnp-service h3 { margin-bottom: 10px; font-size: 1.45rem; }
.vnp-service p { max-width: 460px; margin: 0; font-size: 0.95rem; }

.vnp-cta-band { position: relative; padding: 104px 0; overflow: hidden; background: #001e41 url('https://vnpproperties.com/wp-content/uploads/2025/11/biltmore-06-living-room-fireplace.jpg') center/cover no-repeat; }
.vnp-cta-band::before { position: absolute; inset: 0; background: rgba(0, 22, 49, 0.87); content: ''; }
.vnp-cta-inner { position: relative; max-width: 790px; text-align: center; }
.vnp-cta-inner .vnp-eyebrow { justify-content: center; }
.vnp-cta-inner h2 { margin: 16px 0 19px; color: #fff; font-size: clamp(2.25rem, 4vw, 3.65rem); }
.vnp-cta-inner p { margin: 0 auto 31px; color: rgba(255,255,255,0.8); font-size: 1.05rem; }

.vnp-page-hero { position: relative; min-height: 410px; display: flex; align-items: end; padding: 82px 0 74px; color: #fff; background: var(--vnp-navy); }
.vnp-page-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,20,44,0.91), rgba(0,30,65,0.49)); content: ''; }
.vnp-page-hero--about { background: #001e41 url('https://vnpproperties.com/wp-content/uploads/2025/11/heritage-01-living-room-hero.jpg') center/cover no-repeat; }
.vnp-page-hero--contact { background: #001e41 url('https://vnpproperties.com/wp-content/uploads/2025/11/biltmore-01-living-room-hero.jpg') center/cover no-repeat; }
.vnp-page-hero--portal { background: #001e41 url('https://vnpproperties.com/wp-content/uploads/2025/11/dtla-105-01-living-room-hero.jpg') center/cover no-repeat; }
.vnp-page-hero .vnp-container { position: relative; }
.vnp-page-hero h1 { max-width: 690px; margin: 15px 0 12px; color: #fff; font-size: clamp(2.65rem, 5vw, 4.45rem); }
.vnp-page-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,0.88); font-size: 1.08rem; }

.vnp-story-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 74px; align-items: start; }
.vnp-statement { padding: 39px; background: var(--vnp-navy); color: #fff; }
.vnp-statement h2 { margin: 16px 0 23px; color: #fff; font-size: 2.2rem; }
.vnp-statement p { margin-bottom: 16px; color: rgba(255,255,255,0.78); }
.vnp-statement p:last-child { margin-bottom: 0; }
.vnp-story-copy h2 { margin-bottom: 22px; font-size: 2.25rem; }
.vnp-story-copy p { color: var(--vnp-muted); }
.vnp-principles { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid var(--vnp-line); }
.vnp-principle { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 22px 0; border-bottom: 1px solid var(--vnp-line); }
.vnp-principle span { color: var(--vnp-gold); font-family: 'Prata', serif; font-size: 1.45rem; }
.vnp-principle h3 { margin: 0 0 5px; font-family: 'Inter', sans-serif !important; font-size: 0.94rem; font-weight: 700; }
.vnp-principle p { margin: 0; font-size: 0.93rem; }

.vnp-contact-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(36px, 7vw, 100px); align-items: start; }
.vnp-contact-intro h2 { margin: 15px 0 18px; font-size: 2.35rem; }
.vnp-contact-intro > p { color: var(--vnp-muted); }
.vnp-contact-points { margin: 31px 0 0; padding: 0; list-style: none; }
.vnp-contact-points li { display: flex; gap: 14px; margin: 17px 0; color: var(--vnp-muted); }
.vnp-contact-points span { display: flex; width: 25px; height: 25px; flex: 0 0 25px; align-items: center; justify-content: center; color: var(--vnp-navy); background: var(--vnp-gold); font-size: 0.78rem; font-weight: 700; }
.vnp-contact-form { padding: clamp(26px, 4vw, 48px); background: #fff; box-shadow: var(--vnp-shadow); }
.vnp-contact-form h2 { margin-bottom: 26px; font-size: 2rem; }
.vnp-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.vnp-field { margin-bottom: 20px; }
.vnp-field label { display: block; margin-bottom: 7px; color: var(--vnp-navy); font-size: 0.71rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.vnp-field input, .vnp-field select, .vnp-field textarea { width: 100%; border: 1px solid #cbd2d8; border-radius: 0; padding: 13px 14px; color: var(--vnp-ink); background: #fff; font: inherit; font-size: 0.94rem; }
.vnp-field textarea { min-height: 148px; resize: vertical; }
.vnp-field input:focus, .vnp-field select:focus, .vnp-field textarea:focus { outline: 2px solid rgba(217,178,96,0.62); outline-offset: 1px; border-color: var(--vnp-gold); }
.vnp-form-status { margin-bottom: 23px; padding: 14px 16px; border-left: 3px solid var(--vnp-gold); background: #f7f2e7; color: var(--vnp-navy); }
.vnp-form-status--error { border-color: #a42d2d; background: #fff0ef; color: #7b1d1d; }
.vnp-form-note { margin: 16px 0 0; color: var(--vnp-muted); font-size: 0.79rem; }

.vnp-portal-card { max-width: 670px; margin: -66px auto 0; padding: clamp(34px, 6vw, 62px); position: relative; text-align: center; background: var(--vnp-paper); box-shadow: var(--vnp-shadow); }
.vnp-portal-card h2 { margin: 16px 0 19px; font-size: 2.35rem; }
.vnp-portal-card p { margin-bottom: 29px; color: var(--vnp-muted); }

.vnp-site-footer { color: rgba(255,255,255,0.78); background: var(--vnp-navy-deep); }
.vnp-footer-grid { width: min(1200px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1.35fr 0.8fr 0.8fr; gap: 54px; padding: 66px 0 46px; }
.vnp-site-footer h2 { margin-bottom: 15px; color: #fff; font-size: 1.38rem; }
.vnp-site-footer h3 { margin: 0 0 16px; color: var(--vnp-gold); font-family: 'Inter', sans-serif !important; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.vnp-site-footer p { max-width: 430px; margin: 0; font-size: 0.88rem; }
.vnp-footer-links { margin: 0; padding: 0; list-style: none; }
.vnp-footer-links li + li { margin-top: 9px; }
.vnp-footer-links a { color: rgba(255,255,255,0.78); font-size: 0.88rem; text-decoration: none; }
.vnp-footer-links a:hover { color: var(--vnp-gold-light); }
.vnp-footer-bottom { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 19px 0 28px; border-top: 1px solid rgba(217,178,96,0.22); color: rgba(255,255,255,0.47); font-size: 0.73rem; }

@media (max-width: 900px) {
    .vnp-nav { width: min(100% - 32px, 1380px); min-height: 70px; }
    .vnp-nav-links { gap: 16px; }
    .vnp-nav-links a { font-size: 0.65rem; }
    .vnp-hero { min-height: 620px; }
    .vnp-owner-grid, .vnp-story-grid, .vnp-contact-layout { grid-template-columns: 1fr; }
    .vnp-image-stack { max-width: 620px; }
    .vnp-reasons { grid-template-columns: 1fr; }
    .vnp-property-grid { grid-template-columns: 1fr 1fr; }
    .vnp-property:first-child { min-height: 470px; grid-column: span 2; grid-row: auto; }
    .vnp-footer-grid { grid-template-columns: 1.2fr 0.8fr; }
}

@media (max-width: 680px) {
    .vnp-nav { width: min(100% - 28px, 1380px); padding: 12px 0; align-items: start; }
    .vnp-wordmark { padding-top: 4px; font-size: 1.17rem; }
    .vnp-wordmark span { font-size: 0.52rem; }
    .vnp-nav-links { max-width: 250px; flex-wrap: wrap; gap: 4px 14px; justify-content: flex-end; }
    .vnp-nav-links a { padding: 4px 0; font-size: 0.56rem; }
    .vnp-nav-links .vnp-nav-button { padding: 7px 9px; }
    .vnp-container, .vnp-hero-content { width: min(100% - 32px, 1200px); }
    .vnp-hero { min-height: 590px; background-position: 60% center; }
    .vnp-hero::before { background: rgba(0, 20, 44, 0.78); }
    .vnp-hero-content { padding: 66px 0 66px; }
    .vnp-hero h1 { font-size: 2.7rem; }
    .vnp-hero-note { margin-top: 34px; }
    .vnp-trust-strip { width: min(100% - 32px, 1120px); grid-template-columns: 1fr; margin-top: -28px; }
    .vnp-trust-item { min-height: 0; padding: 17px 19px; }
    .vnp-trust-item + .vnp-trust-item { border-top: 1px solid var(--vnp-line); border-left: 0; }
    .vnp-section { padding: 74px 0; }
    .vnp-section-heading { margin-bottom: 35px; }
    .vnp-image-stack { padding: 0 25px 26px 0; }
    .vnp-image-stack img { min-height: 410px; }
    .vnp-image-stack::after { border-width: 8px; }
    .vnp-reason, .vnp-service { padding: 27px; }
    .vnp-property-grid { grid-template-columns: 1fr; }
    .vnp-property, .vnp-property:first-child { min-height: 340px; grid-column: auto; }
    .vnp-services { grid-template-columns: 1fr; }
    .vnp-page-hero { min-height: 370px; padding: 70px 0 52px; }
    .vnp-page-hero h1 { font-size: 2.65rem; }
    .vnp-statement { padding: 28px; }
    .vnp-form-grid { grid-template-columns: 1fr; gap: 0; }
    .vnp-contact-form { padding: 28px 20px; }
    .vnp-footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 50px 0 36px; }
}
