/* About Us page-specific styles */

/* Page header tweaks */
.page-about-us .page-title { color: #ffffff; }

/* Values section styling */
/* Full-bleed Values section */
.page-about-us .values-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4rem 0;
    background: #fbffe3;
}

.page-about-us .values-section h2 {
    text-align: center;
    color: #29514c;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2rem;
}

.page-about-us .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.page-about-us .value-item {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-about-us .value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.10);
}

.page-about-us .value-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: #29514c;
}

.page-about-us .value-item h3 {
    color: #29514c;
    margin-bottom: 0.5rem;
}

.page-about-us .value-item p {
    color: #4a4a4a;
    line-height: 1.7;
}

/* About hero improvements */
.page-about-us .about-hero { padding: 3rem 0 2rem; }
.page-about-us .about-hero .about-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
}
.page-about-us .about-hero .about-text p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1rem;
}
.page-about-us .about-hero .hero-cta .btn { padding: 0.9rem 1.4rem; font-weight: 700; }

@media (max-width: 900px) {
    .page-about-us .about-hero .about-content { grid-template-columns: 1fr; }
}

/* Team section layout + typography */
.page-about-us .team-section { padding: 3rem 0; }
.page-about-us .team-section h2 {
    text-align: center;
    color: #29514c;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2rem;
}
.page-about-us .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
.page-about-us .team-member {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    padding: 1.25rem;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.page-about-us .team-member:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.10);
}
.page-about-us .team-member h3 { color: #29514c; margin-top: 0.75rem; margin-bottom: 0.25rem; }
.page-about-us .team-member .member-role { color: #5a5a5a; margin-bottom: 0.75rem; font-size: 0.95rem; }
.page-about-us .team-member .linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #29514c;
    text-decoration: none;
    font-weight: 700;
}
.page-about-us .team-member .linkedin-link:hover { text-decoration: underline; }

/* Story section aesthetics */
.page-about-us .story-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #fbffe3 100%);
}
.page-about-us .story-section .story-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
.page-about-us .story-section .story-item {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}
.page-about-us .story-section .story-item h3 {
    color: #29514c;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.page-about-us .story-section .story-item p {
    color: #4a4a4a;
    line-height: 1.75;
}

/* Partner CTA full-bleed */
.page-about-us .partner-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #29514c;
    color: #ffffff;
    text-align: center;
    padding: 4.5rem 0;
}
.page-about-us .partner-section .partner-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}
.page-about-us .partner-section h2 { color: #ffffff; margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.06em; }
.page-about-us .partner-section p { color: rgba(255,255,255,0.9); margin-bottom: 1.25rem; }
.page-about-us .partner-section .btn {
    background: #ebfa9e;
    color: #29514c;
    border-color: #ebfa9e;
    font-weight: 800;
}
.page-about-us .partner-section .btn:hover { box-shadow: 0 10px 24px rgba(0,0,0,0.2); transform: translateY(-2px); }

/* Golf Resources Section */
.page-about-us .golf-resources-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8fcff 0%, #ebf7f0 50%, #fbffe3 100%);
    position: relative;
    overflow: hidden;
}

.page-about-us .golf-resources-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(41, 81, 76, 0.03) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(235, 250, 158, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.page-about-us .golf-resources-section .resources-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.page-about-us .golf-resources-section h2 {
    text-align: center;
    color: #29514c;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    position: relative;
}

.page-about-us .golf-resources-section h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #29514c 0%, #5a9a8b 100%);
    border-radius: 2px;
}

.page-about-us .golf-resources-section > .resources-content > p {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.page-about-us .golf-resources-section .resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.page-about-us .golf-resources-section .resource-category {
    background: #ffffff;
    border: 1px solid #e5f0ed;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.page-about-us .golf-resources-section .resource-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #29514c 0%, #5a9a8b 50%, #ebfa9e 100%);
}

.page-about-us .golf-resources-section .resource-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
    border-color: #29514c;
}

.page-about-us .golf-resources-section .resource-category h3 {
    margin-bottom: 1rem;
    position: relative;
}

.page-about-us .golf-resources-section .resource-category h3 a {
    color: #29514c;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.25rem;
    transition: color 0.3s ease;
    position: relative;
}

.page-about-us .golf-resources-section .resource-category h3 a:hover {
    color: #1a3a37;
}

.page-about-us .golf-resources-section .resource-category h3 a::after {
    content: '↗';
    position: absolute;
    top: -2px;
    right: -20px;
    font-size: 0.9rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.page-about-us .golf-resources-section .resource-category:hover h3 a::after {
    opacity: 1;
    right: -16px;
}

.page-about-us .golf-resources-section .resource-category > p {
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.page-about-us .golf-resources-section .popular-terms {
    background: #f8fcff;
    border: 1px solid #e8f4f8;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.page-about-us .golf-resources-section .popular-terms h4 {
    color: #29514c;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.page-about-us .golf-resources-section .popular-terms ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-about-us .golf-resources-section .popular-terms li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
}

.page-about-us .golf-resources-section .popular-terms li::before {
    content: '⛳';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.9rem;
}

.page-about-us .golf-resources-section .popular-terms li:last-child {
    margin-bottom: 0;
}

.page-about-us .golf-resources-section .popular-terms a {
    color: #29514c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-about-us .golf-resources-section .popular-terms a:hover {
    color: #1a3a37;
    text-decoration: underline;
}

.page-about-us .golf-resources-section .resources-cta {
    background: linear-gradient(135deg, #29514c 0%, #1a3a37 100%);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 12px 30px rgba(41, 81, 76, 0.2);
    position: relative;
    overflow: hidden;
}

.page-about-us .golf-resources-section .resources-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(235, 250, 158, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.05); }
}

.page-about-us .golf-resources-section .resources-cta p {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

.page-about-us .golf-resources-section .resources-cta a {
    color: #ebfa9e;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
}

.page-about-us .golf-resources-section .resources-cta a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(235, 250, 158, 0.6);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-about-us .golf-resources-section {
        padding: 3rem 0;
    }

    .page-about-us .golf-resources-section h2 {
        font-size: 1.75rem;
    }

    .page-about-us .golf-resources-section .resources-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .page-about-us .golf-resources-section .resource-category {
        padding: 1.5rem;
    }

    .page-about-us .golf-resources-section .resources-cta {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .page-about-us .golf-resources-section .resource-category h3 a::after {
        display: none;
    }
}
