/* CSS Document */
@media print {

    /* ============================================
       PAGE SETUP
    ============================================ */
    @page {
        margin: 0.5in;
    }

    body {
        background: #ffffff !important;
        color: #000000 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        font-size: 11px;
        line-height: 1.4;
    }

    /* ============================================
       HIDE FOOTER, CHAT ICONS, FLOATING CTAs
    ============================================ */
    header,
    footer,
    .site-header,
    .site-footer,
    #footer,
    .page-footer,
    .chat-launcher,
    .chat-widget,
    .chat-icon,
    #chat,
    #chat-widget,
    #chat-launcher,
    .floating-cta,
    .floating-chat,
    .aurora-chat-launcher,
    .aurora-chat-fab,
    [class*="chat-launcher"],
    [class*="chat-widget"],
    [class*="chat-fab"],
    .plan-your-charter-cta {
        display: none !important;
    }

    .page-content-wrapper {
        margin: 0;
        padding: 0;
    }

    .coves-page-container {
        max-width: 100% !important;
        padding: 0 0.25in 0.5in !important;
    }

    /* ============================================
       PREVENT BLOCK SPLITTING ACROSS PAGES
    ============================================ */
    .hero--coves,
    .coves-intro,
    .cove-grid,
    .cove-card,
    .coves-cta-strip,
    .coves-page-container > section,
    .coves-page-container > article {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    /* ============================================
       HERO: NARROW IMAGE STRIP + TITLE
    ============================================ */
    .hero--coves {
        margin: 0 0 0.5rem;
        min-height: 0;
        border-radius: 0;
        background: none !important;
        padding: 0;
    }

.hero--coves::before {
    content: "";
    display: block;
    height: 200px;
    margin-bottom: 0.5rem;
    background-image: url('/images/destinations/catalina-east-side-coves-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;   /* ← soft border added */
    border-radius: 4px;          /* optional gentle rounding */
}


    .hero--coves .hero-overlay {
        background: none !important;
        color: #000000 !important;
        padding: 0;
        text-align: center;
    }

    .hero-eyebrow {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        opacity: 0.8;
        margin-bottom: 0.25rem;
    }

    .hero-title {
        font-size: 1.35rem;
        margin: 0 0 0.35rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        max-width: 650px;
        margin: 0 auto 0.75rem;
    }

    .hero-cta-row {
        display: none !important;
    }

    /* ============================================
       INTRO
    ============================================ */
    .coves-intro {
        margin-bottom: 1.25rem;
        font-size: 0.9rem;
    }

    /* ============================================
       COVE GRID — 3 ACROSS
    ============================================ */
    .cove-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        grid-auto-rows: auto;
        gap: 0.6rem !important;
        page-break-inside: avoid;
    }

    .cove-card {
        page-break-inside: avoid;
        break-inside: avoid;
        width: 100%;
        box-sizing: border-box;
    }

    .cove-card img {
        height: 120px;
        object-fit: cover;
    }

    .cove-name {
        font-size: 0.9rem;
    }

    .cove-meta {
        font-size: 0.8rem;
    }

    .cove-text {
        font-size: 0.85rem;
    }

    /* ============================================
       CTA STRIP — TEXT ONLY
    ============================================ */
    .coves-cta-strip {
        margin-top: 0.75rem;
        padding: 0.5rem 0.6rem;
        background: #ffffff !important;
        color: #000000 !important;
        border: 1px solid #cccccc;
        border-radius: 4px;

        /* Remove the original flex that caused extra spacing */
        display: block !important;
    }

    .coves-cta-strip h2 {
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
    }

    .coves-cta-strip p {
        font-size: 0.8rem;
        margin: 0;
        max-width: none;
    }

    /* Remove button area completely */
    .coves-cta-actions {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .btn-primary,
    .btn-outline-light {
        display: none !important;
    }

    /* ============================================
       BRANDED FOOTER ON EVERY PRINTED PAGE
    ============================================ */
    body::after {
        content: "Catalina East Side Coves – AURORA Yacht   |   www.the-aurora-yacht.com   |   818-641-7001   |   theaurorayacht@gmail.com";
        position: fixed;
        bottom: 0.25in;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 10px;
        color: #555555;
        font-weight: 400;
    }

    /* ============================================
       SHOW URLS AFTER LINKS
    ============================================ */
    a::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
    }
}
