* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    font-family: 'Cormorant Garamond', serif;
    background: #000;
    color: #fff;
    line-height: 1.5;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

/* Navigation Menu */
.navigation {
    position: fixed;
    top: 50%;
    right: clamp(20px, 3vw, 40px);
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1.5vh, 12px);
}

.nav-link {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: opacity 0.3s ease;
}

.nav-link:hover {
    opacity: 0.7;
}

/* Instagram Link */
.instagram-link {
    position: fixed;
    top: clamp(20px, 3vh, 40px);
    right: clamp(20px, 3vw, 40px);
    z-index: 1000;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.instagram-link:hover {
    opacity: 0.7;
}

.instagram-link svg {
    width: 100%;
    height: 100%;
}

/* Split Container */
.split-container {
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* Left Panel - Black Space */
.left-panel {
    flex: 0 0 50%;
    height: 100vh;
    position: relative;
    background: #000000;
    overflow: hidden;
    box-sizing: border-box;
}

.left-panel .panel-content {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000000;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 0;
}

.philosophy-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(40px, 8vh, 100px) clamp(40px, 6vw, 80px);
    overflow: hidden;
    height: 100%;
}

.philosophy-text {
    max-width: 550px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.philosophy-text p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.6rem, 1.3vw, 1.1rem);
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 clamp(12px, 2vh, 20px) 0;
    letter-spacing: 0.02em;
}

.philosophy-text p:last-child {
    margin-bottom: 0;
}

/* Team Content */
.team-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px, 4vh, 60px) clamp(25px, 4vw, 60px);
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    min-height: 0;
}

.team-section {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(30px, 6vh, 60px);
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
}

.team-members {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 3vh, 35px);
    padding: 0;
    padding-top: clamp(30px, 6vh, 60px);
    box-sizing: border-box;
    flex: 0 0 auto;
}

.team-member {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.member-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 2vw, 1.75rem);
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.05em;
    flex: 1;
    min-width: 0;
}

.team-member:last-child .member-name {
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
}

.linkedin-link {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(24px, 3vw, 32px);
    height: clamp(24px, 3vw, 32px);
    transition: opacity 0.3s ease;
    flex-shrink: 0;
}

.linkedin-link:hover {
    opacity: 0.7;
}

.linkedin-link svg {
    width: 100%;
    height: 100%;
}

.media-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2.5vh, 20px);
    padding: 0;
    padding-top: clamp(20px, 4vh, 50px);
    box-sizing: border-box;
    flex: 0 0 auto;
}

.media-subheader {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.65rem, 1.2vw, 0.9rem);
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: lowercase;
}

.media-logos {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(15px, 3vw, 30px);
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
}

.media-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
}

.logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.7rem, 1.3vw, 1.1rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.media-logo:hover .logo-text {
    opacity: 0.7;
}

/* Right Panel - Video */
.right-panel {
    flex: 0 0 50%;
    height: 100vh;
    position: relative;
    background: #000000;
    overflow: hidden;
    box-sizing: border-box;
}

.right-panel .panel-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Center Divider */
.center-divider {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    max-width: 90vw;
    background: transparent;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(15px, 3vh, 40px);
    padding: clamp(15px, 3vh, 30px) clamp(20px, 4vw, 40px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.brand-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: 500;
    color: #ffffff;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.12em;
    text-transform: none;
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

.tagline-line1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 2.8vw, 1.9rem);
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.08em;
    margin: 0;
    white-space: nowrap;
    line-height: 1.5;
    text-align: center;
    max-width: min(500px, 85vw);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tagline-line2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.875rem, 2.5vw, 1.75rem);
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.08em;
    margin: 0;
    white-space: nowrap;
    line-height: 1.5;
    text-align: center;
}


