
.full-video-hero,
.tk-statement,
.tk-experience,
.tk-events,
.tk-feature-slider,
.tk-gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.full-video-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.full-video-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1);
    object-fit: cover;
    z-index: 1;
    animation: slowZoom 20s ease-in-out infinite alternate;
}

@keyframes slowZoom {
    from { transform: translate(-50%, -50%) scale(1); }
    to { transform: translate(-50%, -50%) scale(1.08); }
}

.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.45), rgba(0,0,0,0.9)),
        radial-gradient(circle at center, rgba(0,0,0,0.15), rgba(0,0,0,0.75));
}

.video-content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(40px);
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0;
    animation: heroFade 1.2s ease forwards;
    animation-delay: 0.4s;
}

@keyframes heroFade {
    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.video-content p:first-of-type,
.tk-statement span,
.tk-section-head span,
.tk-events-head span,
.tk-feature-tag,
.tk-gallery-head span {
    display: inline-block;
    color: #ff7a00;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.video-content p:first-of-type {
    color: #fff;
    background: rgba(255,255,255,0.12);
    padding: 8px 20px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    margin-bottom: 22px;
}

.video-content h1 {
    font-size: clamp(42px, 6vw, 84px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 22px;
    color: #fff;
    text-shadow: 0 12px 40px rgba(0,0,0,0.55);
}

.video-content p {
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
    margin-bottom: 34px;
}

.video-btn,
.tk-event-btn,
.tk-feature-btn {
    display: inline-block;
    border-radius: 60px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-btn {
    padding: 16px 42px;
    background: linear-gradient(135deg, #ff7a00, #ff9500);
    color: #fff;
    box-shadow: 0 10px 30px rgba(255,122,0,0.35);
}

.tk-statement {
    position: relative;
    overflow: hidden;
    padding: 140px 20px;
    text-align: center;
    color: #fff;
}

.tk-statement.parallax {
    background-image: url("https://terrakulture.com/site/wp-content/uploads/2026/05/bgu.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.tk-statement::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.75));
    mix-blend-mode: multiply;
    z-index: 1;
}

.tk-statement-inner {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    margin: 0 auto;
}

.tk-type-scroll {
    font-size: clamp(42px, 6vw, 92px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    color: #fff !important;
    max-width: 950px;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: -1px;
}

.tk-type-line {
    display: block;
    white-space: nowrap;
}

.tk-type-scroll span {
    display: inline;
    font: inherit !important;
    color: inherit !important;
    opacity: 0.12;
    transition: opacity 0.08s linear;
}

.tk-type-scroll span.active {
    opacity: 1;
}

.tk-statement p {
    max-width: 780px;
    margin: 0 auto;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.8;
    color: rgba(255,255,255,0.95);
}

.tk-experience {
    background: #fff;
    padding: 90px 20px;
}

.tk-section-head,
.tk-events-head,
.tk-gallery-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 55px;
}

.tk-section-head h2,
.tk-events-head h2,
.tk-gallery-head h2 {
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    line-height: 1.05;
    margin: 16px 0;
    color: #111;
}

.tk-section-head p,
.tk-events-head p,
.tk-gallery-head p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.tk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.tk-card {
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    color: inherit;
}

.tk-card img,
.tk-event-img img,
.tk-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.7s ease;
}

.tk-card:hover img,
.tk-event-card:hover img,
.tk-gallery-item:hover img {
    transform: scale(1.08);
}

.tk-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.1));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
}

.tk-overlay h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
}

.tk-overlay p {
    color: rgba(255,255,255,0.9);
}

.tk-events {
    background: #fae2c6;
    padding: 90px 20px;
}

.tk-events-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.tk-event-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}

.tk-event-card:hover {
    transform: translateY(-8px);
}

.tk-event-img {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.tk-event-date {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 72px;
    height: 72px;
    background: #ff7a00;
    color: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tk-event-date strong {
    font-size: 26px;
}

.tk-event-body {
    padding: 28px;
}

.tk-event-body h3 {
    font-size: 25px;
    font-weight: 900;
    color: #111;
}

.tk-event-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
}

.tk-event-btn {
    padding: 13px 26px;
    background: #111;
    color: #fff;
}

.tk-event-btn:hover {
    background: #ff7a00;
    color: #fff;
}

.tk-feature-slider {
    height: 90vh;
    position: relative;
    overflow: hidden;
    background: #000;
}

.tk-feature-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    transition: opacity 1s ease, visibility 1s ease;
}

.tk-feature-slide::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.78),
            rgba(0,0,0,0.92)
        ) !important;
    z-index: 1 !important;
}

