/* ============================================
   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: 400;   
    color: #5a5a5a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

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

.wtd-founder-description p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    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(2, 1fr);
    gap: 64px;
}

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

.wtd-team-photo {
    width: 70%;
    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-photo-placeholder {
    background: linear-gradient(135deg, #e0e0e0 0%, #c5c5c5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* LinkedIn Icon next to name */
.wtd-linkedin-icon {
    display: inline-flex;
    align-items: center;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.wtd-linkedin-icon:hover {
    opacity: 1;
}

.wtd-linkedin-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

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

.wtd-team-location {
    font-family: 'manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.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;
}

/* ============================================
   CAREER APPLICATION FORM - Matching Contact Page Style
   ============================================ */

/* Career Form Container */
.wtd-career-form {
    width: 100%;
    max-width: 700px;
    text-align: left;
}

/* Ethereal Form - matching contact style */
.wtd-ethereal-form {
    position: relative;
}

.wtd-ethereal-form .wtd-form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 10px;
}

.wtd-ethereal-form .wtd-form-field {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: visible;
}

.wtd-ethereal-form .wtd-form-field.wtd-full-width {
    grid-column: 1 / -1;
}

.wtd-ethereal-form .wtd-form-input {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #3A3532;
    transition: all 0.3s ease;
    box-shadow: none;
}

.wtd-ethereal-form .wtd-form-input:hover {
    border: none;
    border-bottom: 1px solid transparent;
    box-shadow: none;
}

.wtd-ethereal-form .wtd-form-input:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid transparent;
    box-shadow: none;
}

.wtd-ethereal-form .wtd-form-label {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #8E8C8A;
    pointer-events: none;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
    z-index: 1;
}

.wtd-ethereal-form .wtd-form-field.wtd-focused .wtd-form-label,
.wtd-ethereal-form .wtd-form-input:focus + .wtd-form-label,
.wtd-ethereal-form .wtd-form-input:valid + .wtd-form-label {
    top: -10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3A3532;
}

.wtd-field-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    transform-origin: left;
    transition: all 0.3s ease;
}

.wtd-field-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0c0c0c;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.wtd-ethereal-form .wtd-form-input:focus ~ .wtd-field-line::after {
    transform: scaleX(1);
}

/* Textarea specific */
.wtd-form-textarea {
    resize: none;
    overflow-y: hidden;
    min-height: 150px;
    max-height: 300px;
}

.wtd-message-field {
    z-index: 1 !important;
}

/* Special message label behavior */
.wtd-message-field .wtd-message-label {
    transition: all 0.3s ease;
    pointer-events: none;
}

.wtd-message-field.wtd-message-focused .wtd-message-label {
    top: 20px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #8E8C8A !important;
}