/* Responsive Design */
@media (max-width: 968px) {
    .split-container {
        flex-direction: column;
    }

    .left-panel {
        flex: 0 0 50%;
        width: 100%;
    }

    .right-panel {
        flex: 0 0 50%;
        width: 100%;
    }

    .center-divider {
        left: 50%;
        top: 50%;
        width: auto;
        max-width: 90vw;
        flex-direction: column;
        transform: translate(-50%, -50%);
        padding: clamp(12px, 2.5vh, 25px) clamp(15px, 4vw, 40px);
        gap: clamp(12px, 2.5vh, 25px);
        justify-content: center;
    }

    .brand-name {
        font-size: clamp(1rem, 4.5vw, 2.25rem);
    }

    .tagline-line1 {
        font-size: clamp(0.8rem, 3vw, 1.5rem);
        max-width: min(450px, 85vw);
    }

    .tagline-line2 {
        font-size: clamp(0.8rem, 3vw, 1.5rem);
    }

    .navigation {
        top: clamp(20px, 3vh, 30px);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        gap: clamp(15px, 3vw, 30px);
    }

    .philosophy-content {
        padding: clamp(30px, 6vh, 70px) clamp(30px, 5vw, 60px);
    }

    .philosophy-text {
        max-width: 100%;
    }

    .philosophy-text p {
        font-size: clamp(0.55rem, 1.5vw, 0.95rem);
        line-height: 1.5;
        margin-bottom: clamp(10px, 1.8vh, 18px);
    }

    .team-content {
        padding: clamp(15px, 3vh, 40px) clamp(20px, 3.5vw, 45px);
    }

    .team-section {
        max-width: 100%;
        gap: clamp(20px, 4vh, 45px);
        justify-content: flex-start;
    }

    .media-section {
        padding-top: clamp(15px, 3vh, 35px);
        gap: clamp(10px, 2vh, 18px);
    }

    .media-subheader {
        font-size: clamp(0.6rem, 1.1vw, 0.85rem);
    }

    .media-logos {
        gap: clamp(12px, 2.5vw, 25px);
    }

    .logo-text {
        font-size: clamp(0.65rem, 1.2vw, 1rem);
    }

    .team-members {
        padding-top: clamp(20px, 4vh, 45px);
        gap: clamp(12px, 2.5vh, 25px);
    }

    .member-name {
        font-size: clamp(0.9rem, 2vw, 1.5rem);
    }
}

@media (max-width: 640px) {
    .navigation {
        top: clamp(15px, 2.5vh, 25px);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        gap: clamp(12px, 2.5vw, 25px);
    }

    .nav-link {
        font-size: clamp(0.75rem, 2.5vw, 1rem);
    }

    .center-divider {
        gap: clamp(10px, 2vh, 20px);
        padding: clamp(10px, 2vh, 18px) clamp(12px, 3.5vw, 35px);
        max-width: 95vw;
    }

    .brand-name {
        font-size: clamp(0.9rem, 4vw, 2rem);
    }

    .tagline-line1 {
        font-size: clamp(0.75rem, 2.8vw, 1.4rem);
        max-width: min(400px, 90vw);
    }

    .tagline-line2 {
        font-size: clamp(0.75rem, 2.8vw, 1.4rem);
    }

    .philosophy-content {
        padding: clamp(25px, 5vh, 60px) clamp(25px, 4vw, 50px);
    }

    .philosophy-text p {
        font-size: clamp(0.5rem, 1.4vw, 0.85rem);
        line-height: 1.45;
        margin-bottom: clamp(8px, 1.5vh, 15px);
    }

    .team-content {
        padding: clamp(12px, 2.5vh, 35px) clamp(15px, 3vw, 40px);
    }

    .team-section {
        gap: clamp(18px, 3.5vh, 35px);
        justify-content: flex-start;
    }

    .media-section {
        padding-top: clamp(12px, 2.5vh, 30px);
        gap: clamp(8px, 1.8vh, 15px);
    }

    .media-subheader {
        font-size: clamp(0.55rem, 1vw, 0.8rem);
    }

    .media-logos {
        gap: clamp(10px, 2vw, 20px);
    }

    .logo-text {
        font-size: clamp(0.6rem, 1.1vw, 0.9rem);
    }

    .team-members {
        padding-top: clamp(18px, 3.5vh, 35px);
        gap: clamp(10px, 2vh, 20px);
    }

    .member-name {
        font-size: clamp(0.85rem, 1.8vw, 1.3rem);
    }
}