.tk-feature-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    animation: tkBgZoom 8s ease forwards;
}

@keyframes tkBgZoom {
    from { background-size: 100%; }
    to { background-size: 108%; }
}

.tk-feature-content {
    position: relative;
    z-index: 3;
    max-width: 750px;
    color: #fff;
}

.tk-feature-content h2 {
    font-size: clamp(42px, 6vw, 90px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

.tk-feature-content p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
    margin-bottom: 30px;
}

.tk-feature-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.tk-feature-btn {
    padding: 14px 30px;
}

.tk-feature-btn.primary {
    background: #ff7a00;
    color: #fff;
}

.tk-feature-btn.secondary {
    border: 2px solid #fff;
    color: #fff;
}

.tk-slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 34px;
    cursor: pointer;
}

.tk-slide-btn.prev { left: 25px; }
.tk-slide-btn.next { right: 25px; }

.tk-slider-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    gap: 10px;
}

.tk-slider-dots button {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
    cursor: pointer;
}

.tk-slider-dots button.active {
    width: 28px;
    border-radius: 20px;
    background: #ff7a00;
}

.tk-gallery {
    background: #fff;
    padding: 90px 20px;
}

.tk-gallery-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 230px;
    gap: 18px;
}

.tk-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.tk-gallery-item.tall {
    grid-row: span 2;
}

.tk-gallery-item.wide {
    grid-column: span 2;
}

@media (max-width: 980px) {
    .tk-grid,
    .tk-events-grid {
        grid-template-columns: 1fr;
    }

    .tk-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tk-card {
        height: 320px;
    }

    .tk-statement.parallax {
        background-attachment: scroll;
    }
}

@media (max-width: 600px) {
    .tk-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .tk-gallery-item.tall,
    .tk-gallery-item.wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    .tk-type-scroll {
        font-size: 30px !important;
    }

    .tk-type-line {
        white-space: normal;
    }

    .tk-feature-slider {
        height: 75vh;
    }

    .tk-slide-btn {
        display: none;
    }
}


.tk-type-scroll,
.tk-type-scroll *,
.tk-type-line,
.tk-type-line span {
    text-transform: none !important;
}


.tk-card-dropdown-wrap{
    cursor:default;
}

.tk-card-dropdown-btn{
    margin-top:16px;
    width:max-content;
    border:none;
    background:#ff7a00;
    color:#fff;
    padding:12px 20px;
    border-radius:999px;
    font-weight:900;
    cursor:pointer;
    transition:.3s ease;
}

.tk-card-dropdown-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(255,122,0,.35);
}

.tk-card-dropdown-menu{
    position:absolute;
    left:25px;
    right:25px;
    bottom:25px;
    background:rgba(0,0,0,.94);
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    padding:14px;
    display:flex;
    flex-direction:column;
    gap:10px;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s ease;
    z-index:5;
}

.tk-card-dropdown-wrap.active .tk-card-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.tk-card-dropdown-menu a{
    color:#fff;
    background:rgba(255,255,255,.06);
    padding:12px 14px;
    border-radius:12px;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
    transition:.3s ease;
}

.tk-card-dropdown-menu a:hover{
    background:#ff7a00;
    color:#fff;
}

.tk-card-dropdown-wrap.active .tk-overlay > h3,
.tk-card-dropdown-wrap.active .tk-overlay > p,
.tk-card-dropdown-wrap.active .tk-card-dropdown-btn{
    opacity:0;
    pointer-events:none;
}

.tk-footer-socials{
    position:relative;
    z-index:5;
    display:flex !important;
    align-items:center;
    justify-content:flex-start;
    gap:14px;
    margin-top:26px;
}

.tk-footer-socials a{
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    font-size:14px;
    text-decoration:none;
}

.tk-footer-socials a:hover{
    background:#ff7a00;
    color:#fff !important;
    transform:translateY(-3px);
}

@media(max-width:768px){
    .tk-footer-socials{
        justify-content:center;
        gap:20px;
        margin-top:40px;
    }

    .tk-footer-socials a{
        width:56px;
        height:56px;
        font-size:22px;
    }
}

.tk-footer-action-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:30px;
    flex-wrap:wrap;
}

.tk-footer-buttons{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}

.tk-footer-socials{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:0 !important;
}

.tk-footer-socials a{
    width:40px;
    height:40px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s ease;
}

.tk-footer-socials a:hover{
    background:#ff7a00;
    transform:translateY(-3px);
}

@media(max-width:768px){

    .tk-footer-action-row{
        flex-direction:column;
        align-items:flex-start;
    }

    .tk-footer-socials{
        margin-top:10px !important;
    }

}