﻿/* ============================
   PARK INFO – BASE / DESKTOP
   (1024px+ defaults)
   ============================ */

/* Hero */
.park-hero-wrapper {
    background-color: #b8c6b3;
    display: flex;
    gap: 100px;
    padding: 85px 100px;
    align-items: flex-start;
    justify-content: space-between;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-bottom: 60px;
}

.park-hero {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1.2fr);
    gap: 40px;
    align-items: flex-start;
}

.park-hero-text h1 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.park-lead {
    max-width: 760px;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    color: #1f3321;
}

.park-hero-text h2 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    color: #123118;
}

.park-hero-text p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    color: #1f3321;
}

.park-hero-actions {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.park-hero-highlight {
    background-color: #f0f6e5;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .park-hero-highlight:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    }

    .park-hero-highlight h3 {
        margin-top: 0;
        margin-bottom: 0.6rem;
        font-size: 1.1rem;
    }

    .park-hero-highlight ul {
        list-style: none;
        padding-left: 0;
        margin: 0 0 0.4rem;
    }

    .park-hero-highlight li {
        margin-bottom: 4px;
        font-size: 0.95rem;
    }

    .park-hero-highlight .note {
        font-size: 0.85rem;
        color: #666;
    }

/* Additional information section */
.park-layout-wrapper {
    padding: 0 20px 60px; /* match hero padding */
    max-width: 1300px;
    margin: 0 auto;
}

/* Two-column layout: big left, right column for Find Us + info */
.park-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.4fr) minmax(260px, 1.2fr);
    gap: 32px;
    align-items: flex-start;
}

.card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px 26px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

/* Visitor essentials */
.park-main h2 {
    margin-top: 0;
    margin-bottom: 1.4rem;
}

/* Cards inside Visitor Essentials */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.info-block {
    background-color: #fffaf0;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .info-block:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    /* Text spacing inside info-blocks */
    .info-block h3 {
        margin: 0 0 14px;
        line-height: 1.3;
    }

    .info-block p {
        margin: 0 0 10px;
        line-height: 1.5;
    }

    .info-block ul {
        margin: 0 0 10px 18px;
        padding: 0;
    }

    .info-block li {
        margin-bottom: 6px;
        line-height: 1.4;
    }

    .info-block .small-note {
        margin-top: 6px;
        font-size: 0.9rem;
        color: #666;
    }

/* Right column (Find Us + Visitor Info stacked) */
.park-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.map-placeholder {
    margin-top: 0.8rem;
    border-radius: 12px;
    background: #d4e0cf;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #344934;
    font-weight: 600;
}

.full-width-btn {
    width: 100%;
    justify-content: center;
}

/* FAQ SECTION */
.faq-section {
    margin-top: 0;
    padding: 40px 50px;
    background-color: #fffaf0;
    margin-bottom: 40px;
}

    .faq-section h2 {
        text-align: center;
        font-size: 1.9rem;
        margin-bottom: 1rem;
    }

.faq-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    color: #4b4b4b;
}

.faq-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 18px 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .faq-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .faq-item h4 {
        color: #2c2c2c;
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 1.1rem;
    }

    .faq-item p {
        margin: 0;
        line-height: 1.6;
        color: #555;
    }

/* Interactive FAQ */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 12px 0;
    cursor: pointer;
    color: #2c2c2c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
}

    .faq-question::after {
        content: "+";
        font-weight: bold;
        font-size: 1.2rem;
        transition: transform 0.2s ease;
    }

.faq-item.active .faq-question::after {
    content: "–";
    transform: rotate(180deg);
}

.faq-question:hover {
    color: #2b4b2c;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    padding-left: 4px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    margin-top: 6px;
}



/* =========================
   TABLET (768–1023px)
   ========================= */

@media (min-width: 768px) and (max-width: 1023px) {

    .park-hero-wrapper {
        padding: 60px 40px;
        gap: 40px;
        margin-bottom: 50px;
    }

    .park-layout-wrapper {
        padding: 0 40px 50px;
    }

    .park-hero {
        grid-template-columns: minmax(0, 2fr) minmax(260px, 1.4fr);
        gap: 30px;
    }

    .park-layout {
        grid-template-columns: minmax(0, 2fr) minmax(260px, 1.4fr);
        gap: 28px;
    }

    .faq-section {
        padding: 36px 32px;
    }
}



/* =========================
   MOBILE (0–767px)
   ========================= */

@media (max-width: 767px) {

    .park-hero-wrapper {
        padding: 40px 20px;
        margin-bottom: 40px;
        gap: 24px;
    }

    .park-hero {
        grid-template-columns: 1fr; /* stack text + highlight */
        gap: 24px;
    }

    .park-hero-text h1 {
        font-size: 2rem;
        text-align: left;
    }

    .park-lead {
        font-size: 0.95rem;
    }

    .park-hero-actions {
        margin-top: 24px;
        justify-content: flex-start;
    }

    .park-hero-highlight {
        margin-top: 8px;
    }

    .park-layout-wrapper {
        padding: 0 20px 40px;
    }

    .park-layout {
        grid-template-columns: 1fr; /* stack left + right columns */
        gap: 24px;
    }

    .park-hero-actions .btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .faq-section {
        margin-top: 40px;
        padding: 32px 20px;
    }

    .faq-list {
        grid-template-columns: 1fr; /* one column FAQs */
        gap: 16px;
    }
}
