/* CMS / policy / FAQ pages — Ventora inner page chrome */

.cms-page .cms-hero {
    position: relative;
    min-height: 42vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 8.5rem 5% 4rem;
    background:
        linear-gradient(180deg, rgba(12,12,12,0.55) 0%, rgba(12,12,12,0.72) 55%, rgba(12,12,12,0.88) 100%),
        url('https://images.unsplash.com/photo-1460353581641-37baddab0fa2?fm=jpg&q=80&w=2400&auto=format&fit=crop') center 35% / cover no-repeat;
    overflow: hidden;
}

.cms-page .cms-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 20%, rgba(191,154,78,0.18), transparent 55%);
    pointer-events: none;
}

.cms-page .cms-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.cms-page .cms-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.85rem;
    margin-bottom: 1.1rem;
    color: rgba(255,255,255,0.75);
}

.cms-page .cms-breadcrumb a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.25s;
}

.cms-page .cms-breadcrumb a:hover {
    color: #c9a96e;
}

.cms-page .cms-breadcrumb .sep {
    color: #c9a96e;
    margin: 0 0.15rem;
}

.cms-page .cms-breadcrumb .current {
    color: #fff;
}

.cms-page .cms-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 0.85rem;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}

.cms-page .cms-hero-sub {
    font-size: 0.92rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    opacity: 0.88;
    font-weight: 400;
    margin: 0;
    color: rgba(255,255,255,0.9);
}

/* Legacy .hero support if used elsewhere */
.cms-page .hero {
    display: none;
}

.cms-page .update-bar {
    background: #f8f6f3;
    text-align: center;
    padding: 1rem 5%;
    font-size: 0.85rem;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.cms-page .update-bar strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Hide any leftover update bars that slip through from CMS HTML */
.cms-page .content-section .update-bar,
.cms-page .content-section .hero,
.cms-page .content-section .contact-cta {
    display: none !important;
}

.cms-page .content-section {
    padding: 4rem 5%;
    max-width: 900px;
    margin: 0 auto;
}

.cms-page .content-section.product-rich-text {
    line-height: 1.8;
    color: #555;
}

.cms-page .content-section.product-rich-text h2,
.cms-page .content-section.product-rich-text h3,
.cms-page .content-section.product-rich-text h4 {
    color: #1a1a1a;
}

.cms-page .intro-text {
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.cms-page .faq-section {
    margin-bottom: 2.5rem;
}

.cms-page .faq-section > h2,
.cms-page .static-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.cms-page .section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #c9a96e;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.cms-page details.faq-item,
.cms-page .faq-item {
    margin-bottom: 0.75rem;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.cms-page details.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1.1rem 1.4rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: #1a1a1a;
    position: relative;
    padding-right: 2.5rem;
}

.cms-page details.faq-item summary::-webkit-details-marker {
    display: none;
}

.cms-page details.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    color: #c9a96e;
    font-weight: 600;
}

.cms-page details.faq-item[open] summary::after {
    content: '−';
}

.cms-page .faq-answer,
.cms-page details.faq-item > div,
.cms-page details.faq-item > p {
    padding: 0 1.4rem 1.2rem;
    color: #777;
    font-size: 0.95rem;
}

.cms-page .static-section {
    margin-bottom: 2.5rem;
}

.cms-page .static-section p,
.cms-page .static-section li {
    color: #777;
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}

.cms-page .static-section ul {
    padding-left: 3rem;
    margin-bottom: 1rem;
}

.cms-page .contact-cta {
    background: #1a1a1a;
    color: #fff;
    padding: 4rem 5%;
    text-align: center;
    margin-top: 2rem;
}

.cms-page .contact-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 0.8rem;
    color: #fff;
}

.cms-page .contact-cta p {
    opacity: 0.8;
    margin-bottom: 1.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cms-page .contact-cta a {
    color: #c9a96e;
    text-decoration: none;
    font-weight: 600;
}

.cms-page .contact-cta a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cms-page .cms-hero {
        min-height: 34vh;
        padding: 6.5rem 5% 3rem;
    }

    .cms-page .cms-hero h1 {
        font-size: 2.1rem;
    }

    .cms-page .cms-hero-sub {
        font-size: 0.78rem;
        letter-spacing: 1.5px;
    }

    .cms-page .content-section {
        padding: 2.5rem 5%;
    }

    .cms-page .static-section ul {
        padding-left: 2rem;
    }

    .cms-page .contact-cta h2 {
        font-size: 1.6rem;
    }
}
