/* Custom styles for video background and text overlay */
/* Light mode styles */
body {
    background-color: var(--color-offwhite);
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.site-header-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Apercu', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.site-description {
    font-family: 'Apercu', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
}

.trn-intro {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    min-height: 1000px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 10% 0 10%;
    justify-content: space-around;
}

.trn-intro-text {
    line-height: 1.5;
    color: #fff;
    font-size: 3rem;
    margin-top: 2rem;
    font-family: 'Apercu', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

/* Transparent header styles for taoo page */
.post-template-taoo .gh-head,
.page-taoo .gh-head,
[class*="taoo"] .gh-head {
    background: transparent !important;
    position: absolute !important;
    width: 100%;
    z-index: 999;
}

/* Hide search and subscribe buttons on taoo page */
.post-template-taoo .gh-head .gh-search,
.post-template-taoo .gh-head .gh-head-button,
.post-template-taoo .gh-head .gh-head-members,
.post-template-taoo .gh-head .gh-head-actions,
.page-taoo .gh-head .gh-search,
.page-taoo .gh-head .gh-head-button,
.page-taoo .gh-head .gh-head-members,
.page-taoo .gh-head .gh-head-actions,
[class*="taoo"] .gh-head .gh-search,
[class*="taoo"] .gh-head .gh-head-button,
[class*="taoo"] .gh-head .gh-head-members,
[class*="taoo"] .gh-head .gh-head-actions {
    display: none !important;
}

/* Make header text white on taoo page */
.post-template-taoo .gh-head,
.post-template-taoo .gh-head a,
.page-taoo .gh-head,
.page-taoo .gh-head a,
[class*="taoo"] .gh-head,
[class*="taoo"] .gh-head a {
    color: #fff !important;
}

/* Hide sign in link on taoo page */
.post-template-taoo .gh-head .gh-head-link,
.page-taoo .gh-head .gh-head-link,
[class*="taoo"] .gh-head .gh-head-link {
    display: none !important;
}

/* Adjust mobile menu for taoo page */
.post-template-taoo .gh-burger::before,
.post-template-taoo .gh-burger::after,
.page-taoo .gh-burger::before,
.page-taoo .gh-burger::after,
[class*="taoo"] .gh-burger::before,
[class*="taoo"] .gh-burger::after {
    background-color: #fff !important;
} 