/* style.css — Cause For Paws Ohio */

/* 1. GLOBAL / BASE */
body {
    font-family: 'Open Sans', sans-serif;
    color: #2d3436;
    background-color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* 2. NAVIGATION */
.navbar {
    background-color: #4A6741 !important;
}

.navbar-brand {
    letter-spacing: -1px;
    color: #E8A838 !important;
}

.logo-pill {
    background-color: #D1C7AE;
    border-radius: 8px;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
}

.logo-pill img {
    height: 38px;
}

.nav-link {
    font-weight: 600;
    color: #ffffff !important;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: #E8A838 !important;
}

/* 3. BUTTONS */
.btn-brand {
    background-color: #E8A838 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-brand:hover {
    background-color: #C4872A !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(196, 135, 42, 0.35);
}

.btn-accent {
    background-color: #E8A838 !important;
    color: #2d3436 !important;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-accent:hover {
    background-color: #C4872A !important;
    transform: translateY(-2px);
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

/* 4. HERO CAROUSEL */
#heroCarousel {
    margin-top: 56px;
}

.hero-slide {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Per-slide background images */
.hero-slide--earle {
    background-image: url("images/Fear-Free-Carroll-IA.jpeg.webp");
}

.hero-slide--earl {
    background-image: url("images/cat-cat-face-cat-s-eyes-animal-preview.jpg");
}

.hero-slide--pippa {
    background-image: url("images/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA1L3Vwd2s2MTc3NzU2Ni13aWtpbWVkaWEtaW1hZ2Uta293Ym8zYTkuanBn.jpg.webp");
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(49, 78, 72, 0.82) 0%,
        rgba(49, 78, 72, 0.50) 55%,
        rgba(49, 78, 72, 0.15) 100%
    );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 60px 0;
}

.hero-badge {
    display: inline-block;
    background: #E8A838;
    color: #ffffff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 6px 18px;
    margin-bottom: 1.1rem;
}

.hero-content h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.text-accent {
    color: #E8A838;
}

.hero-sub {
    font-size: 1.1rem;
    opacity: .88;
    max-width: 520px;
    margin-bottom: 2rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    transition: background .25s;
}

.carousel-control-prev { left: 24px; }
.carousel-control-next { right: 24px; }

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(232, 168, 56, 0.55);
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

.carousel-indicators .active {
    background-color: #E8A838;
}

/* 5. STATS STRIP */
.stats-strip {
    background-color: #314E48;
    color: #ffffff;
}

.stat-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #E8A838;
    line-height: 1;
}

.stat-label {
    font-size: .88rem;
    opacity: .75;
    margin-top: 4px;
}

/* 6. MISSION SECTION */
.section-mission {
    background-color: #F5F0E8;
}

.section-eyebrow {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #4A6741;
}

.divider {
    width: 48px;
    height: 4px;
    background: #E8A838;
    border-radius: 2px;
    margin: 14px auto 0;
}

.feature-card {
    background: #ffffff;
    padding: 36px 28px;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(74, 103, 65, 0.12);
    border-color: #D1C7AE;
}

.icon-circle {
    width: 68px;
    height: 68px;
    background: #F5F0E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.8rem;
    border: 2px solid #D1C7AE;
}

/* 7. ADOPT PAGE */
.adopt-body {
    background-color: #F5F0E8;
}

.adopt-header {
    background-color: #F5F0E8;
    border-bottom: 1px solid #D1C7AE;
    padding-top: 120px;
    padding-bottom: 60px;
}

.adopt-filter-bar {
    background-color: #314E48;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 16px;
    padding-bottom: 16px;
    position: sticky;
    top: 70px;
    z-index: 101;
}

.card-breed {
    color: #4A6741;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

/* 8. CARDS (Adopt Page) */
.card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none !important;
    background-color: #ffffff;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.card-img-top {
    transition: transform 0.6s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

/* 9. SUPPORT PAGE */
.support-header {
    background: linear-gradient(rgba(49, 78, 72, 0.85), rgba(49, 78, 72, 0.85)), url("images/images.jpeg") center center/cover;
    padding-top: 140px;
    padding-bottom: 80px;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.donation-amount {
    padding: 12px;
    border: 2px solid #4A6741;
    border-radius: 8px;
    font-weight: 700;
    color: #4A6741;
    cursor: pointer;
    transition: all 0.2s ease;
}

.donation-amount:hover,
.donation-amount.active {
    background-color: #4A6741;
    color: #ffffff;
}

.support-sidebar {
    background-color: #314E48;
    color: #ffffff;
}

/* 10. VOLUNTEER PAGE */
.volunteer-header {
    background: linear-gradient(rgba(49, 78, 72, 0.85), rgba(49, 78, 72, 0.85)), url("images/a-day-in-the-life-of-an-animal-shelter-volunteer.png.jpeg") center 30%/cover;
    padding-top: 100px;
    padding-bottom: 40px;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.volunteer-lead {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.25rem;
}

.volunteer-role-card {
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    text-align: center;
    border-top: 4px solid #4A6741;
}

.volunteer-sidebar-cta {
    background-color: #314E48;
    color: #ffffff;
}

/* 11. FORMS */
.form-control,
.form-select {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

.form-control:focus {
    border-color: #4A6741;
    box-shadow: 0 0 0 0.25rem rgba(74, 103, 65, 0.2);
    outline: 0;
}

/* 12. CTA BAND */
.cta-band {
    background-color: #314E48;
    color: #ffffff;
}

.cta-heading {
    color: #E8A838;
}

.cta-sub {
    opacity: .85;
}

/* 13. FOOTER */
.site-footer {
    background-color: #4A6741;
    border-top: 1px solid #D1C7AE;
}

.footer-brand {
    color: #E8A838;
}

.site-footer p {
    color: #D1C7AE !important;
}

/* 14. UTILITIES */
.bg-light {
    background-color: #f8f9fa !important;
}

/* 15. RESPONSIVE */
@media (max-width: 768px) {
    header {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }

    .display-2 {
        font-size: 2.5rem;
    }

    .hero-slide {
        min-height: 80vh;
    }

}