/* AI editor writes new component styles here. Ships empty. */

/* ── HOMEPAGE PROPERTY-MANAGEMENT CTA ──────────── */
.home-mgmt {
    padding: clamp(60px, 8vw, 110px) clamp(20px, 4vw, 40px);
    background:
        radial-gradient(ellipse at 80% 30%, rgba(95,168,211,0.08) 0%, transparent 60%),
        linear-gradient(180deg, #fafaf7 0%, #ffffff 100%);
    border-top: 1px solid rgba(200, 169, 126, 0.18);
    border-bottom: 1px solid rgba(200, 169, 126, 0.18);
}
.home-mgmt-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}
.home-mgmt-copy h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    line-height: 1.2;
    color: var(--color-dark);
    margin: 10px 0 16px;
}
.home-mgmt-copy .sub {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-ink-soft, #4a5a6a);
    margin-bottom: var(--space-5);
    max-width: 56ch;
}
.home-mgmt-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-5);
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.home-mgmt-bullets li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.home-mgmt-bullets svg {
    color: #c8a97e;
    flex-shrink: 0;
    margin-top: 3px;
}
.home-mgmt-bullets strong {
    display: block;
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--color-dark);
    font-size: 0.98rem;
    margin-bottom: 2px;
}
.home-mgmt-bullets span {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--color-ink-soft, #4a5a6a);
}
.home-mgmt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.home-mgmt-visual img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(27, 73, 101, 0.18);
}
@media (max-width: 820px) {
    .home-mgmt-inner {
        grid-template-columns: 1fr;
    }
    .home-mgmt-visual {
        order: -1;
    }
}

/* ── TRUST BADGES (Airbnb / Google / Secure) ───── */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(16px, 3vw, 32px);
    padding: var(--space-6) var(--space-4) var(--section-gap);
    background: #fff;
}
.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 26px;
    min-width: 200px;
    min-height: 200px;
    background: #fff;
    border: 1px solid rgba(200, 169, 126, 0.35);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(27, 73, 101, 0.06);
    transition: transform var(--duration-base) var(--ease-gentle),
                box-shadow var(--duration-base) var(--ease-gentle);
}
.trust-badge--secure > svg {
    width: 72px;
    height: 72px;
}
.trust-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(27, 73, 101, 0.12);
}
.trust-badge__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.trust-badge__eyebrow {
    font-family: var(--font-heading);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--color-muted);
}
.trust-badge__title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1b4965;
}
.trust-badge--airbnb .trust-badge__title {
    font-family: 'Circular', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
}
.trust-badge--google .trust-badge__logo {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    line-height: 1;
}
.trust-badge__stars {
    display: flex;
    gap: 2px;
    color: #FBBC05;
    font-size: 1rem;
    letter-spacing: 1px;
}
.trust-medal {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}
@media (max-width: 640px) {
    .trust-badge { min-width: 0; width: 100%; max-width: 320px; }
}

