:root {
    --tsvh-green: #0bb35f;
    --tsvh-green-dark: #078c4a;
    --tsvh-ink: #071f17;
    --tsvh-ink-2: #0d2c22;
    --tsvh-soft: #f3f6f4;
    --tsvh-white: #ffffff;
    --tsvh-text: #15211d;
    --tsvh-muted: #66736d;
    --tsvh-line: #dce4e0;
}

body.tsvh-new-home-active { overflow-x: hidden; }
body.tsvh-new-home-active .site-content,
body.tsvh-new-home-active #content,
body.tsvh-new-home-active .content-area,
body.tsvh-new-home-active .container,
body.tsvh-new-home-active .site-main {
    max-width: none;
}

#tsvh-home, #tsvh-home * { box-sizing: border-box; }
#tsvh-home {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--tsvh-white);
    color: var(--tsvh-text);
    font-family: inherit;
}
#tsvh-home a { text-decoration: none; }
#tsvh-home h1, #tsvh-home h2, #tsvh-home h3, #tsvh-home p { margin-top: 0; }
#tsvh-home .tsvh-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.tsvh-hero {
    position: relative;
    min-height: clamp(590px, 72vh, 780px);
    display: flex;
    align-items: center;
    isolation: isolate;
    background: linear-gradient(115deg, #061c14 0%, #0a3324 60%, #0b472f 100%);
    background-image: var(--tsvh-hero-image, none);
    background-size: cover;
    background-position: center center;
    color: white;
}
.tsvh-hero-overlay {
    position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(90deg, rgba(2,20,13,.94) 0%, rgba(2,20,13,.79) 38%, rgba(2,20,13,.36) 68%, rgba(2,20,13,.24) 100%);
}
.tsvh-hero:not(.has-image) .tsvh-hero-overlay { background: radial-gradient(circle at 72% 48%, rgba(11,179,95,.24), transparent 33%), linear-gradient(115deg, #061c14 0%, #0c3828 100%); }
.tsvh-hero-inner { padding: 74px 0 96px; }
.tsvh-eyebrow, .tsvh-kicker { font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.tsvh-eyebrow { display: flex; gap: 12px; align-items: center; margin-bottom: 24px; }
.tsvh-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--tsvh-green); }
.tsvh-hero h1 { max-width: 860px; margin-bottom: 22px; font-size: clamp(52px, 7.1vw, 94px); line-height: .94; letter-spacing: -.055em; font-weight: 900; color: #fff; }
.tsvh-hero h1 em { font-style: normal; color: #27d778; }
.tsvh-hero p { max-width: 630px; margin-bottom: 30px; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; color: rgba(255,255,255,.89); }
.tsvh-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.tsvh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 22px; border-radius: 4px; font-size: 14px; line-height: 1; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.tsvh-btn:hover { transform: translateY(-2px); }
.tsvh-btn-green { background: var(--tsvh-green); color: #fff !important; box-shadow: 0 12px 30px rgba(11,179,95,.23); }
.tsvh-btn-green:hover { background: var(--tsvh-green-dark); }
.tsvh-btn-ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.46); background: rgba(255,255,255,.06); }
.tsvh-btn-light { background: #fff; color: var(--tsvh-ink) !important; }
.tsvh-btn-dark { background: var(--tsvh-ink); color: #fff !important; }
.tsvh-hero-tag { position: absolute; right: 30px; bottom: 24px; font-weight: 800; letter-spacing: .06em; color: rgba(255,255,255,.68); }

.tsvh-section-dark { background: var(--tsvh-ink); color: #fff; }
.tsvh-quick { border-top: 1px solid rgba(255,255,255,.07); }
.tsvh-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.tsvh-quick-card { min-height: 190px; position: relative; padding: 32px 34px; color: #fff !important; border-right: 1px solid rgba(255,255,255,.11); transition: background .2s ease; }
.tsvh-quick-card:last-child { border-right: 0; }
.tsvh-quick-card:hover { background: rgba(11,179,95,.12); }
.tsvh-quick-card .tsvh-num { position: absolute; right: 24px; top: 18px; color: rgba(255,255,255,.15); font-size: 46px; font-weight: 900; }
.tsvh-quick-card small { display: block; margin: 44px 0 7px; color: #64d99b; letter-spacing: .12em; font-weight: 800; }
.tsvh-quick-card strong { display: block; max-width: 270px; font-size: 21px; line-height: 1.25; }
.tsvh-quick-card i { position: absolute; right: 26px; bottom: 25px; font-style: normal; color: #64d99b; font-size: 20px; }

.tsvh-section { padding: 92px 0; }
.tsvh-section-soft { background: var(--tsvh-soft); }
.tsvh-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.tsvh-section-head > a { color: var(--tsvh-green-dark); font-weight: 800; }
.tsvh-kicker { display: inline-block; color: var(--tsvh-green-dark); margin-bottom: 10px; }
.tsvh-section h2, .tsvh-arena h2 { margin-bottom: 12px; color: var(--tsvh-ink); font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.04em; font-weight: 900; }
.tsvh-section h2 em { font-style: normal; color: var(--tsvh-green); }
.tsvh-section-intro { max-width: 680px; color: var(--tsvh-muted); font-size: 18px; }

.tsvh-feature-news { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 560px; border: 1px solid var(--tsvh-line); border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 20px 60px rgba(4,35,23,.08); }
.tsvh-feature-media { position: relative; min-height: 520px; background: linear-gradient(145deg, #082119 0%, #0d5136 100%); background-image: var(--tsvh-academy-image, none); background-size: cover; background-position: center; }
.tsvh-feature-media:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,20,13,.08), rgba(2,20,13,.82)); }
.tsvh-feature-media:not(.has-image):before { content: 'TITANS'; position: absolute; inset: auto 22px 80px 22px; color: rgba(255,255,255,.08); font-size: clamp(70px, 11vw, 150px); font-weight: 900; letter-spacing: -.06em; }
.tsvh-feature-badge { position: absolute; z-index: 2; top: 24px; left: 24px; background: var(--tsvh-green); color: #fff; padding: 10px 12px; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.tsvh-feature-media-copy { position: absolute; z-index: 2; bottom: 28px; left: 28px; right: 28px; color: #fff; }
.tsvh-feature-media-copy strong { display: block; font-size: 25px; line-height: 1.15; margin-bottom: 6px; }
.tsvh-feature-media-copy span { color: rgba(255,255,255,.75); }
.tsvh-feature-copy { padding: clamp(32px, 5vw, 58px); align-self: center; }
.tsvh-meta { display: block; margin-bottom: 16px; color: var(--tsvh-green-dark); font-weight: 800; font-size: 13px; }
.tsvh-feature-copy h3 { margin-bottom: 20px; color: var(--tsvh-ink); font-size: clamp(32px, 4vw, 48px); line-height: 1.02; letter-spacing: -.035em; font-weight: 900; }
.tsvh-feature-copy p { color: #44514b; font-size: 16px; line-height: 1.72; }
.tsvh-feature-copy .tsvh-lead { color: var(--tsvh-text); font-size: 18px; font-weight: 600; }
.tsvh-offer-pills { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.tsvh-offer-pills a { color: var(--tsvh-ink) !important; background: var(--tsvh-soft); border: 1px solid var(--tsvh-line); border-radius: 999px; padding: 10px 14px; font-size: 13px; font-weight: 700; }
.tsvh-offer-pills b { color: var(--tsvh-green-dark); }
.tsvh-feature-actions { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; margin-top: 24px; }
.tsvh-text-link { color: var(--tsvh-green-dark) !important; font-weight: 800; }

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

.tsvh-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.tsvh-news-card { border: 1px solid var(--tsvh-line); background: #fff; border-radius: 7px; overflow: hidden; }
.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,.12); font-size: 80px; font-weight: 900; }
.tsvh-news-card-copy { padding: 24px; }
.tsvh-news-card-copy > span { color: var(--tsvh-green-dark); font-size: 12px; font-weight: 800; }
.tsvh-news-card-copy h3 { margin: 10px 0 10px; font-size: 22px; 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.55; }

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

.tsvh-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); gap: 80px; align-items: center; }
.tsvh-club-story p { max-width: 680px; color: var(--tsvh-muted); font-size: 18px; line-height: 1.65; }
.tsvh-history { display: grid; gap: 10px; margin-top: 34px; }
.tsvh-history span { display: grid; grid-template-columns: 78px 1fr; gap: 18px; align-items: center; padding: 15px 0; border-top: 1px solid var(--tsvh-line); color: #46534d; }
.tsvh-history span:last-child { border-bottom: 1px solid var(--tsvh-line); }
.tsvh-history b { color: var(--tsvh-green-dark); font-size: 22px; }
.tsvh-academy-callout { padding: 40px; background: var(--tsvh-ink); color: #fff; border-radius: 8px; }
.tsvh-academy-callout h3 { margin: 6px 0 12px; color: #fff; font-size: 40px; letter-spacing: -.04em; }
.tsvh-academy-callout p { color: rgba(255,255,255,.72); }
.tsvh-mini-facts { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0 28px; }
.tsvh-mini-facts span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.16); color: #fff; font-size: 12px; font-weight: 800; }

.tsvh-arena { position: relative; isolation: isolate; min-height: 610px; 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,.93), rgba(2,19,13,.65) 48%, rgba(2,19,13,.2)); }
.tsvh-arena-inner { padding: 84px 0; }
.tsvh-arena .tsvh-kicker { color: #78e5ae; }
.tsvh-arena h2 { color: #fff; }
.tsvh-arena p { max-width: 600px; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.6; }
.tsvh-arena-address { margin: 30px 0; padding-left: 18px; border-left: 3px solid var(--tsvh-green); }
.tsvh-arena-address small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.6); }
.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: 980px) {
    #tsvh-home .tsvh-wrap { width: min(100% - 34px, 860px); }
    .tsvh-quick-grid, .tsvh-team-grid, .tsvh-news-grid { grid-template-columns: 1fr; }
    .tsvh-quick-card { min-height: 146px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
    .tsvh-quick-card small { margin-top: 26px; }
    .tsvh-feature-news, .tsvh-split { grid-template-columns: 1fr; }
    .tsvh-feature-media { min-height: 430px; }
    .tsvh-split { gap: 34px; }
    .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: 610px; background-position: 62% center; }
    .tsvh-hero-inner { padding: 58px 0 80px; }
    .tsvh-hero h1 { font-size: clamp(46px, 14vw, 70px); line-height: .96; }
    .tsvh-hero p { font-size: 17px; }
    .tsvh-hero-tag { display: none; }
    .tsvh-section { padding: 68px 0; }
    .tsvh-section-head { align-items: flex-start; flex-direction: column; }
    .tsvh-feature-copy { padding: 30px 24px; }
    .tsvh-feature-copy h3 { font-size: 32px; }
    .tsvh-feature-media { min-height: 340px; }
    .tsvh-keeper-strip { align-items: flex-start; flex-direction: column; padding: 26px 22px; }
    .tsvh-keeper-strip .tsvh-btn { width: 100%; }
    .tsvh-team-grid > a { min-height: 210px; }
    .tsvh-academy-callout { padding: 30px 24px; }
    .tsvh-arena { min-height: 560px; }
    .tsvh-arena-inner { padding: 68px 0; }
    .tsvh-actions .tsvh-btn { width: 100%; }
}