/* Override floating behavior for message field */
.wtd-message-field .wtd-form-textarea:focus + .wtd-message-label,
.wtd-message-field .wtd-form-textarea:valid + .wtd-message-label {
    top: 20px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

/* Character count */
.wtd-character-count {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 12px;
    color: #BBB8B6;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

/* File Upload Styles - Matching contact form minimal style */
.wtd-file-field {
    padding-top: 10px;
}

.wtd-file-upload-wrapper {
    position: relative;
    width: 100%;
}

.wtd-form-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.wtd-file-upload-display {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 0;
    transition: color 0.2s;
    cursor: pointer;
}

.wtd-file-upload-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #8E8C8A;
    transition: color 0.3s;
}

.wtd-file-upload-wrapper:hover .wtd-file-upload-text {
    color: #3A3532;
}

.wtd-file-upload-formats {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #BBB8B6;
}

.wtd-resume-filename {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3A3532;
    margin-top: 10px;
    min-height: 20px;
}

.wtd-resume-filename.wtd-has-file {
    color: #0c0c0c;
}

.wtd-resume-filename.wtd-has-file::before {
    content: '✓ ';
    color: #2e7d32;
    font-weight: 600;
}

/* Submit Button - Cosmic style matching contact */
.wtd-form-actions {
    margin-top: 80px;
    text-align: center;
}

.wtd-cosmic-button {
    position: relative;
    padding: 20px 80px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #0c0c0c;
    color: #ffffff;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
}

.wtd-cosmic-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.wtd-cosmic-button:hover::before {
    left: 100%;
}

.wtd-cosmic-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.wtd-button-text,
.wtd-button-loading {
    position: relative;
    z-index: 2;
}

.wtd-button-loading {
    display: none;
}

.wtd-cosmic-button.wtd-loading .wtd-button-text {
    display: none;
}

.wtd-cosmic-button.wtd-loading .wtd-button-loading {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.wtd-loading-dot {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    animation: wtdLoadingDot 1.4s infinite ease-in-out;
}

.wtd-loading-dot:nth-child(2) { animation-delay: 0.2s; }
.wtd-loading-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes wtdLoadingDot {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Honeypot anti-spam field (hidden) */
.wtd-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Apply Now Toggle Button */
.wtd-apply-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: transparent;
    color: #0c0c0c;
    border: 1px solid #0c0c0c;
    border-radius: 16px;
    font-family: 'biennale', serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wtd-apply-toggle:hover {
    background: #0c0c0c;
    color: #fff;
}

.wtd-apply-toggle:hover .wtd-apply-toggle-icon {
    stroke: #fff;
}

.wtd-apply-toggle-icon {
    transition: transform 0.3s ease, stroke 0.3s ease;
}

.wtd-apply-toggle.wtd-expanded .wtd-apply-toggle-icon {
    transform: rotate(180deg);
}

.wtd-apply-toggle.wtd-expanded {
    background: #0c0c0c;
    color: #fff;
}

.wtd-apply-toggle.wtd-expanded .wtd-apply-toggle-icon {
    stroke: #fff;
}

/* Collapsible Form Wrapper */
.wtd-career-form-wrapper {
    width: 100%;
    max-width: 700px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-top: 0;
}

.wtd-career-form-wrapper.wtd-expanded {
    max-height: 1000px;
    opacity: 1;
    margin-top: 48px;
}

/* Career Success State - Matching Figma Design */
.wtd-career-success-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 64px;
    background: #f0eeea;
    border: 1px solid #f9f9f9;
    border-radius: 24px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}

.wtd-career-success-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #F9F9F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a5a5a;
}

.wtd-career-success-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
}

.wtd-career-success-text {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a;
    text-align: center;
    margin: 0;
}

/* ============================================
   LOCATION SECTION - THE DRAGON'S DEN
   ============================================ */

.wtd-location-section {
    padding: 120px 0 140px;
    text-align: center;
    position: relative;
}

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

.wtd-location-label {
    font-family: 'manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #888;
    text-transform: uppercase;
}

.wtd-location-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 48px 64px 56px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 32px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.wtd-location-card:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* Running Dragon Track */
.wtd-location-track {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 32px;
}

.wtd-location-line {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ccc 10%, #ccc 90%, transparent 100%);
    z-index: 1;
}

/* Running Dragon - using dinosaur game sprite */
/* Logo obstacle in the center */
.wtd-track-obstacle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 28px;
    width: auto;
    opacity: 0.25;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.wtd-location-card:hover .wtd-track-obstacle {
    opacity: 0.4;
}

.wtd-running-dragon {
    position: absolute;
    bottom: 6px;
    width: 88px;
    height: 94px;
    background-repeat: no-repeat;
    transform: scale(0.4);
    transform-origin: bottom left;
    animation: 
        dragonRun 14s linear infinite,
        dragonLegs 0.15s steps(1) infinite,
        dragonJump 14s linear infinite;
    opacity: 0.75;
    z-index: 2;
}

/* Dragon running across the track */
@keyframes dragonRun {
    0% {
        left: -30px;
    }
    100% {
        left: calc(100% + 30px);
    }
}

/* Dragon legs animation - alternating between two running frames */
/* T-Rex sprite: base at 1678px, running frames at +176px and +264px (2x scale) */
@keyframes dragonLegs {
    0% {
        background-position: -1854px -4px;
    }
    50% {
        background-position: -1942px -4px;
    }
}

