/* Header styling */
.site-header {
    background-color: #EAEAEA !important;
    border-bottom: 1px solid #ddd;
}
.site-branding .site-title a {
    color: #000 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-branding .site-description {
    color: #555 !important;
    font-size: 0.85rem !important;
}
.main-header-menu a {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem !important;
}
/* Active menu item highlighting matching Wix */
.main-header-menu .current-menu-item > a {
    background-color: #000 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 0px !important;
}
.main-header-menu li:hover > a {
    color: #666 !important;
}
.main-header-bar {
    border: none !important;
    box-shadow: none !important;
}

/* Custom layouts */
.tensegrity-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.tensegrity-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.tensegrity-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 900px;
    padding: 20px;
}
.tensegrity-hero-content h1 {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 4px 12px rgba(0,0,0,0.8);
    color: #fff !important;
}
@media (max-width: 768px) {
    .tensegrity-hero-content h1 {
        font-size: 2.2rem;
    }
    .tensegrity-hero {
        height: 350px;
    }
}

/* Sections */
.tensegrity-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 80px 0;
    box-sizing: border-box;
}
.tensegrity-section.dark {
    background-color: #5A6375;
    color: #ffffff;
}
.tensegrity-section.light {
    background-color: #EAEAEA;
    color: #1a1a1a;
}
.tensegrity-section.has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.tensegrity-section-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.tensegrity-section.has-bg .tensegrity-container {
    position: relative;
    z-index: 2;
}
.tensegrity-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.tensegrity-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tensegrity-row.align-center {
    align-items: center;
}
.tensegrity-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .tensegrity-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .tensegrity-section {
        padding: 50px 0;
    }
}

@media (min-width: 769px) {
    .overlap-left-col {
        margin-right: -80px !important;
        position: relative;
        z-index: 2;
    }
    .overlap-right-col {
        margin-left: -80px !important;
        position: relative;
        z-index: 2;
    }
    .z-index-1 {
        position: relative;
        z-index: 1;
    }
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #000000 !important;
}
.section-subtitle {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000000 !important;
}
.section-subtitle.white-text {
    color: #000000 !important;
}
.large-text {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.highlight-text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
}
.font-bold {
    font-weight: bold;
}

.tensegrity-card {
    background: #ffffff !important;
    padding: 50px 40px !important;
    border: none !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
    color: #000000 !important;
    text-align: center;
    border-radius: 0px;
}
.tensegrity-card.beige {
    background: #F3EFE9 !important;
}
.card-intro {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000 !important;
}
.card-divider {
    width: 60px;
    height: 2px;
    background: #000;
    margin: 20px auto;
}
.card-quote {
    font-size: 1.3rem;
    font-style: italic;
    font-weight: bold;
    color: #000 !important;
}

/* Images */
.side-image {
    max-width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    display: block;
    margin: 0 auto;
}

/* Buttons */
.tensegrity-button {
    display: inline-block;
    background: #000000;
    color: #ffffff !important;
    padding: 14px 35px;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 20px;
    border: 2px solid #000000;
}
.tensegrity-button:hover {
    background: #ffffff;
    color: #000000 !important;
    border-color: #000000;
}

/* Paths */
.sub-heading {
    font-size: 1.6rem;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.path-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.path-item {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.path-divider {
    color: #999;
    font-size: 1.5rem;
}
@media (max-width: 768px) {
    .path-items {
        flex-direction: column;
        gap: 10px;
    }
    .path-divider {
        display: none;
    }
}

/* Footer Section */
.tensegrity-footer-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    color: #fff;
}
.tensegrity-footer-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.tensegrity-footer-content {
    position: relative;
    z-index: 2;
}
.footer-quote {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    color: #fff !important;
}
.contact-card {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(8px);
    color: #000 !important;
    max-width: 450px;
    margin-left: auto;
    padding: 40px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}
.contact-card h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000 !important;
}
.coach-title {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 25px;
    font-weight: 600;
}
.contact-details {
    margin-bottom: 25px;
    text-align: left;
    font-size: 1.1rem;
    color: #000 !important;
}
.contact-details a {
    color: #000 !important;
    text-decoration: underline;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}
.social-icon {
    color: #000 !important;
    transition: color 0.3s ease;
}
.social-icon:hover {
    color: #666 !important;
}

/* Adjust Astra content container for fullwidth */
.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.site-content .ast-container {
    max-width: 1200px !important;
    padding: 0 20px !important;
}
body.home .site-content .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
body.home .entry-header {
    display: none !important;
}
body.home .entry-content {
    margin: 0 !important;
}
.ast-row {
    margin: 0 !important;
}
#primary {
    padding: 0 !important;
    margin: 0 !important;
}

/* Inner pages styling */
body.page:not(.home) {
    background-color: #EAEAEA !important;
}
body.page:not(.home) .site-content {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}
body.page:not(.home) .entry-header {
    text-align: center;
    margin-bottom: 40px;
}
body.page:not(.home) .entry-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}
body.page:not(.home) .entry-content {
    max-width: 800px;
    margin: 0 auto !important;
    line-height: 1.8;
    font-size: 1.15rem;
    color: #1a1a1a;
}
body.page:not(.home) .entry-content h2, 
body.page:not(.home) .entry-content h3 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    color: #000;
}
