/* Work With Us / Collaborations Page */
/* Updated to use brand colors: forest (#002200), coral (#FF694D), sand (#F6F3EF), avocado (#88A828), charcoal (#222222) */

.collab-page {
    background: var(--sand-50, #F6F3EF);
    color: var(--charcoal-900, #222222);
}

/* ============================================
   Hero Section - Using brand forest green
   ============================================ */
.collab-hero {
    background: linear-gradient(135deg, var(--forest-900, #002200) 0%, #0a3d0a 50%, var(--olive-800, #445511) 100%);
    color: var(--sand-50, #F6F3EF);
    padding: clamp(5rem, 12vw, 8rem) clamp(1.25rem, 4vw, 2.75rem);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.collab-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 70%, rgba(136, 168, 40, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(136, 168, 40, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.collab-hero__inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.collab-hero__title {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: clamp(2.6rem, 7vw, 4.5rem);
    font-weight: 500;
    line-height: 1.1;
    color: var(--sand-50, #F6F3EF);
}

.collab-hero__dek {
    margin: 0;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    line-height: 1.7;
    color: rgba(246, 243, 239, 0.88);
    max-width: 650px;
}

/* ============================================
   Shared Styles
   ============================================ */
.collab-label {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--avocado-700, #88A828);
}

.collab-hero .collab-label {
    color: var(--avocado-300, #B6D65C);
}

.collab-main {
    display: grid;
    gap: 0;
}

.collab-section {
    padding: clamp(4rem, 10vw, 6rem) clamp(1.25rem, 4vw, 2.75rem);
}

.collab-shell {
    max-width: 1180px;
    margin: 0 auto;
}

/* ============================================
   What Sets Us Apart Section
   ============================================ */
.collab-section--difference {
    background: linear-gradient(180deg, #ffffff 0%, var(--sand-50, #F6F3EF) 100%);
}

.collab-difference {
    display: grid;
    gap: clamp(3rem, 6vw, 4.5rem);
}

.collab-difference__intro {
    max-width: 700px;
    display: grid;
    gap: 1rem;
}

.collab-difference__intro h2 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--forest-900, #002200);
}

.collab-difference__text {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--charcoal-900, #222222);
    opacity: 0.8;
}

.collab-pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
}

.collab-pillar {
    display: grid;
    gap: 1rem;
    padding: clamp(1.75rem, 3.5vw, 2.25rem);
    background: white;
    border: 1px solid rgba(0, 34, 0, 0.08);
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.collab-pillar:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 34, 0, 0.1);
    border-color: var(--avocado-700, #88A828);
}

.collab-pillar__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(136, 168, 40, 0.12);
    color: var(--avocado-700, #88A828);
    font-size: 1.3rem;
    border-radius: 4px;
}

.collab-pillar h3 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--forest-900, #002200);
}

.collab-pillar p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--charcoal-900, #222222);
    opacity: 0.75;
}

/* ============================================
   Audience Section - Using brand forest
   ============================================ */
.collab-section--audience {
    background: var(--forest-900, #002200);
    color: var(--sand-50, #F6F3EF);
    position: relative;
}

.collab-section--audience::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 100%, rgba(136, 168, 40, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.collab-audience__content {
    max-width: 700px;
    display: grid;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.collab-audience__content h2 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: clamp(1.9rem, 4.5vw, 2.6rem);
    font-weight: 500;
    color: var(--sand-50, #F6F3EF);
}

.collab-audience__content p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(246, 243, 239, 0.88);
}

.collab-section--audience .collab-label {
    color: var(--avocado-300, #B6D65C);
}

.collab-audience__traits {
    margin: 0.75rem 0 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.collab-audience__traits li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 1.05rem;
    color: rgba(246, 243, 239, 0.92);
}

.collab-audience__traits li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--avocado-700, #88A828);
    flex-shrink: 0;
    border-radius: 2px;
}

/* ============================================
   Team Section
   ============================================ */
.collab-section--team {
    background: var(--sand-50, #F6F3EF);
}

.collab-team-header {
    display: grid;
    gap: 0.75rem;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.collab-team-header h2 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: clamp(1.9rem, 4.5vw, 2.6rem);
    font-weight: 500;
    color: var(--forest-900, #002200);
}

.collab-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: clamp(2rem, 4vw, 2.5rem);
}

.collab-team__member {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 1.75rem;
    padding: clamp(1.5rem, 3.5vw, 2rem);
    background: white;
    border: 1px solid rgba(0, 34, 0, 0.08);
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collab-team__member:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 34, 0, 0.08);
}

.collab-team__photo {
    aspect-ratio: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(136, 168, 40, 0.12), rgba(0, 34, 0, 0.04));
    border-radius: 4px;
}

.collab-team__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collab-team__photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: rgba(0, 34, 0, 0.15);
}

.collab-team__info {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.collab-team__info h3 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--forest-900, #002200);
}

.collab-team__role {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--avocado-700, #88A828);
}

.collab-team__bio {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--charcoal-900, #222222);
    opacity: 0.75;
}

.collab-team__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--forest-900, #002200);
    text-decoration: none;
    transition: color 0.25s ease;
}

.collab-team__link:hover {
    color: var(--coral-600, #FF694D);
}

.collab-team__link svg {
    transition: transform 0.25s ease;
}

.collab-team__link:hover svg {
    transform: translateX(4px);
}

.collab-team__empty {
    color: var(--charcoal-900, #222222);
    opacity: 0.6;
}

/* ============================================
   Collaboration Types Section
   ============================================ */
.collab-section--types {
    background: linear-gradient(180deg, var(--sand-50, #F6F3EF) 0%, #f0ede5 100%);
}

.collab-types-header {
    display: grid;
    gap: 0.75rem;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.collab-types-header h2 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: clamp(1.9rem, 4.5vw, 2.6rem);
    font-weight: 500;
    color: var(--forest-900, #002200);
}

.collab-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
}

.collab-type {
    display: grid;
    gap: 1rem;
    padding: clamp(1.5rem, 3.5vw, 2rem);
    background: white;
    border: 1px solid rgba(0, 34, 0, 0.08);
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.collab-type:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 34, 0, 0.08);
    border-color: var(--avocado-700, #88A828);
}

.collab-type__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--forest-900, #002200);
    color: var(--sand-50, #F6F3EF);
    font-size: 1.15rem;
    border-radius: 4px;
}

.collab-type h3 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--forest-900, #002200);
}

.collab-type p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--charcoal-900, #222222);
    opacity: 0.75;
}

/* ============================================
   Partners Section
   ============================================ */
.collab-section--partners {
    background: var(--sand-50, #F6F3EF);
    border-top: 1px solid rgba(0, 34, 0, 0.06);
}

.collab-partners__header {
    display: grid;
    gap: 0.75rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    max-width: 600px;
}

.collab-partners__header h2 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    font-weight: 500;
    color: var(--forest-900, #002200);
}

.collab-partners__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}

.collab-partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    min-height: 120px;
    background: white;
    border: 1px solid rgba(0, 34, 0, 0.08);
    border-radius: 4px;
    text-decoration: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.collab-partners__logo:hover {
    border-color: var(--avocado-700, #88A828);
    box-shadow: 0 6px 20px rgba(0, 34, 0, 0.06);
}

.collab-partners__logo img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.collab-partners__logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.collab-partners__name {
    font-weight: 600;
    color: var(--charcoal-900, #222222);
    opacity: 0.7;
}

/* ============================================
   Experience/Featured Section
   ============================================ */
.collab-section--experience {
    background: linear-gradient(180deg, var(--sand-50, #F6F3EF) 0%, #f0ede5 100%);
}

.collab-experience__header {
    display: grid;
    gap: 0.75rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.collab-experience__header h2 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    font-weight: 500;
    color: var(--forest-900, #002200);
}

.collab-experience__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}

.collab-experience__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    min-height: 100px;
    background: white;
    border: 1px solid rgba(0, 34, 0, 0.08);
    border-radius: 4px;
    text-decoration: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.collab-experience__badge:hover {
    border-color: var(--avocado-700, #88A828);
    box-shadow: 0 6px 20px rgba(0, 34, 0, 0.06);
}

.collab-experience__badge img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
}

.collab-experience__name {
    font-weight: 600;
    color: var(--charcoal-900, #222222);
    opacity: 0.7;
}

/* ============================================
   CTA Section - Using brand forest
   ============================================ */
.collab-section--cta {
    background: var(--forest-900, #002200);
    color: var(--sand-50, #F6F3EF);
    position: relative;
}

.collab-section--cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(136, 168, 40, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.collab-cta {
    text-align: center;
    position: relative;
    z-index: 1;
}

.collab-cta__content {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}

.collab-cta__content h2 {
    margin: 0;
    font-family: var(--font-serif, 'Bodoni Moda', Georgia, serif);
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--sand-50, #F6F3EF);
}

.collab-cta__content p {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(246, 243, 239, 0.88);
}

.collab-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.75rem;
}

.collab-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.collab-cta__button--primary {
    background: var(--coral-600, #FF694D);
    color: white;
}

.collab-cta__button--primary:hover {
    background: #ff8066;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 105, 77, 0.35);
}

.collab-cta__button--secondary {
    background: transparent;
    color: var(--sand-50, #F6F3EF);
    border: 1px solid rgba(246, 243, 239, 0.35);
}

.collab-cta__button--secondary:hover {
    background: rgba(246, 243, 239, 0.1);
    border-color: rgba(246, 243, 239, 0.55);
}

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    .collab-team__member {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .collab-team__photo {
        max-width: 200px;
        margin: 0 auto;
    }

    .collab-team__info {
        align-items: center;
    }

    .collab-team__link {
        margin-top: 1rem;
    }

    .collab-pillars {
        grid-template-columns: 1fr;
    }

    .collab-types {
        grid-template-columns: 1fr;
    }

    .collab-team {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .collab-section {
        padding-inline: 1rem;
    }

    .collab-cta__actions {
        flex-direction: column;
        align-items: center;
    }

    .collab-cta__button {
        width: 100%;
        justify-content: center;
    }

    .collab-partners__grid,
    .collab-experience__grid {
        grid-template-columns: 1fr;
    }
}