/* ── AVAILABILITY PICKER (in hero) ────────────── */
.lch-availability-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 6px 0 10px;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted);
}
.avail-minnights {
    color: #c8a97e;
    transition: transform 0.25s, color 0.25s;
}
.avail-minnights.pulse {
    color: #b08242;
    transform: scale(1.08);
}
.avail-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.avail-chip {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
}
.avail-chip--ok { background: #fff; }
.avail-chip--no {
    background: repeating-linear-gradient(-45deg, #e6e6e6 0 3px, #fff 3px 6px);
    position: relative;
}
.availability-picker {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 0 12px;
}
.lch-actions .availability-picker { margin-bottom: 8px; }
.lch-book-btn { display: inline-block; margin-top: 6px; }
.availability-trigger {
    width: 100%;
    padding: 14px 44px 14px 48px;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    color: var(--color-dark, #1b4965);
    background: #fff;
    border: 1px solid rgba(200, 169, 126, 0.5);
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(27, 73, 101, 0.06);
    transition: border-color var(--duration-base, 0.2s), box-shadow var(--duration-base, 0.2s);
}
.availability-trigger:hover,
.availability-trigger:focus {
    border-color: #c8a97e;
    box-shadow: 0 4px 16px rgba(27, 73, 101, 0.1);
    outline: none;
}
.availability-trigger::placeholder {
    color: #6b7a8a;
    opacity: 1;
}
.availability-trigger-icon,
.availability-trigger-caret {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7a8a;
    pointer-events: none;
}
.availability-trigger-icon { left: 18px; }
.availability-trigger-caret { right: 18px; }

/* Scoped to the listing-detail hero picker only — the /listings search bar
   uses the same `.guest-stepper` class with different styling from main.css. */
.lch-actions .guest-stepper {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 420px;
    padding: 10px 14px;
    margin: 0 0 12px;
    background: #fff;
    border: 1px solid rgba(200, 169, 126, 0.5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(27, 73, 101, 0.06);
}
.lch-actions .guest-stepper-label {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color-dark, #1b4965);
    flex: 1;
}
.lch-actions .guest-stepper-controls {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.lch-actions .guest-stepper-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(200, 169, 126, 0.6);
    background: #fff;
    color: var(--color-dark, #1b4965);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.lch-actions .guest-stepper-btn:hover {
    border-color: #c8a97e;
    background: #faf6ef;
}
.lch-actions .guest-stepper-btn:disabled,
.lch-actions .guest-stepper-btn[aria-disabled="true"] {
    opacity: 0.4;
    cursor: not-allowed;
}
.lch-actions .guest-stepper-value {
    display: inline-block;
    min-width: 28px;
    text-align: center;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-dark, #1b4965);
}
.lch-actions .guest-stepper-max {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-muted);
}
/* ── SKIP LINK (hide fully when not focused) ──── */
/* main.css sets top: -60px but the link's height (padding + border) is ~71px,
   so ~11px of black poked below the viewport edge on mobile. Use a larger
   offset that always exceeds the link's rendered height. */
.skip-link:not(:focus) {
    top: -120px !important;
}

/* ── LISTING HERO TOP SPACING ─────────────────── */
/* Fixed header is ~155px tall; bump hero top padding so the card clears it
   with breathing room. */
.listing-card-hero {
    padding-top: clamp(180px, 16vw, 220px) !important;
}

/* ── PARALLAX FULL-BLEED PHOTO SECTIONS ────────── */
/* Applies to: pull-quote interludes + page heroes. Main.css gives these a
   kenburns animation (transform + will-change), which creates a containing
   block and breaks background-attachment: fixed. We kill the transform to
   get true parallax. */
.page-interlude .interlude-bg,
.page-hero.with-bg .page-hero-bg {
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
    inset: 0 !important;
    background-attachment: fixed;
    background-size: cover !important;
    /* No background-position override — let main.css default (center center) apply,
       and let blog.php's inline `background-position:center top` win naturally.
       background-attachment is non-!important so pages can opt out of parallax
       by setting inline `background-attachment:scroll` (e.g. when fixed cropping
       hides the image's focal point — see contact.php). */
}
/* iOS and touch devices: fixed bg is janky/unsupported. Fall back. */
@media (max-width: 820px), (hover: none) and (pointer: coarse) {
    .page-interlude .interlude-bg,
    .page-hero.with-bg .page-hero-bg {
        background-attachment: scroll !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .page-interlude .interlude-bg,
    .page-hero.with-bg .page-hero-bg {
        background-attachment: scroll !important;
    }
}

/* Fix column alignment: main.css caps .flatpickr-day at 38px, which lets 8 cells fit per row instead of 7 in the wider multi-month container. Let each cell size to 1/7 of the row. */
.flatpickr-calendar .flatpickr-day {
    max-width: 14.2857143% !important;
    flex-basis: 14.2857143% !important;
    min-width: 0 !important;
}

/* Disabled (past + booked) days — light strikethrough, clean background */
.availability-picker ~ .flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.availability-picker ~ .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover,
.flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
    color: #b7b7b7 !important;
    background: transparent !important;
    text-decoration: line-through;
    text-decoration-color: #c8c8c8;
    text-decoration-thickness: 1px;
    cursor: not-allowed;
    opacity: 1;
}

/* ── SITE FOOTER — 4-column SEO layout ─────────── */
/* Overrides main.css's 3-column `.footer-grid` template for the expanded
   footer (About / Explore / Work With Us / Latest from the Blog). */
.footer-grid.footer-grid--4col {
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 36px;
}
.site-footer .footer-col h4 {
    margin-bottom: 16px;
}
.site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.site-footer .footer-links a {
    display: inline-block;
    line-height: 1.4;
    transition: color 0.18s ease, transform 0.18s ease;
}
.site-footer .footer-links a:hover {
    color: #fff;
    transform: translateX(2px);
}

/* Latest from the Blog column */
.site-footer .footer-blog-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.site-footer .footer-blog-list li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .footer-blog-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.site-footer .footer-blog-title {
    font-size: 0.9rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.85);
}
.site-footer .footer-blog-title:hover {
    color: #fff;
}
.site-footer .footer-blog-date {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}
.site-footer .footer-blog-all {
    display: inline-block;
    margin-top: 4px;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding-bottom: 2px;
}
.site-footer .footer-blog-all:hover {
    color: #fff;
    border-bottom-color: #fff;
}

/* Contact strip (Location + phone + email) below the 4 columns */
.site-footer .footer-contact-strip {
    max-width: var(--container-max);
    margin: 36px auto 0;
    padding: 20px var(--space-5) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 28px 44px;
}
.site-footer .footer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 160px;
}
.site-footer .footer-contact-label {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.site-footer .footer-contact-value {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.5;
}
a.footer-contact-value:hover {
    color: #fff;
}

/* Bottom bar: copyright + Terms/Privacy */
.site-footer .footer-bottom {
    max-width: var(--container-max);
    margin: 24px auto 0;
    padding: 16px var(--space-5) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
}
/* Reset .powered-by inside footer-bottom so it doesn't grow its own border */
.site-footer .footer-bottom .powered-by {
    margin: 0;
    padding: 0;
    border-top: none;
}
.site-footer .footer-legal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.site-footer .footer-legal a {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.04em;
}
.site-footer .footer-legal a:hover {
    color: #fff;
}

/* Responsive: collapse 4 columns → 2 columns → 1 column */
@media (max-width: 960px) {
    .footer-grid.footer-grid--4col {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}
@media (max-width: 640px) {
    .footer-grid.footer-grid--4col {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .site-footer .footer-contact-strip {
        gap: 18px 28px;
    }
    .site-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

