:root {
    --tsvh-green: #1daf68;
    --tsvh-green-dark: #0a7546;
    --tsvh-ink: #071c14;
    --tsvh-text: #1e2d27;
    --tsvh-muted: #65716c;
    --tsvh-soft: #f3f6f4;
    --tsvh-line: #dde5e0;
}

body.tsvh-new-home-active { overflow-x: hidden; }
body.tsvh-new-home-active #main { padding-top: 0 !important; }
#tsvh-home, #tsvh-home * { box-sizing: border-box; }
#tsvh-home { color: var(--tsvh-text); background: #fff; font-family: inherit; }
#tsvh-home a { text-decoration: none; }
#tsvh-home .tsvh-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
#tsvh-home h1, #tsvh-home h2, #tsvh-home h3, #tsvh-home p { margin-top: 0; }
#tsvh-home h2 { margin-bottom: 14px; color: var(--tsvh-ink); font-size: clamp(36px, 5vw, 62px); line-height: 1.02; letter-spacing: -.045em; font-weight: 900; }
#tsvh-home h2 em { color: var(--tsvh-green-dark); font-style: normal; }

.tsvh-hero { position: relative; isolation: isolate; min-height: 650px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(120deg, #061b13 0%, #0b3d2a 100%); background-image: var(--tsvh-hero-image, none); background-size: cover; background-position: center; color: #fff; }
.tsvh-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,20,14,.94) 0%, rgba(3,20,14,.82) 43%, rgba(3,20,14,.38) 72%, rgba(3,20,14,.18) 100%); }
.tsvh-hero-inner { padding: 88px 0 104px; }
.tsvh-eyebrow, .tsvh-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--tsvh-green-dark); font-size: 12px; line-height: 1.2; letter-spacing: .16em; font-weight: 900; text-transform: uppercase; }
.tsvh-eyebrow { color: #86eeb9; }
.tsvh-eyebrow span { width: 34px; height: 2px; background: var(--tsvh-green); }
.tsvh-hero h1 { max-width: 840px; margin: 22px 0 24px; color: #fff; font-size: clamp(56px, 7.5vw, 102px); line-height: .9; letter-spacing: -.055em; font-weight: 950; }
.tsvh-hero h1 em { color: #67dda1; font-style: normal; }
.tsvh-hero p { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.8); font-size: 20px; line-height: 1.55; }
.tsvh-hero-tag { position: absolute; right: 32px; bottom: 24px; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 800; letter-spacing: .08em; }

.tsvh-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.tsvh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-weight: 850; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.tsvh-btn:hover { transform: translateY(-2px); }
.tsvh-btn-green { background: var(--tsvh-green); color: #fff !important; }
.tsvh-btn-green:hover { background: #178f57; }
.tsvh-btn-ghost { border-color: rgba(255,255,255,.35); color: #fff !important; background: rgba(255,255,255,.04); }
.tsvh-btn-light { background: #fff; color: var(--tsvh-ink) !important; }
.tsvh-btn-dark { background: var(--tsvh-ink); color: #fff !important; }
.tsvh-btn-outline { border-color: #b7c7be; color: var(--tsvh-ink) !important; background: #fff; }

.tsvh-section-dark { background: var(--tsvh-ink); }
.tsvh-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tsvh-quick-card { position: relative; min-height: 178px; padding: 24px 24px 22px; border-right: 1px solid rgba(255,255,255,.1); color: #fff !important; transition: background .18s ease, transform .18s ease; }
.tsvh-quick-card:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.tsvh-quick-card:hover { background: #0e3124; transform: translateY(-2px); }
.tsvh-quick-card-academy { background: linear-gradient(180deg, rgba(29,175,104,.17), rgba(29,175,104,.04)); }
.tsvh-num { display: block; color: rgba(255,255,255,.14); font-size: 42px; line-height: 1; font-weight: 950; }
.tsvh-quick-card small { display: block; margin-top: 27px; color: #74e3aa; font-size: 10px; letter-spacing: .13em; font-weight: 900; }
.tsvh-quick-card strong { display: block; margin-top: 7px; padding-right: 26px; color: #fff; font-size: 20px; line-height: 1.18; }
.tsvh-quick-card i { position: absolute; right: 20px; bottom: 20px; color: #73e4aa; font-size: 18px; font-style: normal; }

.tsvh-section { padding: 92px 0; }
.tsvh-section-soft { background: var(--tsvh-soft); }
.tsvh-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.tsvh-section-head > a { margin-bottom: 10px; color: var(--tsvh-green-dark) !important; font-weight: 850; }
.tsvh-section-intro { color: var(--tsvh-muted); font-size: 18px; }

.tsvh-feature-news { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; border: 1px solid var(--tsvh-line); border-radius: 8px; background: #fff; box-shadow: 0 22px 60px rgba(3,31,21,.08); }
.tsvh-feature-media { position: relative; min-height: 610px; isolation: isolate; background: linear-gradient(145deg, #0c3526, #071b14); background-image: var(--tsvh-academy-image, none); background-size: cover; background-position: center; }
.tsvh-feature-media::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,25,18,.08) 25%, rgba(5,25,18,.92) 100%); }
.tsvh-feature-badge { position: absolute; top: 22px; left: 22px; padding: 10px 12px; background: var(--tsvh-green); color: #fff; font-size: 10px; font-weight: 950; letter-spacing: .15em; }
.tsvh-feature-media-copy { position: absolute; left: 28px; right: 28px; bottom: 28px; color: #fff; }
.tsvh-feature-media-copy strong { display: block; margin-bottom: 8px; font-size: 27px; line-height: 1.12; }
.tsvh-feature-media-copy span { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.45; }
.tsvh-feature-copy { padding: clamp(32px, 4vw, 56px); align-self: center; }
.tsvh-meta { display: block; margin-bottom: 15px; color: var(--tsvh-green-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tsvh-feature-copy h3 { margin-bottom: 20px; color: var(--tsvh-ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.02; letter-spacing: -.04em; font-weight: 950; }
.tsvh-feature-copy p { color: #44504b; font-size: 16px; line-height: 1.68; }
.tsvh-feature-copy .tsvh-lead { color: var(--tsvh-text); font-size: 18px; font-weight: 650; }
.tsvh-social-note { margin: 22px 0 0; padding: 16px 18px; border-left: 4px solid var(--tsvh-green); background: #f4f8f5; }
.tsvh-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 24px 0; }
.tsvh-facts span { padding: 15px 12px; border: 1px solid var(--tsvh-line); border-radius: 5px; background: #fff; }
.tsvh-facts b { display: block; color: var(--tsvh-ink); font-size: 21px; line-height: 1.1; }
.tsvh-facts small { display: block; margin-top: 4px; color: var(--tsvh-muted); font-size: 11px; }
.tsvh-feature-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.tsvh-partner-note { margin: 18px 0 0 !important; color: var(--tsvh-muted) !important; font-size: 13px !important; }
.tsvh-partner-note strong { color: var(--tsvh-green-dark); }

.tsvh-keeper-strip { margin-top: 24px; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--tsvh-ink); border-left: 5px solid var(--tsvh-green); border-radius: 7px; color: #fff; }
.tsvh-keeper-strip .tsvh-kicker { color: #76e5ac; }
.tsvh-keeper-strip h3 { margin: 5px 0 8px; color: #fff; font-size: 25px; }
.tsvh-keeper-strip p { margin-bottom: 0; color: rgba(255,255,255,.72); line-height: 1.5; }
.tsvh-keeper-strip .tsvh-btn { flex: 0 0 auto; }

.tsvh-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.tsvh-news-card { overflow: hidden; border: 1px solid var(--tsvh-line); border-radius: 7px; background: #fff; }
.tsvh-news-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #0a3022; }
.tsvh-news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.tsvh-news-card:hover .tsvh-news-image img { transform: scale(1.025); }
.tsvh-news-image > span { display: grid; place-items: center; height: 100%; color: rgba(255,255,255,.14); font-size: 74px; font-weight: 950; }
.tsvh-news-card-copy { padding: 22px; }
.tsvh-news-card-copy > span { color: var(--tsvh-green-dark); font-size: 11px; font-weight: 850; }
.tsvh-news-card-copy h3 { margin: 9px 0; font-size: 21px; line-height: 1.18; }
.tsvh-news-card-copy h3 a { color: var(--tsvh-ink) !important; }
.tsvh-news-card-copy p { color: var(--tsvh-muted); line-height: 1.52; }
.tsvh-text-link { color: var(--tsvh-green-dark) !important; font-weight: 850; }

.tsvh-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.tsvh-team-grid > a { position: relative; min-height: 235px; padding: 28px; border: 1px solid var(--tsvh-line); border-radius: 6px; background: #fff; color: var(--tsvh-ink) !important; box-shadow: 0 10px 30px rgba(4,35,23,.04); transition: transform .18s ease, border-color .18s ease; }
.tsvh-team-grid > a:hover { transform: translateY(-3px); border-color: #a9d9bf; }
.tsvh-team-grid small { display: block; color: var(--tsvh-green-dark); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.tsvh-team-grid strong { display: block; margin-top: 48px; font-size: 30px; letter-spacing: -.03em; }
.tsvh-team-grid span { display: block; margin-top: 8px; color: var(--tsvh-muted); }
.tsvh-team-grid i { position: absolute; right: 24px; top: 24px; color: var(--tsvh-green-dark); font-size: 19px; font-style: normal; }

.tsvh-club-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr); gap: 72px; align-items: end; }
.tsvh-club-head p { margin-bottom: 16px; color: var(--tsvh-muted); font-size: 18px; line-height: 1.65; }
.tsvh-history-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 36px; border: 1px solid var(--tsvh-line); background: var(--tsvh-line); }
.tsvh-history-grid > * { min-height: 132px; padding: 24px; background: #fff; color: var(--tsvh-text); }
.tsvh-history-grid b { display: block; color: var(--tsvh-green-dark); font-size: 24px; }
.tsvh-history-grid span { display: block; margin-top: 10px; color: var(--tsvh-muted); line-height: 1.4; }
.tsvh-history-grid a { color: var(--tsvh-ink) !important; }

.tsvh-arena { position: relative; isolation: isolate; min-height: 590px; display: flex; align-items: center; background: linear-gradient(120deg, #061a13, #0b3c2a); background-image: var(--tsvh-arena-image, none); background-size: cover; background-position: center; color: #fff; }
.tsvh-arena-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,19,13,.94), rgba(2,19,13,.66) 50%, rgba(2,19,13,.22)); }
.tsvh-arena-inner { padding: 82px 0; }
.tsvh-arena .tsvh-kicker { color: #79e4ae; }
.tsvh-arena h2 { color: #fff !important; }
.tsvh-arena p { max-width: 590px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.58; }
.tsvh-arena-address { margin: 28px 0; padding-left: 17px; border-left: 3px solid var(--tsvh-green); }
.tsvh-arena-address small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.62); }
.tsvh-arena-address strong { font-size: 18px; line-height: 1.5; }

.tsvh-sponsor-row { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.tsvh-sponsor-row p { max-width: 620px; color: var(--tsvh-muted); font-size: 17px; }

@media (max-width: 1060px) {
    .tsvh-quick-grid { grid-template-columns: repeat(2, 1fr); }
    .tsvh-quick-card:nth-child(2) { border-right: 0; }
    .tsvh-quick-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
    .tsvh-feature-news { grid-template-columns: 1fr; }
    .tsvh-feature-media { min-height: 430px; }
    .tsvh-club-head { grid-template-columns: 1fr; gap: 22px; }
    .tsvh-history-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    #tsvh-home .tsvh-wrap { width: min(100% - 34px, 820px); }
    .tsvh-team-grid, .tsvh-news-grid { grid-template-columns: 1fr; }
    .tsvh-sponsor-row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
    #tsvh-home .tsvh-wrap { width: calc(100% - 28px); }
    .tsvh-hero { min-height: 590px; background-position: 60% center; }
    .tsvh-hero-inner { padding: 58px 0 76px; }
    .tsvh-hero h1 { font-size: clamp(45px, 14vw, 68px); }
    .tsvh-hero p { font-size: 17px; }
    .tsvh-hero-tag { display: none; }
    .tsvh-actions .tsvh-btn { width: 100%; }
    .tsvh-section { padding: 66px 0; }
    .tsvh-section-head { align-items: flex-start; flex-direction: column; }
    .tsvh-quick-grid, .tsvh-history-grid { grid-template-columns: 1fr; }
    .tsvh-quick-card { min-height: 145px; border-right: 0 !important; border-left: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1); }
    .tsvh-quick-card small { margin-top: 22px; }
    .tsvh-feature-media { min-height: 330px; }
    .tsvh-feature-copy { padding: 28px 22px; }
    .tsvh-feature-copy h3 { font-size: 32px; }
    .tsvh-facts { grid-template-columns: repeat(2, 1fr); }
    .tsvh-keeper-strip { align-items: flex-start; flex-direction: column; padding: 24px 21px; }
    .tsvh-keeper-strip .tsvh-btn { width: 100%; }
    .tsvh-team-grid > a { min-height: 200px; }
    .tsvh-arena { min-height: 540px; }
    .tsvh-arena-inner { padding: 64px 0; }
}

/* 1.2.1 – The7 integration fixes: full width, no duplicate/sticky overlay, calmer Academy feature */
body.tsvh-layout-v12 #main,
body.tsvh-layout-v12 #main > .wf-wrap,
body.tsvh-layout-v12 #main .wf-container-main,
body.tsvh-layout-v12 #main .content,
body.tsvh-layout-v12 #content,
body.tsvh-layout-v12 .site-content,
body.tsvh-layout-v12 .content-area,
body.tsvh-layout-v12 .site-main {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.tsvh-layout-v12 #main .wf-container-main { display: block !important; }
body.tsvh-layout-v12 .page-title,
body.tsvh-layout-v12 .page-title-head,
body.tsvh-layout-v12 .page-title-container { display: none !important; }
body.tsvh-layout-v12 #phantom { display: none !important; }
body.tsvh-layout-v12 .masthead:not(#phantom) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}
body.tsvh-layout-v12 #tsvh-home {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}
body.tsvh-layout-v12 #tsvh-home .tsvh-wrap {
    width: min(1240px, calc(100% - 56px));
}
body.tsvh-layout-v12 .tsvh-hero { min-height: 610px; }
body.tsvh-layout-v12 .tsvh-hero-inner { padding-top: 76px; padding-bottom: 90px; }
body.tsvh-layout-v12 .tsvh-feature-news {
    grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
}
body.tsvh-layout-v12 .tsvh-feature-media {
    min-height: 500px;
    background-position: center 35%;
}
body.tsvh-layout-v12 .tsvh-feature-copy { padding: 40px 44px; }
body.tsvh-layout-v12 .tsvh-feature-copy h3 {
    max-width: 720px;
    font-size: clamp(30px, 3.15vw, 42px);
    line-height: 1.06;
}
body.tsvh-layout-v12 .tsvh-feature-copy p { line-height: 1.58; }
body.tsvh-layout-v12 .tsvh-feature-copy .tsvh-lead { font-size: 17px; }
body.tsvh-layout-v12 .tsvh-social-note {
    padding: 13px 15px;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
body.tsvh-layout-v12 .tsvh-facts { margin: 20px 0; }
body.tsvh-layout-v12 .tsvh-section { padding-top: 78px; padding-bottom: 78px; }

@media (max-width: 1100px) {
    body.tsvh-layout-v12 #tsvh-home .tsvh-wrap { width: min(100% - 38px, 980px); }
    body.tsvh-layout-v12 .tsvh-feature-news { grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); }
    body.tsvh-layout-v12 .tsvh-feature-copy { padding: 34px; }
}
@media (max-width: 860px) {
    body.tsvh-layout-v12 .tsvh-feature-news { grid-template-columns: 1fr; }
    body.tsvh-layout-v12 .tsvh-feature-media { min-height: 390px; }
}


/* 1.2.2 – Preview keeps home link, Academy feature calmer and less logo-heavy */
body.tsvh-layout-v12 .tsvh-feature-news {
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
    align-items: stretch;
}
body.tsvh-layout-v12 .tsvh-feature-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #081d15;
}
body.tsvh-layout-v12 .tsvh-feature-media::after {
    background: linear-gradient(180deg, rgba(5,25,18,.04) 0%, rgba(5,25,18,.78) 100%);
}
body.tsvh-layout-v12 .tsvh-feature-media-copy {
    left: 22px;
    right: 22px;
    bottom: 22px;
}
body.tsvh-layout-v12 .tsvh-feature-media-copy strong {
    font-size: 20px;
}
body.tsvh-layout-v12 .tsvh-feature-media-copy span {
    font-size: 13px;
}
body.tsvh-layout-v12 .tsvh-feature-copy {
    padding: 34px 38px;
}
@media (max-width: 1100px) {
    body.tsvh-layout-v12 .tsvh-feature-news {
        grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
    }
}
@media (max-width: 860px) {
    body.tsvh-layout-v12 .tsvh-feature-news {
        grid-template-columns: 1fr;
    }
    body.tsvh-layout-v12 .tsvh-feature-media {
        aspect-ratio: 16 / 10;
        background-size: contain;
    }
}
