/* Mobile Styles - Only loaded on screens 768px and below */

/* Jelly switch - fixed top right on mobile */
.jelly-switch-container {
    position: fixed !important;
    top: 70px !important;
    right: -70px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 9999 !important;
}

/* Mobile Navigation */
.nav-side {
    width: 100%;
    height: 60px;
    bottom: auto;
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid var(--c-line);
    padding: 0 2rem;
}

.logo-vert {
    writing-mode: horizontal-tb;
}

/* Mobile Hero */
.hero-sec {
    padding-left: var(--pad);
}

.headline {
    font-size: 3.5rem;
}

.headline .indent {
    margin-left: 0;
}

/* Mobile Capabilities */
.capabilities-sec {
    padding-left: var(--pad);
}

.capability-tile {
    padding: 4rem 3rem;
    border-radius: 20px;
}

.capability-headline {
    font-size: 2.5rem;
}

.capability-description {
    font-size: 0.85rem;
}

/* Mobile Clients Grid - Smaller tiles */
.clients-sec {
    padding-left: var(--pad);
}

.client-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
}

.client-cell {
    padding: 1rem;
    aspect-ratio: 1/1;
}

.logo-container {
    height: 40px;
    margin-bottom: 0.75rem;
}

.client-cell img {
    max-width: 70%;
    max-height: 100%;
}

.client-cat {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
}

.client-name {
    font-size: 1rem;
}

/* Mobile Team */

.team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.team-info {
    min-height: 160px;
    height: auto;
    padding: 1.25rem;
}

.team-info h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.team-bio {
    font-size: 0.85rem;
    line-height: 1.5;
    overflow: visible;
}

/* Mobile Address */
.address-sec {
    padding: 4rem var(--pad) 1.2rem var(--pad);
}

.address-tile {
    max-width: 100%;
    padding: 2.5rem 2rem;
}

.address-content {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    width: 100%;
}

.address-building {
    display: flex;
    justify-content: center;
    width: 100%;
}

.building-logo {
    height: 150px;
    width: auto;
}

.address-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.address-line {
    font-size: 1.1rem;
    text-align: center;
    color: #ffffff;
}

.address-line:first-child {
    font-size: 1.25rem;
}

/* Mobile Photography */
.photography-sec {
    height: 400px;
}

/* Mobile Contact */
.contact-sec {
    padding: 1.2rem var(--pad) 4rem var(--pad);
    min-height: 500px;
    display: flex;
    align-items: center;
}

.contact-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
}

.contact-head {
    font-size: 3.5rem;
}

