/* ============================================
   TEAM PAGE STYLES
   Matches Figma design exactly
   ============================================ */

/* Import shared fonts */
@import url('tailwind.css');

/* Global Styles */
html,
body {
    background: linear-gradient(to bottom, #ffffff 0%, #e6e5e1 100%);
    background-attachment: fixed;
    min-height: 100vh;
}

.wtd-team-page {
    font-family: 'manrope', sans-serif;
    color: #0c0c0c;
    background: transparent;
}

.wtd-page-wrap {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Typography Helpers */
.wtd-heading {
    font-family: 'biennale', serif;
    font-weight: 400;
}

.wtd-heading-medium {
    font-family: 'biennale', serif;
    font-weight: 500;
}

/* ============================================
   HERO SECTION
   ============================================ */

.wtd-team-hero {
    padding: 204px 0 0;
    text-align: center;
}

.wtd-team-hero-content {
    max-width: 817px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.wtd-team-hero-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.wtd-section-label {
    font-family: 'manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5a5a5a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}

.wtd-team-hero-title {
    font-size: 56px;
    line-height: 1.2;
    color: #0c0c0c;
    margin: 0;
}

.wtd-team-hero-title strong {
    display: block;
}

.wtd-no-wrap {
    white-space: nowrap;
}

.wtd-team-hero-description {
    font-size: 22px;
    line-height: 1.6;
    color: #5a5a5a;
    max-width: 626px;
    margin: 0;
    text-align: center;
}

/* ============================================
   FOUNDER SECTION - Om Swami
   ============================================ */

.wtd-founder-section {
    padding: 200px 0 100px;
}

.wtd-founder-card {
    max-width: 1203px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
}

.wtd-founder-photo {
    width: 500px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
}

.wtd-founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    mix-blend-mode: luminosity;
}

.wtd-founder-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 655px;
}

.wtd-founder-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wtd-founder-role {
    font-family: 'manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a;
}

.wtd-founder-name {
    font-family: 'biennale', serif;
    font-size: 32px;
    font-weight: 500;
    color: #0c0c0c;
    margin: 0;
}

.wtd-founder-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wtd-founder-description p {
    font-family: 'manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0;
}

/* ============================================
   TEAM GRID - 3 Columns
   ============================================ */

.wtd-team-grid-section {
    padding: 100px 0 100px;
}

.wtd-team-grid {
    max-width: 1203px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
}

.wtd-team-member {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wtd-team-photo {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 24px;
    overflow: hidden;
}

.wtd-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    mix-blend-mode: luminosity;
}

.wtd-team-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wtd-team-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wtd-team-name {
    font-family: 'biennale', serif;
    font-size: 24px;
    font-weight: 400;
    color: #0c0c0c;
    margin: 0;
}

.wtd-team-role {
    font-family: 'manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a;
}

.wtd-linkedin-link {
    font-family: 'manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5a5a5a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wtd-linkedin-link:hover {
    color: #0c0c0c;
    text-decoration: underline;
}

.wtd-team-description {
    font-family: 'manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0;
}

/* ============================================
   JOIN OUR TEAM SECTION
   ============================================ */

.wtd-join-team-section {
    padding: 100px 0 100px;
}

.wtd-join-team-box {
    max-width: 1664px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #faf9f5 0%, #f9f8f4 100%);
    border-radius: 24px;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 48px;
}

.wtd-join-team-title {
    font-family: 'biennale', serif;
    font-size: 48px;
    font-weight: 400;
    color: #0c0c0c;
    margin: 0;
}

.wtd-join-team-description {
    max-width: 637px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wtd-join-team-description p {
    font-family: 'manrope', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0;
}

.wtd-join-team-email {
    font-family: 'manrope', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0c0c0c;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.wtd-join-team-email:hover {
    opacity: 0.7;
}

/* ============================================
   RESPONSIVE - LARGE DESKTOP
   ============================================ */

@media (max-width: 1280px) {
    .wtd-team-hero-title {
        font-size: 48px;
    }
    
    .wtd-founder-photo {
        width: 400px;
        height: 400px;
    }
    
    .wtd-founder-name {
        font-size: 28px;
    }
    
    .wtd-team-grid {
        gap: 48px;
    }
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 1024px) {
    .wtd-team-hero {
        padding: 180px 0 0;
    }
    
    .wtd-team-hero-title {
        font-size: 40px;
    }
    
    .wtd-team-hero-description {
        font-size: 20px;
    }
    
    /* Founder */
    .wtd-founder-section {
        padding: 120px 0 80px;
    }
    
    .wtd-founder-card {
        flex-direction: column;
        text-align: left;
    }
    
    .wtd-founder-photo {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1;
    }
    
    .wtd-founder-info {
        max-width: 100%;
        align-items: flex-start;
    }
    
    .wtd-founder-header {
        align-items: flex-start;
    }
    
    .wtd-founder-description {
        text-align: left;
    }
    
    /* Team Grid */
    .wtd-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }
    
    /* Join Team */
    .wtd-join-team-box {
        padding: 80px 48px;
    }
    
    .wtd-join-team-title {
        font-size: 40px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */

@media (max-width: 768px) {
    .wtd-page-wrap {
        padding: 0 16px;
    }
    
    .wtd-team-hero {
        padding: 150px 0 0;
    }
    
    .wtd-team-hero-content {
        gap: 32px;
    }
    
    .wtd-section-label {
        font-size: 14px;
    }
    
    .wtd-team-hero-title {
        font-size: 32px;
    }
    
    .wtd-team-hero-title br {
        display: none;
    }
    
    .wtd-team-hero-title .wtd-no-wrap {
        white-space: normal;
    }
    
    .wtd-team-hero-description {
        font-size: 18px;
        max-width: 100%;
    }
    
    /* Founder */
    .wtd-founder-section {
        padding: 80px 0 60px;
    }
    
    .wtd-founder-photo {
        max-width: 100%;
    }
    
    .wtd-founder-name {
        font-size: 26px;
    }
    
    .wtd-founder-description p {
        font-size: 15px;
    }
    
    /* Team Grid */
    .wtd-team-grid-section {
        padding: 60px 0 60px;
    }
    
    .wtd-team-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .wtd-team-name {
        font-size: 22px;
    }
    
    .wtd-team-role {
        font-size: 15px;
    }
    
    .wtd-team-description {
        font-size: 15px;
    }
    
    /* Join Team */
    .wtd-join-team-section {
        padding: 60px 0 60px;
    }
    
    .wtd-join-team-box {
        padding: 48px 24px;
        gap: 32px;
    }
    
    .wtd-join-team-title {
        font-size: 32px;
    }
    
    .wtd-join-team-description p {
        font-size: 16px;
    }
    
    .wtd-join-team-email {
        font-size: 16px;
    }
}

/* ============================================
   RESPONSIVE - SMALL MOBILE
   ============================================ */

@media (max-width: 480px) {
    .wtd-team-hero-title {
        font-size: 28px;
    }
    
    .wtd-team-hero-description {
        font-size: 16px;
    }
    
    .wtd-founder-name {
        font-size: 24px;
    }
    
    .wtd-join-team-title {
        font-size: 26px;
    }
    
    .wtd-join-team-description p {
        font-size: 15px;
    }
}