/* Dragon jumps over the logo obstacle in the middle */
@keyframes dragonJump {
    0% { bottom: 6px; }
    42% { bottom: 6px; }
    46% { bottom: 50px; }
    50% { bottom: 55px; }
    54% { bottom: 50px; }
    58% { bottom: 6px; }
    100% { bottom: 6px; }
}

.wtd-location-card:hover .wtd-running-dragon {
    opacity: 1;
    animation-duration: 10s, 0.12s, 10s;
}

/* Location Info */
.wtd-location-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.wtd-location-address {
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.wtd-location-name {
    font-family: 'biennale', serif;
    font-size: 28px;
    font-weight: 400;
    color: #0c0c0c;
    letter-spacing: -0.01em;
}

.wtd-location-details {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.wtd-location-street,
.wtd-location-city {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #5a5a5a;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.wtd-location-city-row {
    margin-top: 4px;
}

.wtd-location-divider {
    color: #ccc;
    font-size: 14px;
}

.wtd-location-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888;
    text-decoration: none;
    padding: 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    transition: all 0.3s ease;
}

.wtd-location-link:hover {
    color: #0c0c0c;
    border-color: #0c0c0c;
    background: rgba(0, 0, 0, 0.02);
}

.wtd-location-link svg {
    transition: transform 0.3s ease;
}

.wtd-location-link:hover svg {
    transform: translate(2px, -2px);
}

.wtd-location-coords {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: 'SF Mono', 'Fira Code', 'Monaco', monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #aaa;
}

.wtd-coords-separator {
    width: 32px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ccc, transparent);
}

/* ============================================
   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;
    }
    
    /* Career Form Tablet */
    .wtd-career-form {
        max-width: 100%;
    }
    
    .wtd-career-form .wtd-form-actions {
        margin-top: 32px;
    }
}

/* ============================================
   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;
    }
    
    /* Location Section */
    .wtd-location-section {
        padding: 80px 0 100px;
    }
    
    .wtd-location-card {
        padding: 40px 24px 48px;
        border-radius: 24px;
    }
    
    .wtd-location-track {
        height: 50px;
        margin-bottom: 24px;
    }
    
    .wtd-track-obstacle {
        height: 22px;
    }
    
    .wtd-running-dragon {
        transform: scale(0.5);
        animation-duration: 10s, 0.15s, 10s;
    }
    
    .wtd-location-name {
        font-size: 24px;
    }
    
    .wtd-location-details {
        flex-direction: column;
        gap: 4px;
    }
    
    .wtd-location-divider {
        display: none;
    }
    
    .wtd-location-coords {
        gap: 16px;
        font-size: 10px;
    }
    
    .wtd-coords-separator {
        width: 20px;
    }
    
    /* Career Form Mobile */
    .wtd-career-form {
        max-width: 100%;
    }
    
    .wtd-ethereal-form .wtd-form-fields {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .wtd-ethereal-form .wtd-form-input {
        font-size: 16px;
        padding: 18px 0;
    }
    
    .wtd-ethereal-form .wtd-form-label {
        font-size: 16px;
        top: 18px;
    }
    
    .wtd-ethereal-form .wtd-form-field.wtd-focused .wtd-form-label,
    .wtd-ethereal-form .wtd-form-input:focus + .wtd-form-label,
    .wtd-ethereal-form .wtd-form-input:valid + .wtd-form-label {
        font-size: 11px;
    }
    
    .wtd-cosmic-button {
        width: 100%;
        padding: 18px 40px;
    }
    
    .wtd-form-actions {
        margin-top: 60px;
    }
    
    /* Apply Toggle Mobile */
    .wtd-apply-toggle {
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .wtd-career-form-wrapper.wtd-expanded {
        margin-top: 32px;
    }
    
    .wtd-file-upload-display {
        padding: 18px 0;
    }
    
    .wtd-file-upload-text {
        font-size: 16px;
    }
    
    /* Career Success Mobile */
    .wtd-career-success-box {
        padding: 48px 24px;
        gap: 24px;
    }
    
    .wtd-career-success-icon {
        width: 60px;
        height: 60px;
    }
    
    .wtd-career-success-text {
        font-size: 15px;
    }
}

/* ============================================
   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;
    }
}

