/* Owner guest share page — /host/{slug}/ */

:root {
    --host-hero-min: 280px;
}

body.guest-share-page {
    background: var(--brand-100, #f0f3ee);
}

.guest-share-page .site-mobile-tabs-wrap {
    display: none !important;
}

.guest-share-page .site-footer {
    display: none;
}

.guest-share-page .ks-whatsapp {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
}

.guest-share-page .site-nav__links,
.guest-share-page .site-nav__mobile-cta .book-picker-slot--mobile {
    display: none;
}

.guest-share-header {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--brand-200, #e1e7de);
    position: sticky;
    top: 0;
    z-index: 20;
}

.guest-share-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--brand-900, #343836);
    font-weight: 800;
    font-size: 14px;
}

.guest-share-header__logo {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

.guest-share-header__pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(122, 140, 102, 0.12);
    color: var(--brand-accent, #7a8c66);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.host-page {
    padding-bottom: 48px;
}

.host-hero {
    position: relative;
    min-height: var(--host-hero-min);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: linear-gradient(135deg, #5e6360 0%, #343836 100%);
}

.host-hero__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 22, 21, 0.15) 0%, rgba(20, 22, 21, 0.72) 100%);
}

.host-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 20px 28px;
    color: #fff;
}

.host-hero__verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.host-hero__title {
    margin: 0 0 8px;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.host-hero__subtitle {
    margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    max-width: 36rem;
}

.host-hero__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

.host-hero__checks li.is-verified {
    color: #fff;
}

.host-hero__checks li:not(.is-verified) {
    color: rgba(255, 255, 255, 0.45);
}

.host-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.host-hero__actions .btn-whatsapp {
    min-height: 46px;
    padding: 12px 20px;
    font-size: 14px;
}

.host-body {
    max-width: 960px;
    margin: 0 auto;
    padding: 28px 20px 0;
}

.host-section__title {
    margin: 0 0 16px;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--brand-900, #343836);
}

.host-listings {
    margin-bottom: 32px;
}

.host-reviews {
    margin-bottom: 32px;
}

.host-reviews__grid {
    display: grid;
    gap: 14px;
}

.host-review {
    padding: 18px 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--brand-200, #e1e7de);
}

.host-review__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.host-review__author {
    font-weight: 800;
    font-size: 14px;
    color: var(--brand-900, #343836);
}

.host-review__rating {
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-accent, #7a8c66);
}

.host-review__body {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--brand-800, #5e6360);
}

.host-review__stay {
    margin: 8px 0 0;
    font-size: 12px;
    color: var(--brand-800, #5e6360);
    opacity: 0.85;
}

.host-footer {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 20px 40px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: var(--brand-800, #5e6360);
}

.host-footer a {
    color: var(--brand-accent, #7a8c66);
    font-weight: 700;
    text-decoration: none;
}

.host-empty,
.host-error {
    max-width: 560px;
    margin: 48px auto;
    padding: 0 20px;
    text-align: center;
    color: var(--brand-800, #5e6360);
}

.extended-detail-page--guest .extended-detail__back a {
    font-weight: 700;
}

.extended-detail-page--guest .extended-detail__guest-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(122, 140, 102, 0.12);
    color: var(--brand-accent, #7a8c66);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.op-share-card {
    margin-top: 22px;
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(122, 140, 102, 0.08) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1px solid var(--brand-200, #e1e7de);
}

.op-share-card__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 800;
}

.op-share-row {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.op-share-row input {
    flex: 1;
    min-width: 0;
    font-size: 13px;
}

.op-share-row .op-btn {
    flex-shrink: 0;
    white-space: nowrap;
}

.op-share-listing {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--brand-200, #e1e7de);
}

.op-share-hint {
    margin: 0 0 10px;
    font-size: 12px;
    color: var(--brand-800, #5e6360);
}

@media (min-width: 768px) {
    .host-reviews__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .host-hero {
        min-height: 240px;
    }
}