@media (max-width: 480px) {
    .left-panel {
        flex: 0 0 50%;
    }

    .right-panel {
        flex: 0 0 50%;
    }

    .navigation {
        top: clamp(12px, 2vh, 20px);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        gap: clamp(10px, 2vw, 20px);
    }

    .nav-link {
        font-size: clamp(0.7rem, 2.2vw, 0.9rem);
    }

    .center-divider {
        gap: clamp(8px, 2vh, 15px);
        padding: clamp(8px, 1.8vh, 15px) clamp(10px, 3vw, 25px);
        max-width: 95vw;
    }

    .brand-name {
        font-size: clamp(0.85rem, 3.8vw, 1.75rem);
    }

    .tagline-line1 {
        font-size: clamp(0.7rem, 2.5vw, 1.3rem);
        max-width: min(350px, 90vw);
    }

    .tagline-line2 {
        font-size: clamp(0.7rem, 2.5vw, 1.3rem);
    }

    .philosophy-content {
        padding: clamp(20px, 4vh, 50px) clamp(20px, 3.5vw, 45px);
    }

    .philosophy-text p {
        font-size: clamp(0.45rem, 1.3vw, 0.8rem);
        line-height: 1.4;
        margin-bottom: clamp(6px, 1.2vh, 12px);
    }

    .team-content {
        padding: clamp(10px, 2vh, 30px) clamp(12px, 2.5vw, 35px);
    }

    .team-section {
        gap: clamp(15px, 3vh, 30px);
        justify-content: flex-start;
    }

    .media-section {
        padding-top: clamp(10px, 2vh, 25px);
        gap: clamp(6px, 1.5vh, 12px);
    }

    .media-subheader {
        font-size: clamp(0.5rem, 0.9vw, 0.75rem);
    }

    .media-logos {
        gap: clamp(8px, 1.8vw, 18px);
    }

    .logo-text {
        font-size: clamp(0.55rem, 1vw, 0.85rem);
    }

    .team-members {
        padding-top: clamp(15px, 3vh, 30px);
        gap: clamp(8px, 1.8vh, 18px);
    }

    .member-name {
        font-size: clamp(0.8rem, 1.6vw, 1.2rem);
    }
}

@media (orientation: landscape) and (max-height: 600px) {
    .navigation {
        top: 50%;
        right: clamp(10px, 2vw, 15px);
        left: auto;
        transform: translateY(-50%);
        flex-direction: column;
        gap: clamp(6px, 1vh, 10px);
    }

    .nav-link {
        font-size: clamp(0.7rem, 1.5vw, 0.9rem);
    }

    .center-divider {
        gap: clamp(10px, 2vh, 20px);
        padding: clamp(8px, 1.5vh, 12px) clamp(12px, 2.5vw, 25px);
        max-width: 90vw;
    }

    .brand-name {
        font-size: clamp(0.9rem, 2.2vw, 1.5rem);
    }

    .tagline-line1 {
        font-size: clamp(0.75rem, 1.8vw, 1.3rem);
        max-width: min(380px, 85vw);
    }

    .tagline-line2 {
        font-size: clamp(0.75rem, 1.8vw, 1.3rem);
    }

    .philosophy-content {
        padding: clamp(15px, 3vh, 40px) clamp(18px, 2.5vw, 35px);
    }

    .philosophy-text p {
        font-size: clamp(0.4rem, 1.2vw, 0.75rem);
        line-height: 1.35;
        margin-bottom: clamp(5px, 1vh, 10px);
    }

    .team-content {
        padding: clamp(8px, 1.8vh, 25px) clamp(10px, 2vw, 30px);
    }

    .team-section {
        gap: clamp(12px, 2.5vh, 25px);
        justify-content: flex-start;
    }

    .media-section {
        padding-top: clamp(8px, 1.8vh, 20px);
        gap: clamp(5px, 1.2vh, 10px);
    }

    .media-subheader {
        font-size: clamp(0.45rem, 0.8vw, 0.7rem);
    }

    .media-logos {
        gap: clamp(6px, 1.5vw, 15px);
    }

    .logo-text {
        font-size: clamp(0.5rem, 0.9vw, 0.8rem);
    }

    .team-members {
        padding-top: clamp(12px, 2.5vh, 25px);
        gap: clamp(6px, 1.5vh, 15px);
    }

    .member-name {
        font-size: clamp(0.75rem, 1.5vw, 1.1rem);
    }
}

/* Smooth transitions */
* {
    transition: background-color 0.3s ease, color 0.3s ease;
}


