/* Shared utility classes for top-level website pages */
.site-logo {
    max-height: 50px;
}

.text-center-block {
    text-align: center;
}

.btn-dive-secondary {
    background: white;
    color: var(--coral-red);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.page-hero {
    margin-top: 80px;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, var(--ocean-blue), var(--primary-blue));
    color: white;
    text-align: center;
}

.page-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-hero-subtitle {
    font-size: 1.2rem;
}

.page-hero-subtitle-wide {
    font-size: 1.15rem;
    max-width: 850px;
    margin: 0 auto;
}

.page-section-white {
    padding: 4rem 2rem;
    background: white;
}

.page-section-sand {
    padding: 4rem 2rem;
    background: var(--sand);
}

.page-section-sand-gradient {
    padding: 4rem 2rem;
    background: linear-gradient(180deg, var(--sand) 0%, white 100%);
}

.section-title {
    font-family: 'Playfair Display', serif;
    color: var(--deep-blue);
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

.footer-normal-flow {
    flex-shrink: 0;
    position: static;
    bottom: auto;
}

.container-narrow {
    max-width: 980px;
}

.policy-card {
    background: #f8fbff;
    border: 1px solid #d8e6f2;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.policy-title {
    font-family: 'Playfair Display', serif;
    color: var(--deep-blue);
    margin-bottom: 1rem;
}

.policy-text {
    color: #4b5563;
    line-height: 1.8;
}

.policy-text-spaced {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.policy-list {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 0;
}

.policy-note {
    color: #4b5563;
    line-height: 1.8;
    margin-top: 0.8rem;
    margin-bottom: 0;
}

.policy-alert {
    background: #fff5f5;
    border: 1px solid #ffd1d1;
    border-left: 4px solid var(--coral-red);
    border-radius: 12px;
    padding: 1.5rem;
}

.gallery-offset {
    margin-top: 80px;
}

.gallery-main-flow {
    flex: 1 0 auto;
}

.lightbox-content {
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-body {
    height: 80vh;
}

.lightbox-close {
    z-index: 1050;
}

.lightbox-nav {
    opacity: 0.9;
    z-index: 1040;
}
