/*
Theme Name: Taleem House School
Theme URI: https://taleemhouseschool.com/
Author: Taleem House School
Description: A professional, responsive school website theme designed for long-term institutional use, admissions, careers, portals, news, events, policies, and Google Workspace for Education readiness.
Version: 3.0.8
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: taleem-house-school
License: GPL-2.0-or-later
*/

:root {
  --ths-navy: #0b1f3a;
  --ths-blue: #164c8c;
  --ths-blue-2: #1f6fba;
  --ths-gold: #d3a33f;
  --ths-ink: #172033;
  --ths-muted: #607087;
  --ths-bg: #f5f7fb;
  --ths-card: #ffffff;
  --ths-line: #dfe5ee;
  --ths-success: #1f7a58;
  --ths-radius: 18px;
  --ths-shadow: 0 18px 55px rgba(11,31,58,.10);
  --ths-max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ths-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--ths-blue); text-decoration: none; }
a:hover { color: var(--ths-navy); }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed !important; top: 12px; left: 12px; z-index: 99999;
  width: auto; height: auto; padding: 12px 16px; margin: 0;
  clip: auto; background: #fff; color: #000; border-radius: 8px; box-shadow: var(--ths-shadow);
}

.ths-container { width: min(calc(100% - 36px), var(--ths-max)); margin-inline: auto; }
.ths-section { padding: 84px 0; }
.ths-section--soft { background: var(--ths-bg); }
.ths-section--navy { background: var(--ths-navy); color: #fff; }
.ths-grid { display: grid; gap: 28px; }
.ths-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ths-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ths-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ths-stack > * + * { margin-top: 18px; }

.ths-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ths-blue);
}
.ths-kicker::before { content: ""; width: 28px; height: 2px; background: var(--ths-gold); border-radius: 99px; }
.ths-section--navy .ths-kicker { color: #dbe8ff; }
.ths-section-title { margin: 10px 0 12px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.035em; color: var(--ths-navy); }
.ths-section--navy .ths-section-title { color: #fff; }
.ths-lead { max-width: 760px; font-size: 1.08rem; color: var(--ths-muted); }
.ths-section--navy .ths-lead { color: #cbd8e8; }

.ths-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 0 20px; border-radius: 999px;
  border: 1px solid transparent; font-weight: 800; transition: .2s ease;
}
.ths-btn:hover { transform: translateY(-2px); }
.ths-btn--primary { background: var(--ths-gold); color: #172033; box-shadow: 0 12px 30px rgba(211,163,63,.24); }
.ths-btn--primary:hover { color: #172033; filter: brightness(.96); }
.ths-btn--dark { background: var(--ths-navy); color: #fff; }
.ths-btn--dark:hover { color: #fff; background: #102a4c; }
.ths-btn--outline { border-color: rgba(255,255,255,.5); color: #fff; }
.ths-btn--outline:hover { color: #fff; background: rgba(255,255,255,.08); }
.ths-btn--light { background: #fff; color: var(--ths-navy); border-color: var(--ths-line); }

/* Header */
.ths-topbar { background: #07172b; color: #d5dfeb; font-size: .86rem; }
.ths-topbar__inner { display: flex; gap: 22px; justify-content: space-between; align-items: center; min-height: 38px; }
.ths-topbar__group { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.ths-topbar a { color: #fff; opacity: .9; }
.ths-topbar a:hover { opacity: 1; color: #fff; }

.ths-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(223,229,238,.9); }
.ths-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; }
.ths-brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.ths-brand .custom-logo { width: 54px; max-height: 54px; object-fit: contain; }
.ths-brand__mark {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--ths-navy), var(--ths-blue)); color: #fff; font-weight: 900; letter-spacing: -.04em;
}
.ths-brand__name { display: block; color: var(--ths-navy); font-weight: 900; line-height: 1.08; font-size: 1.02rem; }
.ths-brand__tag { display: block; color: var(--ths-muted); font-size: .73rem; margin-top: 4px; }

.ths-nav { display: flex; align-items: center; gap: 6px; }
.ths-nav ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 2px; }
.ths-nav li { position: relative; }
.ths-nav a { display: block; padding: 12px 11px; color: var(--ths-ink); font-weight: 750; font-size: .9rem; border-radius: 10px; }
.ths-nav a:hover, .ths-nav .current-menu-item > a, .ths-nav .current_page_item > a { background: var(--ths-bg); color: var(--ths-blue); }
.ths-nav .sub-menu {
  display: none; position: absolute; top: calc(100% + 7px); left: 0; min-width: 240px;
  padding: 10px; background: #fff; border: 1px solid var(--ths-line); border-radius: 14px; box-shadow: var(--ths-shadow);
}
.ths-nav .sub-menu a { padding: 10px 12px; }
.ths-nav li:hover > .sub-menu, .ths-nav li:focus-within > .sub-menu { display: block; }
.ths-header__actions { display: flex; align-items: center; gap: 10px; }
.ths-menu-toggle { display: none; border: 1px solid var(--ths-line); background: #fff; border-radius: 12px; width: 46px; height: 46px; cursor: pointer; }
.ths-menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ths-navy); margin: 4px auto; }

/* Hero */
.ths-hero {
  position: relative; overflow: hidden; background: var(--ths-navy); color: #fff;
}
.ths-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(31,111,186,.55), transparent 35%),
    radial-gradient(circle at 70% 90%, rgba(211,163,63,.18), transparent 32%),
    linear-gradient(120deg, rgba(7,23,43,.28), rgba(7,23,43,.72));
  z-index: 0;
}
.ths-hero.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,23,43,.97) 0%, rgba(7,23,43,.84) 43%, rgba(7,23,43,.48) 67%, rgba(7,23,43,.22) 100%); z-index: 1; }
.ths-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; opacity: .82; }
.ths-hero__inner { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; padding: 90px 0; }
.ths-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #d8e6f6; font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; }
.ths-hero__eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--ths-gold); }
.ths-hero h1 { margin: 0; max-width: 820px; font-size: clamp(3rem, 6vw, 5.65rem); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.ths-hero__lead { max-width: 720px; margin: 24px 0 30px; color: #d6e1ed; font-size: clamp(1.05rem, 2vw, 1.22rem); }
.ths-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.ths-hero__panel {
  justify-self: end; width: min(100%, 410px); padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px;
  background: rgba(255,255,255,.08); backdrop-filter: blur(14px); box-shadow: 0 24px 80px rgba(0,0,0,.22);
}
.ths-hero__panel-title { margin: 0 0 16px; font-size: 1.05rem; }
.ths-quicklinks { display: grid; gap: 10px; }
.ths-quicklink { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #fff; padding: 14px 15px; border-radius: 14px; background: rgba(255,255,255,.08); }
.ths-quicklink:hover { color: #fff; background: rgba(255,255,255,.14); }
.ths-quicklink small { display: block; color: #c7d4e3; font-size: .76rem; margin-top: 2px; }

/* Cards */
.ths-card { background: #fff; border: 1px solid var(--ths-line); border-radius: var(--ths-radius); padding: 28px; box-shadow: 0 8px 30px rgba(11,31,58,.05); }
.ths-card--hover { transition: .22s ease; }
.ths-card--hover:hover { transform: translateY(-5px); box-shadow: var(--ths-shadow); border-color: #cfd9e7; }
.ths-icon {
  width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px;
  color: var(--ths-blue); background: #eaf2fb; margin-bottom: 18px; font-weight: 900;
}
.ths-card h3 { margin: 0 0 10px; color: var(--ths-navy); font-size: 1.18rem; }
.ths-card p { margin: 0; color: var(--ths-muted); }
.ths-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-weight: 800; }

.ths-feature {
  overflow: hidden; min-height: 300px; position: relative; display: flex; align-items: end; padding: 28px;
  background: linear-gradient(145deg, var(--ths-blue), var(--ths-navy)); color: #fff;
  border-radius: 24px; box-shadow: var(--ths-shadow);
}
.ths-feature::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.22), transparent 25%), linear-gradient(0deg, rgba(7,23,43,.75), rgba(7,23,43,.05)); }
.ths-feature.has-thumb { background-size: cover; background-position: center; }
.ths-feature__content { position: relative; z-index: 1; }
.ths-feature h3 { margin: 0 0 9px; font-size: 1.65rem; }
.ths-feature p { margin: 0; color: #d7e2ee; }

.ths-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; overflow: hidden; }
.ths-stat { padding: 28px; background: rgba(255,255,255,.06); }
.ths-stat strong { display: block; font-size: 2rem; line-height: 1; color: #fff; }
.ths-stat span { display: block; margin-top: 8px; color: #c7d4e3; font-size: .9rem; }

/* News / events */
.ths-post-list { display: grid; gap: 14px; }
.ths-post-item { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 20px; border: 1px solid var(--ths-line); border-radius: 16px; background: #fff; }
.ths-post-date { width: 92px; min-height: 76px; display: grid; place-items: center; align-content: center; background: var(--ths-bg); border-radius: 12px; color: var(--ths-navy); text-align: center; }
.ths-post-date strong { font-size: 1.5rem; line-height: 1; }
.ths-post-date span { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; margin-top: 5px; color: var(--ths-muted); }
.ths-post-item h3 { margin: 0 0 7px; font-size: 1.05rem; color: var(--ths-navy); }
.ths-post-item p { margin: 0; color: var(--ths-muted); font-size: .94rem; }

/* Page */
.ths-page-hero { background: linear-gradient(135deg, var(--ths-navy), #123f71); color: #fff; padding: 86px 0 70px; }
.ths-page-hero h1 { margin: 8px 0 10px; font-size: clamp(2.5rem,5vw,4.4rem); line-height: 1; letter-spacing: -.045em; }
.ths-page-hero p { max-width: 760px; color: #d4e0ed; margin: 0; font-size: 1.08rem; }
.ths-content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 52px; align-items: start; }
.ths-content { font-size: 1.04rem; }
.ths-content h2, .ths-content h3, .ths-content h4 { color: var(--ths-navy); line-height: 1.18; }
.ths-content h2 { margin-top: 42px; font-size: 2rem; }
.ths-content h3 { margin-top: 30px; font-size: 1.45rem; }
.ths-content blockquote { margin: 30px 0; padding: 20px 24px; border-left: 4px solid var(--ths-gold); background: var(--ths-bg); border-radius: 0 14px 14px 0; }
.ths-content table { width: 100%; border-collapse: collapse; }
.ths-content th, .ths-content td { border: 1px solid var(--ths-line); padding: 12px; text-align: left; }
.ths-sidebar { position: sticky; top: 110px; }
.ths-sidebar .ths-card + .ths-card { margin-top: 18px; }

.ths-placeholder {
  padding: 18px 20px; border: 1px dashed #aebbd0; border-radius: 14px; background: #f8fafc; color: #55647a;
}
.ths-placeholder strong { color: var(--ths-navy); }

/* Forms */
.ths-form { display: grid; gap: 16px; }
.ths-field { display: grid; gap: 7px; }
.ths-field label { font-weight: 800; color: var(--ths-navy); }
.ths-field input, .ths-field textarea, .ths-field select {
  width: 100%; border: 1px solid #ccd6e3; border-radius: 12px; padding: 12px 14px; background: #fff; color: var(--ths-ink);
}
.ths-field input:focus, .ths-field textarea:focus, .ths-field select:focus { outline: 3px solid rgba(31,111,186,.16); border-color: var(--ths-blue-2); }
.ths-alert { padding: 14px 16px; border-radius: 12px; background: #edf8f3; color: #145d42; border: 1px solid #bfe5d4; margin-bottom: 18px; }
.ths-alert--error { background: #fff3f3; color: #8c2525; border-color: #efcaca; }

/* Portals */
.ths-portal-card { position: relative; overflow: hidden; }
.ths-portal-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: #eef4fb; right: -50px; top: -50px; }
.ths-portal-card > * { position: relative; z-index: 1; }
.ths-status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; font-size: .75rem; font-weight: 800; background: #f1f4f8; color: #5d6b7d; }
.ths-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #8b98aa; }
.ths-status--live { background: #e9f7f1; color: #1f6b50; }
.ths-status--live::before { background: var(--ths-success); }

/* CTA */
.ths-cta { position: relative; overflow: hidden; border-radius: 28px; padding: 46px; background: linear-gradient(135deg, var(--ths-blue), var(--ths-navy)); color: #fff; box-shadow: var(--ths-shadow); }
.ths-cta::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.06); right: -80px; top: -130px; }
.ths-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ths-cta h2 { margin: 0 0 8px; font-size: clamp(1.8rem,3vw,2.6rem); }
.ths-cta p { margin: 0; color: #d6e1ed; max-width: 680px; }

/* Footer */
.ths-footer { background: #07172b; color: #c8d4e2; }
.ths-footer__main { padding: 70px 0 50px; display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.1fr; gap: 42px; }
.ths-footer h3, .ths-footer h4 { color: #fff; margin-top: 0; }
.ths-footer ul { list-style: none; padding: 0; margin: 0; }
.ths-footer li + li { margin-top: 9px; }
.ths-footer a { color: #c8d4e2; }
.ths-footer a:hover { color: #fff; }
.ths-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: .84rem; }
.ths-footer__bottom-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }

/* WordPress */
.alignwide { width: min(1200px, calc(100vw - 36px)); margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: var(--ths-muted); }

@media (max-width: 1080px) {
  .ths-header__actions .ths-btn { display: none; }
  .ths-nav { position: fixed; inset: 117px 18px auto 18px; display: none; padding: 14px; background: #fff; border: 1px solid var(--ths-line); border-radius: 18px; box-shadow: var(--ths-shadow); max-height: calc(100vh - 145px); overflow: auto; }
  .ths-nav.is-open { display: block; }
  .ths-nav ul { display: block; }
  .ths-nav a { padding: 12px 10px; }
  .ths-nav .sub-menu { position: static; display: block; box-shadow: none; border: 0; padding: 0 0 0 16px; }
  .ths-menu-toggle { display: inline-block; }
  .ths-hero__inner { grid-template-columns: 1fr; min-height: auto; }
  .ths-hero__panel { justify-self: start; width: 100%; max-width: 700px; }
  .ths-footer__main { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 800px) {
  .ths-topbar__inner { padding: 8px 0; }
  .ths-topbar__group:last-child { display: none; }
  .ths-header__inner { min-height: 72px; }
  .ths-nav { top: 111px; }
  .ths-section { padding: 64px 0; }
  .ths-grid--2, .ths-grid--3, .ths-grid--4 { grid-template-columns: 1fr; }
  .ths-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ths-content-wrap { grid-template-columns: 1fr; }
  .ths-sidebar { position: static; }
  .ths-cta__inner { display: block; }
  .ths-cta__inner .ths-btn { margin-top: 22px; }
}

@media (max-width: 560px) {
  .ths-container { width: min(calc(100% - 24px), var(--ths-max)); }
  .ths-topbar { display: none; }
  .ths-nav { top: 84px; inset-inline: 12px; }
  .ths-brand__tag { display: none; }
  .ths-brand { min-width: 0; }
  .ths-hero__inner { padding: 70px 0; gap: 34px; }
  .ths-hero h1 { font-size: clamp(2.7rem, 16vw, 4.3rem); }
  .ths-hero__buttons .ths-btn { width: 100%; }
  .ths-hero__panel { padding: 18px; }
  .ths-stats { grid-template-columns: 1fr; }
  .ths-post-item { grid-template-columns: 70px 1fr; gap: 12px; padding: 14px; }
  .ths-post-date { width: 70px; min-height: 68px; }
  .ths-cta { padding: 30px 24px; }
  .ths-footer__main { grid-template-columns: 1fr; }
  .ths-footer__bottom-inner { display: block; }
  .ths-footer__bottom-inner > * + * { margin-top: 8px; }
}

/* ===== Version 2 homepage ===== */
.ths-hero__copy { max-width: 800px; }
.ths-highlights { position: relative; z-index: 6; margin-top: -58px; padding-bottom: 34px; }
.ths-highlight-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); background: #fff; border: 1px solid var(--ths-line); border-radius: 22px; box-shadow: 0 22px 60px rgba(7,23,43,.13); overflow: hidden; }
.ths-highlight { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; padding: 24px 26px; position: relative; }
.ths-highlight + .ths-highlight { border-left: 1px solid var(--ths-line); }
.ths-highlight__icon { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--ths-navy); color: #fff; font-weight: 900; font-size: 1.1rem; }
.ths-highlight strong { display: block; color: var(--ths-navy); font-size: 1.9rem; line-height: 1; letter-spacing: -.04em; }
.ths-highlight span:not(.ths-highlight__icon) { display: block; margin-top: 5px; color: var(--ths-ink); font-weight: 800; }
.ths-highlight small { display: block; margin-top: 4px; color: var(--ths-muted); font-size: .77rem; }

.ths-section--presence { padding-top: 72px; }
.ths-section-heading--center { max-width: 850px; margin: 0 auto 38px; text-align: center; }
.ths-section-heading--center .ths-lead { margin-inline: auto; }
.ths-location-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.ths-location-card { min-height: 270px; position: relative; overflow: hidden; border-radius: 24px; border: 1px solid var(--ths-line); background: linear-gradient(145deg,#fff,#f3f7fc); box-shadow: 0 14px 38px rgba(7,23,43,.07); padding: 26px; }
.ths-location-card::after { content:""; position:absolute; width:180px; height:180px; border-radius:50%; right:-85px; top:-75px; background:linear-gradient(145deg,rgba(31,111,186,.16),rgba(211,163,63,.14)); }
.ths-location-card__number { color: var(--ths-gold); font-weight: 900; letter-spacing: .12em; font-size: .78rem; }
.ths-location-card__body { position: relative; z-index: 1; padding-top: 54px; }
.ths-location-card__body > span { color: var(--ths-muted); text-transform: uppercase; font-size: .74rem; letter-spacing: .1em; font-weight: 850; }
.ths-location-card h3 { margin: 7px 0 10px; color: var(--ths-navy); font-size: 2rem; }
.ths-location-card p { margin: 0 0 20px; color: var(--ths-muted); }
.ths-location-card a { font-weight: 850; }
.ths-location-card__tag { display:inline-flex; align-items:center; min-height:28px; padding:0 10px; border-radius:999px; background:#eaf2fb; color:var(--ths-blue); font-size:.7rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; margin:8px 0 2px; }
.ths-campus-meta { display:grid; gap:12px; margin-top:18px; }
.ths-campus-meta__row { display:grid; grid-template-columns:88px 1fr; gap:12px; align-items:start; padding-top:12px; border-top:1px solid var(--ths-line); }
.ths-campus-meta__row span { color:var(--ths-muted); font-size:.72rem; font-weight:850; text-transform:uppercase; letter-spacing:.06em; }
.ths-campus-meta__row strong, .ths-campus-meta__row a { color:var(--ths-navy); font-size:.92rem; font-weight:750; overflow-wrap:anywhere; }
.ths-campus-meta__row a:hover { color:var(--ths-blue); }

.ths-intro-grid { align-items: end; margin-bottom: 34px; }
.ths-values-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.ths-value-card { background:#fff; border:1px solid var(--ths-line); border-radius:20px; padding:26px; min-height:240px; box-shadow:0 10px 28px rgba(7,23,43,.05); }
.ths-value-card > span { display:inline-flex; align-items:center; justify-content:center; min-width:40px; height:30px; padding:0 10px; border-radius:999px; background:#eef4fb; color:var(--ths-blue); font-size:.72rem; font-weight:900; }
.ths-value-card h3 { color:var(--ths-navy); margin:52px 0 10px; font-size:1.25rem; }
.ths-value-card p { margin:0; color:var(--ths-muted); }

.ths-official-grid { align-items:center; }
.ths-profile-panel { background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16); border-radius:22px; overflow:hidden; }
.ths-profile-panel > div { display:grid; grid-template-columns:140px 1fr; gap:18px; align-items:center; padding:18px 22px; }
.ths-profile-panel > div + div { border-top:1px solid rgba(255,255,255,.1); }
.ths-profile-panel span { color:#9fb1c7; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.ths-profile-panel strong { color:#fff; }

.ths-access-grid { gap:24px; }
.ths-access-card { border-radius:26px; padding:38px; background:#fff; border:1px solid var(--ths-line); box-shadow:0 15px 38px rgba(7,23,43,.07); }
.ths-access-card--blue { background:linear-gradient(135deg,var(--ths-blue),var(--ths-navy)); color:#fff; border-color:transparent; }
.ths-access-card h2 { margin:10px 0 12px; color:var(--ths-navy); font-size:clamp(1.8rem,3vw,2.6rem); }
.ths-access-card--blue h2 { color:#fff; }
.ths-access-card p { color:var(--ths-muted); margin:0 0 24px; }
.ths-access-card--blue p { color:#d6e1ed; }
.ths-access-card .ths-kicker { display:block; }

@media (max-width: 1080px) {
  .ths-highlight-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ths-highlight:nth-child(3) { border-left: 0; border-top: 1px solid var(--ths-line); }
  .ths-highlight:nth-child(4) { border-top: 1px solid var(--ths-line); }
  .ths-location-grid { grid-template-columns: 1fr; }
  .ths-values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 800px) {
  .ths-highlights { margin-top: -32px; }
  .ths-highlight { padding: 20px; }
  .ths-profile-panel > div { grid-template-columns: 1fr; gap: 5px; }
}
@media (max-width: 560px) {
  .ths-highlights { margin-top: 0; padding: 18px 0 0; background: var(--ths-navy); }
  .ths-highlight-grid { grid-template-columns: 1fr; border-radius: 18px; }
  .ths-highlight + .ths-highlight { border-left: 0; border-top: 1px solid var(--ths-line); }
  .ths-values-grid { grid-template-columns: 1fr; }
  .ths-location-card { min-height: 230px; }
  .ths-access-card { padding: 28px 24px; }
}


/* ===== Version 2.2 leadership story ===== */
.ths-director-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(31,111,186,.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}
.ths-director-section::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  left: -260px;
  bottom: -280px;
  background: rgba(211,163,63,.09);
  pointer-events: none;
}
.ths-director-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
.ths-director-photo-wrap {
  position: relative;
  padding: 14px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--ths-line);
  box-shadow: 0 28px 70px rgba(7,23,43,.13);
}
.ths-director-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto 34px -14px 34px;
  height: 28px;
  border-radius: 999px;
  background: rgba(7,23,43,.08);
  filter: blur(14px);
  z-index: -1;
}
.ths-director-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.ths-director-copy { max-width: 720px; }
.ths-director-copy .ths-kicker { margin-bottom: 12px; }
.ths-director-copy h2 {
  margin: 0;
  color: var(--ths-navy);
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.ths-director-quote {
  position: relative;
  margin: 30px 0 0;
  padding: 30px 0 0 30px;
  border-top: 1px solid var(--ths-line);
}
.ths-director-quote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--ths-gold);
  font-family: Georgia, serif;
  font-size: 3.9rem;
  line-height: 1;
}
.ths-director-quote p {
  margin: 0 0 18px;
  color: #43546a;
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 1.8;
}
.ths-director-signature {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--ths-line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.ths-director-signature strong {
  color: var(--ths-navy);
  font-size: 1.2rem;
}
.ths-director-signature span {
  color: var(--ths-muted);
  font-weight: 700;
}
.ths-scroll-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1);
}
.ths-scroll-reveal[data-reveal="left"] { transform: translateX(-42px); }
.ths-scroll-reveal[data-reveal="right"] { transform: translateX(42px); }
.ths-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}
@media (prefers-reduced-motion: reduce) {
  .ths-scroll-reveal { opacity: 1; transform: none; transition: none; }
}
@media (max-width: 900px) {
  .ths-director-grid { grid-template-columns: 1fr; }
  .ths-director-photo-wrap { max-width: 760px; margin-inline: auto; }
  .ths-director-copy { max-width: 760px; }
}
@media (max-width: 560px) {
  .ths-director-photo-wrap { padding: 8px; border-radius: 22px; }
  .ths-director-photo { border-radius: 16px; }
  .ths-director-quote { padding-left: 22px; }
}

/* ========================================================================== 
   Version 3.0 — consolidated visual system
   ========================================================================== */
:root {
  --ths-navy-950: #061427;
  --ths-navy-900: #0a1d37;
  --ths-navy-800: #102d50;
  --ths-red: #9d1f2d;
  --ths-red-soft: #c5414f;
  --ths-gold-2: #e4b957;
  --ths-cream: #fffaf0;
  --ths-sky: #eaf3fb;
  --ths-ease: cubic-bezier(.2,.7,.2,1);
}

/* Site-wide refinements */
body { background: #fff; overflow-x: hidden; }
.ths-container { width: min(calc(100% - 44px), 1240px); }
.ths-topbar { background: linear-gradient(90deg, #07172b 0%, #0d294b 100%); }
.ths-topbar__inner { min-height: 40px; }
.ths-topbar__group { gap: 22px; }
.ths-topbar__group > * { position: relative; }
.ths-topbar__group:first-child > * + *::before { content: ""; position: absolute; left: -12px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.38); transform: translateY(-50%); }
.ths-header { transition: min-height .25s var(--ths-ease), box-shadow .25s var(--ths-ease), background .25s var(--ths-ease); }
.ths-header.is-scrolled { box-shadow: 0 12px 35px rgba(6,20,39,.10); background: rgba(255,255,255,.985); }
.ths-header__inner { min-height: 84px; transition: min-height .25s var(--ths-ease); }
.ths-header.is-scrolled .ths-header__inner { min-height: 70px; }
.ths-brand .custom-logo { width: 62px; max-height: 62px; transition: .25s var(--ths-ease); }
.ths-header.is-scrolled .ths-brand .custom-logo { width: 52px; max-height: 52px; }
.ths-brand__name { font-size: 1.08rem; letter-spacing: -.015em; }
.ths-brand__tag { font-size: .75rem; }
.ths-nav a { font-size: .91rem; font-weight: 800; padding: 12px 10px; }
.ths-header__actions .ths-btn { box-shadow: 0 8px 22px rgba(6,20,39,.15); }

.ths-svg-icon { display: inline-flex; width: 22px; height: 22px; flex: 0 0 22px; }
.ths-svg-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ths-btn-icon { display: inline-flex; width: 18px; height: 18px; }
.ths-btn-icon svg, .ths-inline-arrow svg, .ths-quick-arrow svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ths-inline-arrow { display: inline-flex; width: 17px; height: 17px; margin-left: 5px; vertical-align: -3px; transition: transform .2s ease; }
a:hover .ths-inline-arrow { transform: translateX(4px); }

.ths-btn--gold { background: linear-gradient(135deg, #f0c35c, #d9a738); color: #14213a; box-shadow: 0 14px 34px rgba(214,165,59,.26); }
.ths-btn--gold:hover { color: #14213a; transform: translateY(-2px); box-shadow: 0 18px 38px rgba(214,165,59,.34); }
.ths-btn--glass { color: #fff; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.ths-btn--glass:hover { color:#fff; background: rgba(255,255,255,.14); transform: translateY(-2px); }

/* Hero */
.ths-hero-v3 { position: relative; min-height: 690px; overflow: hidden; background: var(--ths-navy-950); color: #fff; isolation: isolate; }
.ths-hero-v3__bg { position: absolute; inset: -2%; width: 104%; height: 104%; object-fit: cover; object-position: center 52%; z-index: -4; transition: transform .55s var(--ths-ease); }
.ths-hero-v3__veil { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(4,17,33,.985) 0%, rgba(5,23,45,.94) 36%, rgba(6,27,52,.73) 58%, rgba(6,25,47,.27) 82%, rgba(6,25,47,.14) 100%); }
.ths-hero-v3__mesh { position: absolute; inset: 0; z-index: -2; opacity: .5; pointer-events: none; background-image: radial-gradient(circle at 80% 18%, rgba(74,143,220,.34), transparent 29%), radial-gradient(circle at 64% 82%, rgba(225,179,78,.18), transparent 24%), linear-gradient(rgba(255,255,255,.027) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.027) 1px, transparent 1px); background-size: auto, auto, 56px 56px, 56px 56px; }
.ths-hero-v3::after { content:""; position:absolute; width:520px; height:520px; border-radius:50%; border:1px solid rgba(255,255,255,.10); right:-210px; bottom:-285px; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018); z-index:-1; }
.ths-hero-v3__inner { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .48fr); gap: 58px; align-items: center; padding: 92px 0 116px; }
.ths-hero-v3__copy { max-width: 790px; }
.ths-hero-v3__eyebrow { display: flex; align-items:center; gap:13px; color:#e5edf8; text-transform: uppercase; letter-spacing:.16em; font-size:.78rem; font-weight:900; margin-bottom:22px; }
.ths-hero-v3__eyebrow span { width:42px; height:2px; background:var(--ths-gold-2); border-radius:99px; }
.ths-hero-v3 h1 { margin:0; font-size:clamp(3.5rem,6.2vw,6.3rem); line-height:.93; letter-spacing:-.055em; font-weight:950; text-wrap:balance; }
.ths-hero-v3 h1 span { display:block; }
.ths-hero-v3 h1 span:last-child { margin-top: 4px; }
.ths-hero-v3__lead { max-width:700px; margin:27px 0 0; color:#e0e9f4; font-size:1.04rem; line-height:1.8; text-wrap:pretty; }
.ths-hero-v3__actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:31px; }
.ths-hero-v3__actions .ths-btn { min-height:52px; padding-inline:24px; }
.ths-hero-v3__trust { display:flex; flex-wrap:wrap; gap:20px; margin-top:32px; color:#dbe6f3; font-size:.8rem; font-weight:700; }
.ths-hero-v3__trust span { display:inline-flex; align-items:center; gap:8px; }
.ths-hero-v3__trust .ths-svg-icon { width:18px; height:18px; color:var(--ths-gold-2); }
.ths-hero-v3__quick { justify-self:end; width:min(100%,360px); padding:16px; border-radius:24px; background:linear-gradient(155deg,rgba(255,255,255,.15),rgba(255,255,255,.07)); border:1px solid rgba(255,255,255,.19); box-shadow:0 24px 70px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.ths-hero-v3__quick-head { display:flex; justify-content:space-between; align-items:end; padding:5px 8px 14px; border-bottom:1px solid rgba(255,255,255,.14); }
.ths-hero-v3__quick-head span { font-weight:900; font-size:1rem; }
.ths-hero-v3__quick-head small { color:#aebdd0; }
.ths-hero-v3__quick > a { display:grid; grid-template-columns:44px 1fr 19px; gap:13px; align-items:center; color:#fff; padding:15px 9px; border-bottom:1px solid rgba(255,255,255,.11); border-radius:14px; transition:.22s var(--ths-ease); }
.ths-hero-v3__quick > a:last-child { border-bottom:0; }
.ths-hero-v3__quick > a:hover { color:#fff; background:rgba(255,255,255,.09); transform:translateX(3px); }
.ths-quick-icon { width:42px; height:42px; border-radius:12px; background:rgba(255,255,255,.10); display:grid; place-items:center; color:var(--ths-gold-2); }
.ths-quick-icon .ths-svg-icon { width:21px; height:21px; }
.ths-hero-v3__quick strong { display:block; font-size:.91rem; }
.ths-hero-v3__quick small { display:block; color:#bfcbd9; margin-top:3px; font-size:.72rem; line-height:1.4; }
.ths-quick-arrow { width:17px; height:17px; color:#d6e2ef; }

/* Stats */
.ths-stats-v3 { position:relative; z-index:10; margin-top:-62px; padding-bottom:46px; }
.ths-stats-v3__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-radius:24px; background:#fff; border:1px solid rgba(213,222,234,.9); overflow:hidden; box-shadow:0 24px 65px rgba(6,20,39,.13); }
.ths-stat-v3 { min-width:0; padding:25px 26px; display:grid; grid-template-columns:58px minmax(0,1fr); gap:17px; align-items:center; position:relative; }
.ths-stat-v3 + .ths-stat-v3 { border-left:1px solid #e6ebf2; }
.ths-stat-v3__icon { width:55px; height:55px; border-radius:17px; display:grid; place-items:center; background:linear-gradient(145deg,#0a1d37,#164c8c); color:#fff; box-shadow:0 10px 22px rgba(14,54,100,.18); }
.ths-stat-v3__icon .ths-svg-icon { width:27px; height:27px; }
.ths-stat-v3 strong { display:block; color:var(--ths-navy-950); font-size:2rem; letter-spacing:-.045em; line-height:1; }
.ths-stat-v3 span:not(.ths-stat-v3__icon) { display:block; margin-top:5px; font-weight:850; color:#24324a; }
.ths-stat-v3 small { display:block; margin-top:4px; color:#758195; line-height:1.35; font-size:.73rem; }

/* Section scaffolding */
.ths-section-v3 { padding:92px 0; position:relative; }
.ths-kicker-v3 { display:inline-flex; align-items:center; gap:10px; color:var(--ths-blue); text-transform:uppercase; font-size:.76rem; font-weight:900; letter-spacing:.15em; }
.ths-kicker-v3::before { content:""; width:29px; height:2px; border-radius:99px; background:var(--ths-gold-2); }
.ths-kicker-v3--light { color:#f2f6fb; }
.ths-heading-v3 { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr); gap:64px; align-items:end; margin-bottom:42px; }
.ths-heading-v3 h2 { margin:10px 0 0; color:var(--ths-navy-950); font-size:clamp(2.35rem,4.5vw,4.35rem); line-height:1.03; letter-spacing:-.05em; text-wrap:balance; }
.ths-heading-v3 > p { color:#647188; font-size:1.04rem; line-height:1.8; margin:0; }
.ths-heading-v3--light h2, .ths-heading-v3--light > p { color:#fff; }
.ths-heading-v3--light > p { color:#c7d6e6; }

/* Why */
.ths-why-v3 { background:linear-gradient(180deg,#fff,#f8fafc); overflow:hidden; }
.ths-why-v3::before { content:""; position:absolute; width:500px; height:500px; border-radius:50%; left:-310px; top:60px; background:radial-gradient(circle,rgba(31,111,186,.11),transparent 67%); }
.ths-why-v3__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.ths-why-card { position:relative; overflow:hidden; min-height:310px; padding:27px; border-radius:23px; border:1px solid #e0e7f0; background:#fff; box-shadow:0 14px 38px rgba(6,20,39,.06); transition:transform .28s var(--ths-ease), box-shadow .28s var(--ths-ease), border-color .28s ease; }
.ths-why-card::after { content:""; position:absolute; width:150px; height:150px; border-radius:50%; right:-75px; bottom:-80px; background:linear-gradient(145deg,rgba(22,76,140,.11),rgba(228,185,87,.10)); transition:transform .35s var(--ths-ease); }
.ths-why-card:hover { transform:translateY(-7px); box-shadow:0 24px 55px rgba(6,20,39,.10); border-color:#cad8e7; }
.ths-why-card:hover::after { transform:scale(1.18); }
.ths-why-card__icon { width:58px; height:58px; border-radius:18px; display:grid; place-items:center; color:#fff; background:linear-gradient(145deg,var(--ths-navy),var(--ths-blue)); box-shadow:0 11px 24px rgba(15,64,117,.18); }
.ths-why-card__icon .ths-svg-icon { width:28px; height:28px; }
.ths-why-card__number { position:absolute; top:30px; right:27px; color:#bac5d1; font-weight:900; letter-spacing:.12em; font-size:.75rem; }
.ths-why-card h3 { margin:35px 0 10px; font-size:1.24rem; color:var(--ths-navy-950); }
.ths-why-card p { margin:0; color:#69758a; line-height:1.75; font-size:.93rem; }

/* Learning experience */
.ths-learning-v3 { background:linear-gradient(135deg,#07172b,#0c2a4b 62%,#113e6d); color:#fff; overflow:hidden; }
.ths-learning-v3::before { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent); }
.ths-learning-v3__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; position:relative; }
.ths-learning-card { min-height:420px; position:relative; overflow:hidden; border-radius:27px; background:linear-gradient(150deg,#0e3158,#0a203a); color:#fff; border:1px solid rgba(255,255,255,.11); box-shadow:0 20px 55px rgba(0,0,0,.19); isolation:isolate; transition:transform .32s var(--ths-ease), box-shadow .32s var(--ths-ease); background-size:cover; background-position:center; }
.ths-learning-card::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,rgba(7,23,43,.05),rgba(7,23,43,.95) 76%); }
.ths-learning-card:not(.has-thumb)::after { content:""; position:absolute; width:280px; height:280px; border-radius:50%; right:-90px; top:-70px; z-index:-2; background:radial-gradient(circle,rgba(76,144,218,.50),rgba(76,144,218,.05) 64%,transparent 66%); }
.ths-learning-card:hover { transform:translateY(-8px); color:#fff; box-shadow:0 30px 68px rgba(0,0,0,.28); }
.ths-learning-card__art { position:absolute; left:26px; top:26px; width:84px; height:84px; border-radius:24px; display:grid; place-items:center; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.13); backdrop-filter:blur(8px); }
.ths-learning-card__art .ths-svg-icon { width:42px; height:42px; color:var(--ths-gold-2); }
.ths-learning-card__content { position:absolute; left:27px; right:27px; bottom:28px; }
.ths-learning-card__content > span { color:#d7e3ef; font-weight:850; text-transform:uppercase; letter-spacing:.12em; font-size:.72rem; }
.ths-learning-card h3 { margin:9px 0 9px; font-size:1.65rem; line-height:1.1; color:#fff; }
.ths-learning-card p { margin:0 0 17px; color:#c6d3e1; line-height:1.6; font-size:.91rem; }
.ths-learning-card strong { color:#fff; font-size:.87rem; }
.ths-learning-card--life:not(.has-thumb)::after { background:radial-gradient(circle,rgba(157,31,45,.56),rgba(157,31,45,.06) 64%,transparent 66%); }
.ths-learning-card--facilities:not(.has-thumb)::after { background:radial-gradient(circle,rgba(228,185,87,.42),rgba(228,185,87,.04) 64%,transparent 66%); }

/* Campuses */
.ths-campuses-v3 { background:#f7f9fc; }
.ths-campuses-v3__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.ths-campus-v3 { position:relative; overflow:hidden; min-width:0; padding:28px; border-radius:25px; background:#fff; border:1px solid #dee5ee; box-shadow:0 14px 38px rgba(6,20,39,.06); transition:transform .3s var(--ths-ease),box-shadow .3s var(--ths-ease); }
.ths-campus-v3::before { content:""; position:absolute; left:0; top:0; bottom:0; width:5px; background:linear-gradient(180deg,var(--ths-red),var(--ths-gold-2)); }
.ths-campus-v3::after { content:""; position:absolute; width:185px; height:185px; border-radius:50%; right:-100px; top:-110px; background:linear-gradient(145deg,rgba(21,82,148,.13),rgba(228,185,87,.10)); }
.ths-campus-v3:hover { transform:translateY(-6px); box-shadow:0 24px 52px rgba(6,20,39,.10); }
.ths-campus-v3__top { display:flex; align-items:center; justify-content:space-between; gap:12px; position:relative; z-index:1; }
.ths-campus-v3__top > span { color:#9aa8bb; font-weight:900; letter-spacing:.15em; font-size:.74rem; }
.ths-campus-v3__top em { font-style:normal; color:#1c5e9e; background:#eaf3fb; padding:7px 10px; border-radius:999px; text-transform:uppercase; letter-spacing:.09em; font-size:.68rem; font-weight:900; }
.ths-campus-v3 h3 { margin:35px 0 22px; color:var(--ths-navy-950); font-size:2rem; letter-spacing:-.035em; }
.ths-campus-v3__meta { display:grid; gap:16px; }
.ths-campus-v3__meta > *, .ths-campus-v3__meta > a { display:grid; grid-template-columns:38px minmax(0,1fr); gap:11px; align-items:start; color:inherit; min-width:0; }
.ths-campus-v3__meta > * > span { width:37px; height:37px; border-radius:11px; display:grid; place-items:center; color:var(--ths-blue); background:#f0f5fa; }
.ths-campus-v3__meta .ths-svg-icon { width:19px; height:19px; }
.ths-campus-v3__meta small { display:block; color:#8793a5; text-transform:uppercase; letter-spacing:.09em; font-size:.64rem; font-weight:850; }
.ths-campus-v3__meta strong { display:block; margin-top:2px; color:#27364d; font-size:.85rem; line-height:1.5; overflow-wrap:anywhere; word-break:normal; }
.ths-campus-v3__meta a:hover strong { color:var(--ths-blue); }

/* Director */
.ths-director-v3 { background:#fff; overflow:hidden; }
.ths-director-v3::before { content:""; position:absolute; width:600px; height:600px; right:-360px; top:-160px; border-radius:50%; background:radial-gradient(circle,rgba(22,76,140,.09),transparent 67%); }
.ths-director-v3__grid { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:72px; align-items:center; }
.ths-director-v3__visual { position:relative; padding:22px 0 26px 22px; }
.ths-director-v3__visual::before { content:""; position:absolute; inset:0 28px 6px 0; border-radius:28px; background:linear-gradient(145deg,#0b1f3a,#174e88); transform:rotate(-2.2deg); }
.ths-director-v3__frame { position:relative; border-radius:27px; overflow:hidden; box-shadow:0 24px 55px rgba(6,20,39,.19); background:#fff; }
.ths-director-v3__frame img { display:block; width:100%; aspect-ratio:1.5/1; object-fit:cover; }
.ths-director-v3__badge { position:absolute; left:0; bottom:0; z-index:2; background:#fff; border:1px solid #e0e6ed; box-shadow:0 14px 36px rgba(6,20,39,.13); border-radius:17px; padding:14px 19px; }
.ths-director-v3__badge span { display:block; color:var(--ths-red); text-transform:uppercase; letter-spacing:.12em; font-size:.65rem; font-weight:900; }
.ths-director-v3__badge strong { display:block; margin-top:2px; color:var(--ths-navy-950); font-size:.83rem; }
.ths-director-v3__copy h2 { margin:12px 0 27px; color:var(--ths-navy-950); font-size:clamp(2.55rem,4.5vw,4.4rem); line-height:1.01; letter-spacing:-.055em; }
.ths-director-v3__quote { position:relative; padding-left:28px; border-left:3px solid var(--ths-gold-2); color:#536176; }
.ths-director-v3__quote::before { content:"“"; position:absolute; left:15px; top:-35px; color:rgba(211,163,63,.22); font:700 6rem/1 Georgia,serif; pointer-events:none; }
.ths-director-v3__quote p { position:relative; margin:0 0 15px; font-size:1rem; line-height:1.85; }
.ths-director-v3__signature { margin-top:27px; display:flex; flex-direction:column; gap:3px; }
.ths-director-v3__signature strong { color:var(--ths-navy-950); font:700 1.55rem/1.1 Georgia,"Times New Roman",serif; }
.ths-director-v3__signature span { color:var(--ths-red); font-size:.79rem; font-weight:900; text-transform:uppercase; letter-spacing:.09em; }

/* Updates */
.ths-updates-v3 { background:linear-gradient(180deg,#f7f9fc,#fff); }
.ths-updates-v3__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.ths-update-panel { border:1px solid #dfe6ef; border-radius:25px; background:#fff; box-shadow:0 15px 40px rgba(6,20,39,.06); overflow:hidden; }
.ths-update-panel__head { display:grid; grid-template-columns:52px minmax(0,1fr) auto; gap:14px; align-items:center; padding:23px 25px; background:linear-gradient(135deg,#f9fbfd,#eef4fa); border-bottom:1px solid #e2e8f0; }
.ths-update-panel__head > span { width:50px; height:50px; border-radius:15px; display:grid; place-items:center; color:#fff; background:linear-gradient(145deg,var(--ths-navy),var(--ths-blue)); }
.ths-update-panel__head > span .ths-svg-icon { width:24px; height:24px; }
.ths-update-panel__head small { display:block; color:#8793a6; text-transform:uppercase; letter-spacing:.11em; font-size:.64rem; font-weight:900; }
.ths-update-panel__head h3 { margin:1px 0 0; color:var(--ths-navy-950); font-size:1.17rem; }
.ths-update-panel__head > a { font-size:.79rem; font-weight:850; color:var(--ths-blue); }
.ths-update-panel__list { padding:8px 25px 17px; }
.ths-update-panel__list article { display:grid; grid-template-columns:61px minmax(0,1fr); gap:15px; align-items:start; padding:17px 0; border-bottom:1px solid #e7ecf2; }
.ths-update-panel__list article:last-child { border-bottom:0; }
.ths-update-panel__list time { width:58px; min-height:58px; border-radius:14px; background:#f0f5fa; display:grid; place-items:center; align-content:center; color:var(--ths-blue); }
.ths-update-panel__list time strong { line-height:1; font-size:1.25rem; }
.ths-update-panel__list time span { font-size:.62rem; text-transform:uppercase; font-weight:900; letter-spacing:.08em; }
.ths-update-panel__list h4 { margin:1px 0 5px; font-size:.98rem; }
.ths-update-panel__list h4 a { color:var(--ths-navy-950); }
.ths-update-panel__list p { margin:0; color:#758195; font-size:.82rem; line-height:1.55; }
.ths-update-empty { min-height:210px; display:grid; place-items:center; text-align:center; align-content:center; color:#778397; padding:28px; }
.ths-update-empty > span { width:58px; height:58px; border-radius:18px; display:grid; place-items:center; background:#f0f5fa; color:var(--ths-blue); margin-bottom:12px; }
.ths-update-empty strong { color:var(--ths-navy-950); }
.ths-update-empty p { max-width:270px; }
.ths-update-panel--events .ths-update-panel__head > span { background:linear-gradient(145deg,#8c1e2a,#bd3e4c); }
.ths-update-panel--events .ths-update-panel__list time { background:#fff1f2; color:#a52b39; }

/* Careers & portals */
.ths-access-v3 { padding-top:44px; background:#fff; }
.ths-access-v3__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.ths-access-v3__card { min-height:270px; position:relative; overflow:hidden; display:grid; grid-template-columns:86px minmax(0,1fr); gap:24px; align-items:start; padding:32px; border-radius:27px; color:#fff; background:linear-gradient(135deg,#0a1d37,#164c8c); box-shadow:0 19px 46px rgba(6,20,39,.13); }
.ths-access-v3__card::after { content:""; position:absolute; width:250px; height:250px; border-radius:50%; right:-110px; top:-130px; border:1px solid rgba(255,255,255,.12); box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.016); }
.ths-access-v3__card:hover { color:#fff; transform:translateY(-5px); }
.ths-access-v3__card--portal { background:linear-gradient(135deg,#7f1d29,#ad3140); }
.ths-access-v3__icon { width:84px; height:84px; border-radius:23px; display:grid; place-items:center; background:rgba(255,255,255,.11); border:1px solid rgba(255,255,255,.16); }
.ths-access-v3__icon .ths-svg-icon { width:39px; height:39px; }
.ths-access-v3__card small { color:#dce7f2; text-transform:uppercase; letter-spacing:.13em; font-weight:900; font-size:.68rem; }
.ths-access-v3__card h3 { margin:8px 0 8px; color:#fff; font-size:1.7rem; line-height:1.12; }
.ths-access-v3__card p { margin:0 0 18px; color:#d1ddeb; max-width:520px; }
.ths-access-v3__card strong { color:#fff; font-size:.88rem; }

/* Admissions CTA */
.ths-admissions-v3 { position:relative; min-height:440px; overflow:hidden; display:grid; align-items:center; color:#fff; margin-top:80px; }
.ths-admissions-v3 > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 54%; }
.ths-admissions-v3__overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,18,35,.97),rgba(6,30,56,.87) 52%,rgba(6,30,56,.52)); }
.ths-admissions-v3__inner { position:relative; z-index:2; padding:78px 0; }
.ths-admissions-v3 h2 { max-width:800px; margin:12px 0 13px; color:#fff; font-size:clamp(2.6rem,5vw,4.7rem); line-height:1; letter-spacing:-.055em; }
.ths-admissions-v3 p { max-width:620px; margin:0 0 27px; color:#d5e1ed; font-size:1.05rem; }
.ths-admissions-v3__inner > div { display:flex; gap:20px; align-items:center; flex-wrap:wrap; }
.ths-admissions-v3__phone { color:#fff; display:inline-flex; align-items:center; gap:9px; font-weight:850; }
.ths-admissions-v3__phone:hover { color:var(--ths-gold-2); }
.ths-admissions-v3__phone .ths-svg-icon { width:20px; height:20px; }

/* Footer polish */
.ths-footer { position:relative; background:#061427; overflow:hidden; }
.ths-footer::before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; right:-300px; top:-280px; border:1px solid rgba(255,255,255,.06); box-shadow:0 0 0 70px rgba(255,255,255,.014),0 0 0 140px rgba(255,255,255,.009); }
.ths-footer__main { position:relative; z-index:1; padding-top:72px; padding-bottom:62px; }
.ths-footer__main h3 { font-size:1.5rem; }
.ths-footer__main h4 { color:#fff; }
.ths-footer__main p, .ths-footer__main li, .ths-footer__main a { color:#b9c8d8; }
.ths-footer__main a:hover { color:#fff; }

/* General page polish */
.ths-page-hero { position:relative; overflow:hidden; padding:88px 0 76px; background:linear-gradient(135deg,#07172b,#123b68); color:#fff; }
.ths-page-hero::after { content:""; position:absolute; width:390px; height:390px; right:-130px; top:-180px; border-radius:50%; border:1px solid rgba(255,255,255,.10); box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.017); }
.ths-page-hero .ths-kicker { color:#dce8f5; }
.ths-page-hero h1 { color:#fff; font-size:clamp(2.8rem,5vw,4.8rem); line-height:1; letter-spacing:-.05em; max-width:900px; }
.ths-page-hero p { max-width:720px; color:#cfdae7; font-size:1.05rem; }
.ths-content { font-size:1.02rem; }
.ths-content > h2 { color:var(--ths-navy-950); font-size:clamp(1.7rem,3vw,2.35rem); letter-spacing:-.035em; margin-top:2em; }
.ths-content > h3 { color:var(--ths-navy-950); }
.ths-content > p, .ths-content > ul, .ths-content > ol { color:#526077; }
.ths-content > ul li, .ths-content > ol li { margin-bottom:.55em; }
.ths-content .wp-block-image img, .ths-content > img { border-radius:22px; }
.ths-card { box-shadow:0 12px 34px rgba(6,20,39,.06); }

/* Reveal animations */
.ths-scroll-reveal { opacity:0; transform:translateY(24px); transition:opacity .7s var(--ths-ease), transform .7s var(--ths-ease); }
.ths-scroll-reveal[data-reveal="left"] { transform:translateX(-28px); }
.ths-scroll-reveal[data-reveal="right"] { transform:translateX(28px); }
.ths-scroll-reveal.is-visible { opacity:1; transform:none; }
.ths-why-card:nth-child(2), .ths-learning-card:nth-child(2), .ths-campus-v3:nth-child(2) { transition-delay:.08s; }
.ths-why-card:nth-child(3), .ths-learning-card:nth-child(3), .ths-campus-v3:nth-child(3) { transition-delay:.16s; }
.ths-why-card:nth-child(4) { transition-delay:.24s; }

/* Responsive */
@media (max-width: 1120px) {
  .ths-hero-v3__inner { grid-template-columns:1fr .42fr; gap:30px; }
  .ths-hero-v3 h1 { font-size:clamp(3.2rem,6.5vw,5.4rem); }
  .ths-why-v3__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ths-campuses-v3__grid { grid-template-columns:1fr; }
  .ths-campus-v3 { min-height:0; }
  .ths-campus-v3__meta { grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
  .ths-campus-v3__meta > *, .ths-campus-v3__meta > a { grid-template-columns:35px minmax(0,1fr); }
}
@media (max-width: 920px) {
  .ths-container { width:min(calc(100% - 32px),1240px); }
  .ths-hero-v3 { min-height:auto; }
  .ths-hero-v3__inner { min-height:0; grid-template-columns:1fr; padding:76px 0 115px; }
  .ths-hero-v3__quick { justify-self:start; width:min(100%,520px); }
  .ths-hero-v3__veil { background:linear-gradient(90deg,rgba(4,17,33,.97),rgba(5,23,45,.88) 68%,rgba(6,25,47,.62)); }
  .ths-stats-v3__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ths-stat-v3:nth-child(3) { border-left:0; border-top:1px solid #e6ebf2; }
  .ths-stat-v3:nth-child(4) { border-top:1px solid #e6ebf2; }
  .ths-heading-v3 { grid-template-columns:1fr; gap:18px; }
  .ths-learning-v3__grid { grid-template-columns:1fr; }
  .ths-learning-card { min-height:330px; }
  .ths-director-v3__grid { grid-template-columns:1fr; gap:50px; }
  .ths-director-v3__visual { max-width:720px; }
  .ths-updates-v3__grid, .ths-access-v3__grid { grid-template-columns:1fr; }
}
@media (max-width: 720px) {
  .ths-topbar__inner { display:block; padding:7px 0; }
  .ths-topbar__group { gap:9px 15px; justify-content:center; font-size:.73rem; }
  .ths-topbar__group:last-child { display:none; }
  .ths-topbar__group:first-child > * + *::before { display:none; }
  .ths-brand__tag { display:none; }
  .ths-brand { min-width:auto; }
  .ths-brand .custom-logo { width:50px; max-height:50px; }
  .ths-header__inner { min-height:70px; }
  .ths-hero-v3__bg { object-position:57% 53%; }
  .ths-hero-v3__veil { background:linear-gradient(90deg,rgba(4,17,33,.96),rgba(5,23,45,.85)); }
  .ths-hero-v3__inner { padding:66px 0 100px; gap:32px; }
  .ths-hero-v3__eyebrow { font-size:.69rem; }
  .ths-hero-v3 h1 { font-size:clamp(3rem,14vw,4.5rem); line-height:.95; }
  .ths-hero-v3__lead { font-size:.94rem; line-height:1.7; }
  .ths-hero-v3__actions { display:grid; grid-template-columns:1fr; }
  .ths-hero-v3__actions .ths-btn { width:100%; }
  .ths-hero-v3__trust { gap:10px 16px; }
  .ths-hero-v3__quick { width:100%; }
  .ths-stats-v3 { margin-top:-50px; }
  .ths-stats-v3__grid { grid-template-columns:1fr; }
  .ths-stat-v3 + .ths-stat-v3, .ths-stat-v3:nth-child(3), .ths-stat-v3:nth-child(4) { border-left:0; border-top:1px solid #e6ebf2; }
  .ths-section-v3 { padding:72px 0; }
  .ths-heading-v3 h2 { font-size:clamp(2.3rem,10vw,3.35rem); }
  .ths-why-v3__grid { grid-template-columns:1fr; }
  .ths-why-card { min-height:0; }
  .ths-campuses-v3__grid { grid-template-columns:1fr; }
  .ths-campus-v3__meta { grid-template-columns:1fr; }
  .ths-director-v3__visual { padding:13px 0 21px 13px; }
  .ths-director-v3__frame img { aspect-ratio:1.15/1; object-position:center; }
  .ths-director-v3__badge { position:relative; left:auto; bottom:auto; display:inline-block; margin-top:-14px; margin-left:13px; }
  .ths-director-v3__copy h2 { font-size:clamp(2.5rem,11vw,3.6rem); }
  .ths-director-v3__quote { padding-left:18px; }
  .ths-update-panel__head { grid-template-columns:46px minmax(0,1fr); }
  .ths-update-panel__head > a { grid-column:2; }
  .ths-access-v3__card { grid-template-columns:1fr; padding:27px; }
  .ths-access-v3__icon { width:68px; height:68px; }
  .ths-admissions-v3 { min-height:390px; margin-top:50px; }
  .ths-admissions-v3 h2 { font-size:clamp(2.6rem,12vw,3.8rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important; }
  .ths-scroll-reveal { opacity:1; transform:none; }
}

/* V3 header/footer utility details */
.ths-topbar__group > a, .ths-topbar__group > span { display:inline-flex; align-items:center; gap:7px; }
.ths-topbar-icon { width:15px; height:15px; color:#dbe7f3; }
.ths-header-contact { color:var(--ths-navy-950); font-size:.86rem; font-weight:850; padding:10px 4px; }
.ths-header-contact:hover { color:var(--ths-blue); }
.ths-footer-brand { max-width:360px; }
.ths-footer-logo { display:flex; align-items:center; gap:13px; color:#fff; margin-bottom:18px; }
.ths-footer-logo:hover { color:#fff; }
.ths-footer-logo .custom-logo { width:62px; max-height:62px; object-fit:contain; }
.ths-footer-logo strong { display:block; font-size:1.15rem; line-height:1.15; }
.ths-footer-logo small { display:block; margin-top:4px; color:#aebed0; font-size:.75rem; }
.ths-footer-contact { display:grid; gap:10px; margin-top:21px; }
.ths-footer-contact > * { display:flex; gap:10px; align-items:flex-start; color:#b9c8d8; font-size:.82rem; }
.ths-footer-contact .ths-svg-icon { width:18px; height:18px; color:var(--ths-gold-2); margin-top:2px; }
.ths-footer__main { grid-template-columns:1.35fr .72fr .72fr .82fr; gap:48px; }

@media (max-width:1080px) {
  .ths-header-contact { display:none; }
  .ths-footer__main { grid-template-columns:1.2fr 1fr 1fr; }
  .ths-footer-brand { grid-column:1/-1; max-width:640px; }
}
@media (max-width:720px) {
  .ths-footer__main { grid-template-columns:1fr; gap:32px; }
  .ths-footer-brand { grid-column:auto; }
}

/* Campus photo story */
.ths-photo-story-v3 { padding:18px 0 92px; background:linear-gradient(180deg,#f8fafc,#fff); }
.ths-photo-story-v3__frame { min-height:520px; position:relative; overflow:hidden; border-radius:30px; box-shadow:0 26px 70px rgba(6,20,39,.16); isolation:isolate; }
.ths-photo-story-v3__frame > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 56%; z-index:-3; transition:transform .8s var(--ths-ease); }
.ths-photo-story-v3__frame:hover > img { transform:scale(1.025); }
.ths-photo-story-v3__overlay { position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,rgba(5,18,35,.92),rgba(5,27,51,.63) 52%,rgba(5,27,51,.18)); }
.ths-photo-story-v3__copy { position:absolute; left:48px; bottom:104px; width:min(680px,calc(100% - 96px)); color:#fff; }
.ths-photo-story-v3__copy h2 { margin:12px 0 0; color:#fff; font-size:clamp(2.45rem,4.5vw,4.45rem); line-height:1; letter-spacing:-.055em; text-wrap:balance; }
.ths-photo-story-v3__chips { position:absolute; left:42px; right:42px; bottom:32px; display:flex; gap:12px; flex-wrap:wrap; }
.ths-photo-story-v3__chips span { display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; color:#fff; background:rgba(255,255,255,.11); border:1px solid rgba(255,255,255,.18); backdrop-filter:blur(9px); font-size:.78rem; font-weight:800; }
.ths-photo-story-v3__chips .ths-svg-icon { width:17px; height:17px; color:var(--ths-gold-2); }
@media (max-width:720px) {
  .ths-photo-story-v3 { padding-bottom:70px; }
  .ths-photo-story-v3__frame { min-height:500px; border-radius:24px; }
  .ths-photo-story-v3__overlay { background:linear-gradient(90deg,rgba(5,18,35,.9),rgba(5,27,51,.62)); }
  .ths-photo-story-v3__copy { left:24px; bottom:150px; width:calc(100% - 48px); }
  .ths-photo-story-v3__chips { left:20px; right:20px; bottom:22px; }
}

/* Generic inner-page presentation */
.ths-page-featured { margin:0 0 34px; overflow:hidden; border-radius:24px; box-shadow:0 18px 44px rgba(6,20,39,.10); }
.ths-page-featured img { display:block; width:100%; }
.ths-sidebar-card { position:relative; overflow:hidden; }
.ths-sidebar-card::after { content:""; position:absolute; width:110px; height:110px; right:-55px; top:-55px; border-radius:50%; background:linear-gradient(145deg,rgba(22,76,140,.10),rgba(228,185,87,.08)); }
.ths-sidebar-card__icon { width:48px; height:48px; border-radius:14px; display:grid; place-items:center; background:#eef4fa; color:var(--ths-blue); margin-bottom:18px; }
.ths-sidebar-card__icon .ths-svg-icon { width:23px; height:23px; }
.ths-contact-v3 .ths-card { padding:30px; }
.ths-contact-map { min-height:460px; border-radius:24px; overflow:hidden; border:1px solid #dfe6ef; box-shadow:0 15px 40px rgba(6,20,39,.07); background:#f5f8fb; }
.ths-contact-map--empty { display:grid; place-items:center; align-content:center; text-align:center; padding:40px; color:#6c798d; }
.ths-contact-map--empty > span { width:68px; height:68px; border-radius:20px; display:grid; place-items:center; color:var(--ths-blue); background:#e9f2fa; margin-bottom:16px; }
.ths-contact-map--empty .ths-svg-icon { width:31px; height:31px; }
.ths-contact-map--empty h3 { margin:0 0 7px; color:var(--ths-navy-950); }
.ths-contact-map--empty p { max-width:420px; }


/* v3.0.1 - Contact social links and careers contact polish */
.ths-contact-connect {
  margin: 0 0 34px;
  padding: 26px;
  border: 1px solid var(--ths-line);
  border-radius: var(--ths-radius);
  background: linear-gradient(135deg,#fff 0%,#f7f9fd 100%);
  box-shadow: var(--ths-shadow);
}
.ths-contact-connect__head { display:flex; align-items:flex-start; justify-content:space-between; gap:24px; margin-bottom:18px; }
.ths-contact-connect__head h3 { margin:0 0 4px; color:var(--ths-navy); font-size:1.45rem; }
.ths-contact-connect__head p { margin:0; color:var(--ths-muted); }
.ths-social-links { display:flex; flex-wrap:wrap; gap:12px; }
.ths-social-link {
  display:inline-flex; align-items:center; gap:10px; min-height:46px; padding:0 16px;
  border-radius:999px; border:1px solid var(--ths-line); background:#fff; color:var(--ths-navy);
  font-weight:800; box-shadow:0 8px 24px rgba(11,31,58,.06); transition:.2s ease;
}
.ths-social-link:hover { transform:translateY(-2px); border-color:#b9c7db; color:var(--ths-blue); }
.ths-social-link--whatsapp { background:#ecfff5; border-color:#b9ead0; color:#176b45; }
.ths-social-link .ths-svg-icon { width:20px; height:20px; }

.ths-careers-info { display:grid; gap:14px; }
.ths-careers-info h3 { margin:0; color:var(--ths-navy); }
.ths-careers-info p { margin:0; color:var(--ths-muted); }
.ths-career-contact {
  display:flex; align-items:flex-start; gap:12px; padding:14px 0; border-top:1px solid var(--ths-line);
}
.ths-career-contact:first-of-type { margin-top:4px; }
.ths-career-contact small { display:block; text-transform:uppercase; letter-spacing:.08em; font-weight:800; color:var(--ths-muted); }
.ths-career-contact a { font-weight:800; overflow-wrap:anywhere; }
.ths-newspaper-note { padding:14px 16px; border-radius:12px; background:#f5f7fb; color:var(--ths-muted); font-size:.95rem; }

@media (max-width: 700px) {
  .ths-contact-connect { padding:20px; }
  .ths-contact-connect__head { display:block; }
  .ths-social-link { width:100%; justify-content:center; }
}

/* Institutional Information — v3.0.2 */
.ths-page-hero--institutional {
  background:
    radial-gradient(circle at 85% 10%, rgba(211,163,63,.18), transparent 28%),
    linear-gradient(135deg, #0b1f3a 0%, #123d70 100%);
  color: #fff;
}
.ths-page-hero--institutional .ths-kicker { color: #dbe8ff; }
.ths-page-hero--institutional h1 { color: #fff; }
.ths-page-hero--institutional p { color: rgba(255,255,255,.82); max-width: 760px; }
.ths-institutional-intro { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr); gap:36px; align-items:center; margin-bottom:34px; }
.ths-license-summary { display:flex; gap:16px; align-items:center; padding:22px; border:1px solid rgba(31,122,88,.18); border-radius:20px; background:#fff; box-shadow:var(--ths-shadow); }
.ths-license-summary__icon { display:grid; place-items:center; width:58px; height:58px; flex:0 0 58px; border-radius:17px; background:rgba(31,122,88,.10); color:var(--ths-success); }
.ths-license-summary__icon svg { width:30px; height:30px; fill:none; stroke:currentColor; stroke-width:1.8; }
.ths-license-summary__label { display:block; color:var(--ths-muted); font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.ths-license-summary strong { display:block; margin:2px 0 1px; color:var(--ths-navy); font-size:1.13rem; }
.ths-license-summary small { color:var(--ths-muted); }
.ths-institutional-grid { align-items:stretch; }
.ths-institutional-card { position:relative; overflow:hidden; }
.ths-institutional-card::after { content:""; position:absolute; inset:auto -60px -70px auto; width:180px; height:180px; border-radius:50%; background:rgba(22,76,140,.045); pointer-events:none; }
.ths-institutional-card__head { display:flex; align-items:center; gap:14px; margin-bottom:18px; }
.ths-institutional-card__head .ths-icon { margin:0; flex:0 0 auto; }
.ths-institutional-card__head h3 { margin:2px 0 0; color:var(--ths-navy); font-size:1.35rem; }
.ths-card-eyebrow { display:block; color:var(--ths-blue); font-size:.72rem; font-weight:800; letter-spacing:.10em; text-transform:uppercase; }
.ths-facts { margin:0; }
.ths-facts > div { display:grid; grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr); gap:18px; padding:13px 0; border-bottom:1px solid var(--ths-line); }
.ths-facts > div:last-child { border-bottom:0; }
.ths-facts dt { color:var(--ths-muted); font-size:.92rem; }
.ths-facts dd { margin:0; color:var(--ths-ink); font-weight:750; overflow-wrap:anywhere; }
.ths-facts dd a { font-weight:800; }
.ths-status-badge { display:inline-flex; align-items:center; gap:8px; margin:-2px 0 12px; padding:7px 11px; border-radius:999px; background:rgba(31,122,88,.10); color:var(--ths-success); font-size:.8rem; font-weight:850; }
.ths-status-badge span { width:8px; height:8px; border-radius:50%; background:currentColor; box-shadow:0 0 0 4px rgba(31,122,88,.10); }
.ths-license-note { margin:18px 0 0; padding:15px 16px; border-radius:14px; background:#fff8e8; color:#66511c; font-size:.92rem; }
.ths-institutional-secondary { margin-top:28px; }
.ths-leadership-name { margin:8px 0 2px; color:var(--ths-navy); font-size:1.45rem; font-weight:850; }
.ths-muted-copy { margin:0; color:var(--ths-muted); }
.ths-mini-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:10px; }
.ths-mini-stats > div { padding:16px 12px; border-radius:14px; background:var(--ths-bg); text-align:center; }
.ths-mini-stats strong { display:block; color:var(--ths-navy); font-size:1.45rem; line-height:1.05; }
.ths-mini-stats span { display:block; margin-top:6px; color:var(--ths-muted); font-size:.78rem; }
.ths-verification-panel { margin-top:28px; padding:28px; border-radius:22px; background:linear-gradient(135deg, var(--ths-navy), #123d70); color:#fff; }
.ths-verification-panel .ths-kicker { color:#dbe8ff; }
.ths-verification-panel h3 { margin:8px 0 8px; color:#fff; font-size:1.5rem; }
.ths-verification-panel p { margin:0; max-width:920px; color:rgba(255,255,255,.82); }
@media (max-width: 850px) {
  .ths-institutional-intro { grid-template-columns:1fr; }
  .ths-facts > div { grid-template-columns:1fr; gap:4px; }
}
@media (max-width: 620px) {
  .ths-mini-stats { grid-template-columns:1fr; }
  .ths-license-summary { align-items:flex-start; }
}

/* Policies page — v3.0.4 */
.ths-page-hero--policies {
  background:
    radial-gradient(circle at 82% 24%, rgba(211,163,63,.18), transparent 28%),
    linear-gradient(135deg,#07172b 0%,#0c315a 58%,#164c8c 100%);
}
.ths-page-hero--policies::before {
  content:""; position:absolute; width:260px; height:260px; right:7%; bottom:-155px;
  border:1px solid rgba(255,255,255,.10); border-radius:34px; transform:rotate(20deg);
  box-shadow:0 0 0 38px rgba(255,255,255,.025),0 0 0 76px rgba(255,255,255,.014);
}
.ths-policies-intro {
  display:grid; grid-template-columns:minmax(0,1fr) 150px; gap:44px; align-items:center;
  margin-bottom:46px; padding:34px 38px; background:#fff; border:1px solid var(--ths-line);
  border-radius:28px; box-shadow:0 16px 45px rgba(7,23,43,.07);
}
.ths-policies-intro .ths-section-title { margin-bottom:14px; }
.ths-policies-intro__mark {
  width:128px; height:128px; display:grid; place-items:center; justify-self:end;
  border-radius:30px; color:#fff; background:linear-gradient(145deg,var(--ths-navy),var(--ths-blue));
  box-shadow:0 18px 40px rgba(11,31,58,.20); transform:rotate(4deg);
}
.ths-policies-intro__mark .ths-svg-icon { width:58px; height:58px; }
.ths-policy-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.ths-policy-card {
  position:relative; overflow:hidden; min-height:280px; padding:28px 30px 26px;
  background:#fff; border:1px solid var(--ths-line); border-radius:22px;
  box-shadow:0 12px 34px rgba(6,20,39,.055); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.ths-policy-card::after {
  content:""; position:absolute; width:160px; height:160px; right:-80px; bottom:-100px;
  border-radius:50%; background:linear-gradient(145deg,rgba(22,76,140,.09),rgba(211,163,63,.07));
  transition:transform .3s ease;
}
.ths-policy-card:hover { transform:translateY(-5px); border-color:#cbd7e6; box-shadow:0 22px 56px rgba(6,20,39,.10); }
.ths-policy-card:hover::after { transform:scale(1.12); }
.ths-policy-card__top { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom:22px; }
.ths-policy-card__number { font-size:.74rem; font-weight:900; letter-spacing:.14em; color:#8c9aae; }
.ths-policy-card__icon {
  width:54px; height:54px; display:grid; place-items:center; border-radius:16px;
  color:var(--ths-blue); background:#edf4fb;
}
.ths-policy-card__icon .ths-svg-icon { width:27px; height:27px; }
.ths-policy-card h3 { position:relative; z-index:1; margin:0 0 10px; color:var(--ths-navy); font-size:1.35rem; line-height:1.18; letter-spacing:-.025em; }
.ths-policy-card p { position:relative; z-index:1; margin:0; color:#607087; line-height:1.72; }
.ths-policy-card__status {
  position:relative; z-index:1; display:inline-flex; margin-top:20px; padding:6px 10px;
  border-radius:999px; background:#f3f6fa; color:#6b788b; font-size:.72rem; font-weight:850; text-transform:uppercase; letter-spacing:.09em;
}
.ths-policy-note {
  display:grid; grid-template-columns:70px minmax(0,1fr); gap:24px; align-items:start;
  margin-top:34px; padding:28px 30px; border-radius:22px; background:#0b1f3a; color:#fff;
  box-shadow:0 18px 46px rgba(7,23,43,.16);
}
.ths-policy-note__icon { width:62px; height:62px; display:grid; place-items:center; border-radius:18px; background:rgba(255,255,255,.09); color:#f2c45d; }
.ths-policy-note__icon .ths-svg-icon { width:30px; height:30px; }
.ths-policy-note .ths-kicker { color:#dce8f5; }
.ths-policy-note h3 { margin:8px 0 8px; color:#fff; font-size:1.55rem; letter-spacing:-.02em; }
.ths-policy-note p { margin:0; color:#c9d6e4; }
.ths-policy-contact {
  display:flex; justify-content:space-between; align-items:center; gap:34px; margin-top:34px; padding:38px 40px;
  background:linear-gradient(135deg,#fff 0%,#f7f9fc 100%); border:1px solid var(--ths-line); border-radius:26px;
}
.ths-policy-contact h2 { margin:8px 0 8px; color:var(--ths-navy); font-size:clamp(1.8rem,3vw,2.55rem); line-height:1.08; letter-spacing:-.035em; }
.ths-policy-contact p { margin:0; color:var(--ths-muted); }
.ths-policy-contact__actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
@media (max-width:900px) {
  .ths-policies-intro { grid-template-columns:1fr; }
  .ths-policies-intro__mark { justify-self:start; width:96px; height:96px; border-radius:24px; }
  .ths-policies-intro__mark .ths-svg-icon { width:44px; height:44px; }
  .ths-policy-grid { grid-template-columns:1fr; }
  .ths-policy-contact { display:grid; grid-template-columns:1fr; }
  .ths-policy-contact__actions { justify-content:flex-start; }
}
@media (max-width:620px) {
  .ths-policies-intro { padding:26px 24px; border-radius:22px; }
  .ths-policy-card { min-height:0; padding:24px; }
  .ths-policy-note { grid-template-columns:1fr; padding:25px 24px; }
  .ths-policy-contact { padding:28px 24px; }
  .ths-policy-contact__actions { display:grid; width:100%; }
  .ths-policy-contact__actions .ths-btn { width:100%; text-align:center; overflow-wrap:anywhere; }
}

/* Faculty & Staff page — v3.0.5 */
.ths-page-hero--faculty {
  position:relative; overflow:hidden;
  background:
    radial-gradient(circle at 83% 25%, rgba(211,163,63,.18), transparent 28%),
    radial-gradient(circle at 72% 85%, rgba(31,111,186,.24), transparent 31%),
    linear-gradient(135deg,#07172b 0%,#0b2d53 58%,#164c8c 100%);
}
.ths-page-hero--faculty::after {
  content:""; position:absolute; width:360px; height:360px; right:-115px; top:-135px;
  border:1px solid rgba(255,255,255,.08); border-radius:50%;
  box-shadow:0 0 0 46px rgba(255,255,255,.025),0 0 0 92px rgba(255,255,255,.014);
}
.ths-page-hero--faculty .ths-container { position:relative; z-index:1; }
.ths-faculty-intro {
  display:grid; grid-template-columns:minmax(0,1fr) 220px; gap:54px; align-items:center;
  margin-bottom:38px;
}
.ths-faculty-stat {
  padding:28px 24px; border-radius:24px; text-align:center; color:#fff;
  background:linear-gradient(145deg,var(--ths-navy),var(--ths-blue)); box-shadow:0 18px 46px rgba(11,31,58,.17);
}
.ths-faculty-stat strong { display:block; font-size:clamp(2.6rem,5vw,4.1rem); line-height:.95; letter-spacing:-.055em; }
.ths-faculty-stat span { display:block; margin-top:10px; font-weight:850; }
.ths-faculty-stat small { display:block; margin-top:4px; color:#cbd9e8; }
.ths-director-profile {
  display:grid; grid-template-columns:minmax(330px,.88fr) minmax(0,1.12fr); gap:0; overflow:hidden;
  margin-bottom:68px; border:1px solid var(--ths-line); border-radius:30px; background:#fff;
  box-shadow:0 22px 60px rgba(7,23,43,.10);
}
.ths-director-profile__media { position:relative; min-height:580px; overflow:hidden; background:#eaf0f7; }
.ths-director-profile__media::after {
  content:""; position:absolute; inset:auto 0 0 0; height:35%;
  background:linear-gradient(0deg,rgba(7,23,43,.42),transparent);
}
.ths-director-profile__media img { width:100%; height:100%; object-fit:cover; object-position:center 40%; transition:transform .6s ease; }
.ths-director-profile:hover .ths-director-profile__media img { transform:scale(1.025); }
.ths-director-profile__badge {
  position:absolute; z-index:2; left:24px; bottom:22px; padding:9px 14px; border-radius:999px;
  background:rgba(255,255,255,.94); color:var(--ths-navy); font-size:.77rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase;
  box-shadow:0 10px 30px rgba(0,0,0,.14);
}
.ths-director-profile__content { padding:54px 54px 50px; align-self:center; }
.ths-director-profile__content h2 { margin:10px 0 2px; color:var(--ths-navy); font-size:clamp(2.4rem,5vw,4.2rem); line-height:1; letter-spacing:-.05em; }
.ths-director-profile__role { margin:0 0 20px; color:var(--ths-blue); font-size:1.05rem; font-weight:850; }
.ths-director-profile__copy { margin:0 0 30px; color:var(--ths-muted); font-size:1.08rem; line-height:1.8; }
.ths-leader-contacts { display:grid; gap:12px; }
.ths-leader-contacts a {
  display:flex; align-items:center; gap:13px; min-width:0; padding:14px 16px; border:1px solid var(--ths-line); border-radius:14px; background:#f8fafc;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.ths-leader-contacts a:hover { transform:translateX(3px); border-color:#c8d5e5; background:#fff; }
.ths-leader-contacts .ths-svg-icon { width:24px; height:24px; flex:0 0 24px; color:var(--ths-blue); }
.ths-leader-contacts span { min-width:0; }
.ths-leader-contacts small { display:block; color:var(--ths-muted); font-size:.72rem; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.ths-leader-contacts strong { display:block; margin-top:2px; color:var(--ths-navy); overflow-wrap:anywhere; }
.ths-leadership-heading { max-width:820px; margin:0 0 28px; }
.ths-leadership-heading h2 { margin:9px 0 10px; color:var(--ths-navy); font-size:clamp(2rem,4vw,3.25rem); line-height:1.08; letter-spacing:-.04em; }
.ths-leadership-heading p { margin:0; color:var(--ths-muted); font-size:1.05rem; }
.ths-leadership-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.ths-leader-card {
  overflow:hidden; background:#fff; border:1px solid var(--ths-line); border-radius:24px;
  box-shadow:0 12px 34px rgba(6,20,39,.06); transition:transform .25s ease,box-shadow .25s ease;
}
.ths-leader-card:hover { transform:translateY(-6px); box-shadow:0 24px 58px rgba(6,20,39,.11); }
.ths-leader-card__image { aspect-ratio:1/1; overflow:hidden; background:#edf2f8; }
.ths-leader-card__image img { width:100%; height:100%; object-fit:cover; object-position:center; transition:transform .5s ease; }
.ths-leader-card:hover .ths-leader-card__image img { transform:scale(1.035); }
.ths-leader-card__body { padding:24px 24px 26px; }
.ths-leader-card__role { display:inline-flex; padding:6px 9px; border-radius:999px; background:#edf4fb; color:var(--ths-blue); font-size:.72rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.ths-leader-card h3 { margin:12px 0 8px; color:var(--ths-navy); font-size:1.55rem; letter-spacing:-.025em; }
.ths-leader-card p { margin:0; color:var(--ths-muted); line-height:1.7; }
.ths-leader-card__email { display:flex; align-items:center; gap:9px; margin-top:19px; padding-top:16px; border-top:1px solid var(--ths-line); font-weight:800; overflow-wrap:anywhere; }
.ths-leader-card__email .ths-svg-icon { width:20px; height:20px; flex:0 0 20px; }
.ths-faculty-community { background:#fff; }
.ths-faculty-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-top:34px; }
.ths-faculty-gallery__item { position:relative; overflow:hidden; min-height:420px; margin:0; border-radius:26px; background:#eaf0f7; box-shadow:0 16px 42px rgba(7,23,43,.08); }
.ths-faculty-gallery__item::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,23,43,.78) 0%,rgba(7,23,43,.08) 58%,transparent 76%); }
.ths-faculty-gallery__item img { width:100%; height:100%; min-height:420px; object-fit:cover; transition:transform .65s ease; }
.ths-faculty-gallery__item:hover img { transform:scale(1.035); }
.ths-faculty-gallery__item figcaption { position:absolute; z-index:2; left:26px; right:26px; bottom:24px; color:#fff; }
.ths-faculty-gallery__item figcaption span { display:block; color:#f2c45d; font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.11em; }
.ths-faculty-gallery__item figcaption strong { display:block; margin-top:5px; font-size:1.35rem; line-height:1.25; }
.ths-faculty-teams { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:34px; }
.ths-faculty-teams article { padding:24px; border:1px solid var(--ths-line); border-radius:18px; background:#f8fafc; }
.ths-faculty-teams__icon { display:grid; place-items:center; width:48px; height:48px; margin-bottom:16px; border-radius:14px; background:#eaf2fb; color:var(--ths-blue); }
.ths-faculty-teams__icon .ths-svg-icon { width:25px; height:25px; }
.ths-faculty-teams h3 { margin:0 0 8px; color:var(--ths-navy); }
.ths-faculty-teams p { margin:0; color:var(--ths-muted); font-size:.94rem; line-height:1.68; }
.ths-faculty-cta {
  display:flex; justify-content:space-between; align-items:center; gap:36px; margin-top:42px; padding:38px 40px;
  border-radius:26px; color:#fff; background:linear-gradient(135deg,#07172b,#123f71); box-shadow:0 18px 48px rgba(7,23,43,.16);
}
.ths-faculty-cta .ths-kicker { color:#d7e5f4; }
.ths-faculty-cta h2 { margin:8px 0 7px; color:#fff; font-size:clamp(1.8rem,3vw,2.6rem); letter-spacing:-.035em; }
.ths-faculty-cta p { margin:0; color:#cbd9e8; max-width:690px; }
.ths-faculty-cta__actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; flex:0 0 auto; }
@media (max-width:1000px) {
  .ths-director-profile { grid-template-columns:1fr 1fr; }
  .ths-director-profile__content { padding:40px; }
  .ths-leadership-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ths-leadership-grid .ths-leader-card:last-child { grid-column:1/-1; max-width:calc(50% - 12px); }
  .ths-faculty-teams { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .ths-faculty-intro { grid-template-columns:1fr; gap:24px; }
  .ths-faculty-stat { max-width:300px; }
  .ths-director-profile { grid-template-columns:1fr; }
  .ths-director-profile__media { min-height:460px; }
  .ths-director-profile__content { padding:32px 26px 34px; }
  .ths-leadership-grid { grid-template-columns:1fr; }
  .ths-leadership-grid .ths-leader-card:last-child { grid-column:auto; max-width:none; }
  .ths-faculty-gallery { grid-template-columns:1fr; }
  .ths-faculty-gallery__item, .ths-faculty-gallery__item img { min-height:360px; }
  .ths-faculty-cta { display:grid; grid-template-columns:1fr; padding:30px 26px; }
  .ths-faculty-cta__actions { justify-content:flex-start; }
}
@media (max-width:560px) {
  .ths-faculty-teams { grid-template-columns:1fr; }
  .ths-faculty-gallery__item, .ths-faculty-gallery__item img { min-height:300px; }
  .ths-faculty-gallery__item figcaption { left:20px; right:20px; bottom:20px; }
  .ths-faculty-cta__actions { display:grid; width:100%; }
  .ths-faculty-cta__actions .ths-btn { width:100%; }
}


/* ========================================================================== 
   Version 3.0.6 — News & Events experience
   ========================================================================== */
.ths-news-page { background:#fff; }
.ths-news-hero {
  position:relative; overflow:hidden; color:#fff;
  background:
    radial-gradient(circle at 78% 26%, rgba(72,143,220,.24), transparent 29%),
    radial-gradient(circle at 18% 82%, rgba(228,185,87,.13), transparent 22%),
    linear-gradient(135deg,#061427 0%,#0d2c50 58%,#154f87 100%);
}
.ths-news-hero::before {
  content:""; position:absolute; inset:0; opacity:.22; pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:58px 58px;
}
.ths-news-hero__glow { position:absolute; width:520px; height:520px; right:-180px; top:-250px; border-radius:50%; border:1px solid rgba(255,255,255,.12); box-shadow:0 0 0 56px rgba(255,255,255,.025),0 0 0 112px rgba(255,255,255,.018); }
.ths-news-hero__inner { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.18fr) minmax(300px,.52fr); gap:58px; align-items:center; padding:96px 0 86px; }
.ths-news-hero .ths-kicker { color:#dbe8f6; }
.ths-news-hero__copy h1 { margin:12px 0 20px; max-width:850px; font-size:clamp(3.2rem,6vw,5.8rem); line-height:.96; letter-spacing:-.055em; color:#fff; text-wrap:balance; }
.ths-news-hero__copy > p { max-width:720px; margin:0; color:#d6e3f0; font-size:1.08rem; line-height:1.8; }
.ths-news-hero__chips { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.ths-news-hero__chips span { display:inline-flex; align-items:center; gap:8px; min-height:38px; padding:8px 13px; border:1px solid rgba(255,255,255,.16); border-radius:999px; background:rgba(255,255,255,.07); color:#eaf2fb; font-size:.8rem; font-weight:800; backdrop-filter:blur(8px); }
.ths-news-hero__chips .ths-svg-icon { width:17px; height:17px; flex-basis:17px; color:#f0c35c; }
.ths-news-feature { position:relative; padding:30px; border:1px solid rgba(255,255,255,.18); border-radius:26px; background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055)); backdrop-filter:blur(18px); box-shadow:0 30px 70px rgba(0,0,0,.18); }
.ths-news-feature::after { content:""; position:absolute; inset:auto 22px -9px; height:20px; border-radius:999px; background:rgba(0,0,0,.16); filter:blur(14px); z-index:-1; }
.ths-news-feature__icon { width:56px; height:56px; display:grid; place-items:center; border-radius:18px; background:linear-gradient(145deg,#f3c867,#dba83c); color:#10213c; margin-bottom:26px; box-shadow:0 16px 35px rgba(211,163,63,.28); }
.ths-news-feature__icon .ths-svg-icon { width:27px; height:27px; }
.ths-news-feature small { display:block; color:#bfcde0; text-transform:uppercase; letter-spacing:.12em; font-weight:900; font-size:.7rem; }
.ths-news-feature strong { display:block; margin:13px 0 9px; color:#fff; font-size:1.55rem; line-height:1.15; }
.ths-news-feature time { display:block; color:#d9e4f0; margin-bottom:19px; font-weight:700; }
.ths-news-feature a { color:#fff; font-weight:850; }
.ths-status-pill { display:inline-flex !important; width:max-content; align-items:center; margin-top:13px; padding:5px 9px; border-radius:999px; background:#fff3cc; color:#6f5108 !important; font-size:.67rem !important; line-height:1.2; font-weight:900 !important; letter-spacing:.06em !important; text-transform:uppercase; }
.ths-news-strip { border-bottom:1px solid var(--ths-line); background:#fffaf0; }
.ths-news-strip__inner { min-height:72px; display:flex; align-items:center; gap:16px; padding-block:12px; }
.ths-news-strip__badge { flex:0 0 auto; padding:7px 11px; border-radius:9px; background:var(--ths-navy); color:#fff; font-weight:900; font-size:.78rem; }
.ths-news-strip__inner strong { display:block; color:var(--ths-navy); font-size:.94rem; }
.ths-news-strip__inner small { display:block; color:var(--ths-muted); margin-top:2px; }
.ths-news-content { background:linear-gradient(180deg,#fff 0%,#f6f8fc 100%); }
.ths-news-columns { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:30px; align-items:start; }
.ths-news-panel { padding:30px; background:#fff; border:1px solid var(--ths-line); border-radius:26px; box-shadow:0 22px 60px rgba(6,20,39,.07); }
.ths-news-panel--events { background:linear-gradient(180deg,#fff,#fbfcff); }
.ths-news-panel__head { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom:24px; padding-bottom:22px; border-bottom:1px solid var(--ths-line); }
.ths-news-panel__head h2 { margin:8px 0 0; color:var(--ths-navy); font-size:clamp(1.8rem,3vw,2.55rem); line-height:1.05; letter-spacing:-.035em; }
.ths-news-panel__mark { width:48px; height:48px; flex:0 0 48px; display:grid; place-items:center; border-radius:15px; color:var(--ths-blue); background:var(--ths-sky); }
.ths-news-panel__mark .ths-svg-icon { width:23px; height:23px; }
.ths-news-list { display:grid; gap:14px; }
.ths-news-card { position:relative; padding:21px 21px 19px; border:1px solid var(--ths-line); border-radius:18px; background:#fff; transition:transform .28s var(--ths-ease),box-shadow .28s var(--ths-ease),border-color .28s var(--ths-ease); overflow:hidden; }
.ths-news-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:linear-gradient(180deg,var(--ths-gold),var(--ths-blue)); transform:scaleY(.25); transform-origin:center; transition:transform .28s var(--ths-ease); }
.ths-news-card:hover { transform:translateY(-4px); border-color:#ccd8e7; box-shadow:0 16px 35px rgba(6,20,39,.08); }
.ths-news-card:hover::before { transform:scaleY(1); }
.ths-news-card__meta { display:flex; justify-content:space-between; gap:12px; margin-bottom:9px; color:#8491a4; font-size:.7rem; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.ths-news-card__meta span { color:var(--ths-blue); }
.ths-news-card h3 { margin:0 0 8px; font-size:1.13rem; line-height:1.28; }
.ths-news-card h3 a { color:var(--ths-navy); }
.ths-news-card p { margin:0; color:var(--ths-muted); font-size:.92rem; line-height:1.65; }
.ths-news-card__link { display:inline-flex; margin-top:14px; color:var(--ths-blue); font-size:.83rem; font-weight:850; }
.ths-event-timeline { position:relative; display:grid; gap:14px; }
.ths-event-timeline::before { content:""; position:absolute; left:37px; top:26px; bottom:26px; width:1px; background:linear-gradient(var(--ths-gold),#d9e3ee); opacity:.65; }
.ths-event-card { position:relative; display:grid; grid-template-columns:74px minmax(0,1fr); gap:18px; padding:18px; border:1px solid var(--ths-line); border-radius:19px; background:#fff; transition:transform .28s var(--ths-ease),box-shadow .28s var(--ths-ease); }
.ths-event-card:hover { transform:translateX(5px); box-shadow:0 16px 36px rgba(6,20,39,.08); }
.ths-event-card__date { position:relative; z-index:1; width:74px; height:74px; display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:18px; background:linear-gradient(145deg,#0b1f3a,#174f87); color:#fff; box-shadow:0 10px 25px rgba(11,31,58,.16); }
.ths-event-card__date strong { font-size:1.55rem; line-height:1; }
.ths-event-card__date span { margin-top:5px; color:#d6e3f2; font-size:.69rem; font-weight:900; text-transform:uppercase; letter-spacing:.11em; }
.ths-event-card__flags { display:flex; align-items:center; gap:8px; min-height:22px; margin-bottom:7px; color:#8b96a6; font-size:.67rem; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.ths-event-card__flags .ths-status-pill { margin-top:0; }
.ths-event-card h3 { margin:0 0 7px; color:var(--ths-navy); font-size:1.14rem; line-height:1.25; }
.ths-event-card h3 a { color:inherit; }
.ths-event-card p { margin:0; color:var(--ths-muted); font-size:.9rem; line-height:1.6; }
.ths-event-card__details { display:flex; flex-wrap:wrap; gap:8px 14px; margin-top:13px; color:#607087; font-size:.76rem; font-weight:750; }
.ths-event-card__details span { display:inline-flex; align-items:center; gap:6px; }
.ths-event-card__details .ths-svg-icon { width:15px; height:15px; flex-basis:15px; color:var(--ths-blue); }
.ths-news-empty { padding:34px 24px; text-align:center; border:1px dashed #ccd6e3; border-radius:18px; background:#f9fbfd; }
.ths-news-empty > span { display:grid; place-items:center; width:50px; height:50px; margin:0 auto 13px; border-radius:15px; color:var(--ths-blue); background:var(--ths-sky); }
.ths-news-empty h3 { margin:0 0 7px; color:var(--ths-navy); }
.ths-news-empty p { margin:0; color:var(--ths-muted); }
.ths-news-cta { padding:72px 0; color:#fff; background:linear-gradient(120deg,#07172b,#113d6b); }
.ths-news-cta__inner { display:flex; align-items:center; justify-content:space-between; gap:38px; }
.ths-news-cta .ths-kicker { color:#d8e6f5; }
.ths-news-cta h2 { margin:10px 0 10px; color:#fff; font-size:clamp(2rem,4vw,3.3rem); line-height:1.05; letter-spacing:-.04em; }
.ths-news-cta p { margin:0; max-width:700px; color:#c9d7e7; }
@media (max-width:980px) {
  .ths-news-hero__inner,.ths-news-columns { grid-template-columns:1fr; }
  .ths-news-hero__inner { gap:34px; padding:80px 0 72px; }
  .ths-news-feature { max-width:680px; }
  .ths-news-cta__inner { align-items:flex-start; flex-direction:column; }
}
@media (max-width:620px) {
  .ths-news-hero__copy h1 { font-size:clamp(2.75rem,13vw,4.1rem); }
  .ths-news-hero__chips { gap:7px; }
  .ths-news-hero__chips span { width:100%; justify-content:flex-start; }
  .ths-news-feature,.ths-news-panel { padding:22px; border-radius:20px; }
  .ths-news-strip__inner { align-items:flex-start; }
  .ths-event-card { grid-template-columns:62px minmax(0,1fr); gap:13px; padding:14px; }
  .ths-event-card__date { width:62px; height:62px; border-radius:15px; }
  .ths-event-timeline::before { left:31px; }
  .ths-event-card__details { flex-direction:column; gap:6px; }
}
@media (prefers-reduced-motion:reduce) {
  .ths-news-card,.ths-event-card,.ths-news-feature { transition:none !important; }
  .ths-news-card:hover,.ths-event-card:hover { transform:none !important; }
}

/* Resources page — v3.0.7 */
.ths-resources-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#07182e 0%,#0b2f5b 55%,#164c8c 100%);color:#fff;padding:88px 0 78px}.ths-resources-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:52px;align-items:center}.ths-resources-hero h1{margin:10px 0 18px;max-width:760px;font-size:clamp(2.5rem,5vw,5rem);line-height:.98;letter-spacing:-.045em}.ths-resources-hero p{max-width:720px;color:rgba(255,255,255,.82);font-size:1.08rem}.ths-resources-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.ths-resources-hero__badges span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);font-size:.9rem}.ths-resources-hero__badges .ths-svg-icon{width:18px;height:18px}.ths-resources-hero__panel{padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.09);box-shadow:0 25px 70px rgba(0,0,0,.2);backdrop-filter:blur(16px)}.ths-resources-hero__panel-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:rgba(211,163,63,.18);color:#f4c85f;margin-bottom:22px}.ths-resources-hero__panel-icon .ths-svg-icon{width:27px;height:27px}.ths-resources-hero__panel small{display:block;color:#f4c85f;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.72rem}.ths-resources-hero__panel strong{display:block;margin:7px 0 10px;font-size:1.6rem;line-height:1.15}.ths-resources-hero__panel a{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:#fff;font-weight:800}.ths-resources-hero__orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.22}.ths-resources-hero__orb--one{width:420px;height:420px;right:-110px;top:-160px;background:#4c96e8}.ths-resources-hero__orb--two{width:300px;height:300px;left:-120px;bottom:-170px;background:#d3a33f}.ths-resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px}.ths-resource-card{position:relative;display:flex;flex-direction:column;min-height:315px;padding:24px;border:1px solid var(--ths-line);border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(11,31,58,.06);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.ths-resource-card:hover{transform:translateY(-6px);box-shadow:0 24px 58px rgba(11,31,58,.13);border-color:rgba(22,76,140,.28)}.ths-resource-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.ths-resource-card__number{font-weight:900;letter-spacing:.14em;color:#9aa8ba;font-size:.76rem}.ths-resource-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#eef4fb;color:var(--ths-blue)}.ths-resource-card__icon .ths-svg-icon{width:24px;height:24px}.ths-resource-card h3{margin:0 0 10px;font-size:1.24rem;line-height:1.2}.ths-resource-card p{margin:0 0 20px;color:var(--ths-muted);font-size:.95rem}.ths-resource-card>a{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--ths-blue);font-weight:800}.ths-resource-availability{background:linear-gradient(180deg,#fff,#f8fafc)}.ths-resource-availability__inner{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;padding:36px;border-radius:28px;border:1px solid var(--ths-line);background:#fff;box-shadow:var(--ths-shadow)}.ths-resource-availability__inner h2{margin:8px 0 12px;font-size:clamp(1.9rem,3vw,3rem);line-height:1.08}.ths-resource-status-list{display:grid;gap:12px}.ths-resource-status-list>div{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--ths-line);border-radius:16px;background:#f9fbfe}.ths-resource-status-list>div>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#eaf2fb;color:var(--ths-blue);flex:0 0 auto}.ths-resource-status-list .ths-svg-icon{width:21px;height:21px}.ths-resource-status-list strong,.ths-resource-status-list small{display:block}.ths-resource-status-list small{color:var(--ths-muted)}.ths-resource-request{scroll-margin-top:110px}.ths-resource-contact-card{display:flex;align-items:center;gap:14px;margin-top:14px;padding:16px 18px;border:1px solid var(--ths-line);border-radius:16px;background:#fff}.ths-resource-contact-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#edf4fc;color:var(--ths-blue);flex:0 0 auto}.ths-resource-contact-card .ths-svg-icon{width:21px;height:21px}.ths-resource-contact-card small{display:block;color:var(--ths-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.ths-resource-contact-card a,.ths-resource-contact-card strong{color:var(--ths-ink);font-weight:800;word-break:break-word}
@media(max-width:1050px){.ths-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ths-resources-hero__inner{grid-template-columns:1fr .75fr}.ths-resource-availability__inner{grid-template-columns:1fr}}
@media(max-width:760px){.ths-resources-hero{padding:64px 0}.ths-resources-hero__inner{grid-template-columns:1fr;gap:28px}.ths-resources-hero__panel{padding:24px}.ths-resource-grid{grid-template-columns:1fr}.ths-resource-card{min-height:0}.ths-resource-availability__inner{padding:24px}.ths-resources-hero__badges{gap:8px}.ths-resources-hero__badges span{font-size:.8rem}}

/* Gallery page — v3.0.8 */
.ths-gallery-hero{position:relative;overflow:hidden;padding:92px 0 82px;color:#fff;background:linear-gradient(130deg,#06162b 0%,#0b2b50 54%,#174f87 100%)}
.ths-gallery-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:58px;align-items:center}
.ths-gallery-hero__copy h1{max-width:820px;margin:10px 0 18px;font-size:clamp(3rem,6vw,5.7rem);line-height:.96;letter-spacing:-.055em}
.ths-gallery-hero__copy p{max-width:760px;margin:0;color:rgba(255,255,255,.82);font-size:1.08rem;line-height:1.75}
.ths-gallery-hero__chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.ths-gallery-hero__chips span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.07);font-size:.86rem;font-weight:750;backdrop-filter:blur(12px)}.ths-gallery-hero__chips .ths-svg-icon{width:18px;height:18px;color:#f2c45d}
.ths-gallery-hero__feature{position:relative;min-height:470px;border:1px solid rgba(255,255,255,.15);border-radius:30px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.24)}.ths-gallery-hero__feature::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,17,32,.8) 0%,rgba(4,17,32,.08) 55%,transparent 75%)}.ths-gallery-hero__feature img{width:100%;height:100%;min-height:470px;object-fit:cover;transition:transform .8s var(--ths-ease)}.ths-gallery-hero__feature:hover img{transform:scale(1.035)}.ths-gallery-hero__feature-label{position:absolute;z-index:2;left:28px;right:28px;bottom:26px}.ths-gallery-hero__feature-label small{display:block;color:#f2c45d;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.ths-gallery-hero__feature-label strong{display:block;margin-top:6px;color:#fff;font-size:1.35rem;line-height:1.25}
.ths-gallery-hero__glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.2}.ths-gallery-hero__glow--one{width:450px;height:450px;right:-140px;top:-180px;background:#4f9ae8}.ths-gallery-hero__glow--two{width:330px;height:330px;left:-140px;bottom:-190px;background:#d3a33f}
.ths-gallery-intro{padding:56px 0 18px;background:#fff}.ths-gallery-intro__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:end}.ths-gallery-intro h2{margin:8px 0 0;color:var(--ths-navy);font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.02;letter-spacing:-.045em}.ths-gallery-intro p{margin:0;color:var(--ths-muted);font-size:1.03rem;line-height:1.8}
.ths-gallery-section{padding-top:44px;background:linear-gradient(180deg,#fff 0%,#f6f8fb 100%)}
.ths-gallery-filters{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.ths-gallery-filter{appearance:none;border:1px solid var(--ths-line);border-radius:999px;padding:10px 15px;background:#fff;color:#40516a;font:inherit;font-size:.84rem;font-weight:800;cursor:pointer;transition:all .2s ease}.ths-gallery-filter:hover{border-color:#b9c9dc;color:var(--ths-blue);transform:translateY(-1px)}.ths-gallery-filter.is-active{border-color:var(--ths-navy);background:var(--ths-navy);color:#fff;box-shadow:0 10px 22px rgba(11,31,58,.12)}
.ths-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;gap:18px}.ths-gallery-card{margin:0;min-width:0;overflow:hidden;border:1px solid var(--ths-line);border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(7,23,43,.06);transition:transform .28s var(--ths-ease),box-shadow .28s var(--ths-ease),opacity .22s ease}.ths-gallery-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(7,23,43,.12)}.ths-gallery-card[hidden]{display:none!important}.ths-gallery-card.is-filtered-in{animation:thsGalleryIn .38s ease both}.ths-gallery-card__button{display:flex;flex-direction:column;width:100%;height:100%;padding:0;border:0;background:none;text-align:left;cursor:zoom-in;color:inherit}.ths-gallery-card__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#e9eef5}.ths-gallery-card--featured{grid-column:span 2}.ths-gallery-card--featured .ths-gallery-card__media{aspect-ratio:16/9}.ths-gallery-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ths-ease),filter .35s ease}.ths-gallery-card:hover .ths-gallery-card__media img{transform:scale(1.035);filter:saturate(1.04)}.ths-gallery-card__zoom{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(7,23,43,.8);color:#fff;font-size:1.4rem;font-weight:300;box-shadow:0 8px 20px rgba(0,0,0,.2);backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease}.ths-gallery-card:hover .ths-gallery-card__zoom{transform:scale(1.06);background:var(--ths-blue)}.ths-gallery-card__caption{display:block;padding:19px 20px 21px}.ths-gallery-card__caption small{display:block;color:var(--ths-blue);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.ths-gallery-card__caption strong{display:block;margin-top:7px;color:var(--ths-navy);font-size:1.12rem;line-height:1.25}.ths-gallery-card__caption span{display:block;margin-top:8px;color:var(--ths-muted);font-size:.87rem;line-height:1.6}
.ths-gallery-cta{display:flex;justify-content:space-between;align-items:center;gap:36px;margin-top:48px;padding:38px 40px;border-radius:26px;color:#fff;background:linear-gradient(135deg,#07172b,#123f71);box-shadow:0 18px 48px rgba(7,23,43,.16)}.ths-gallery-cta .ths-kicker{color:#d7e5f4}.ths-gallery-cta h2{margin:8px 0 7px;color:#fff;font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.035em}.ths-gallery-cta p{max-width:700px;margin:0;color:#cbd9e8}.ths-gallery-cta__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}
.ths-gallery-lightbox{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .24s ease,visibility .24s ease}.ths-gallery-lightbox.is-open{opacity:1;visibility:visible}.ths-gallery-lightbox__backdrop{position:absolute;inset:0;border:0;background:rgba(3,10,20,.86);backdrop-filter:blur(8px);cursor:zoom-out}.ths-gallery-lightbox__dialog{position:relative;z-index:2;width:min(1180px,94vw);max-height:92vh;display:grid;place-items:center}.ths-gallery-lightbox figure{width:100%;max-height:92vh;margin:0;overflow:hidden;border-radius:22px;background:#07172b;box-shadow:0 30px 100px rgba(0,0,0,.45)}.ths-gallery-lightbox figure img{display:block;width:100%;max-height:72vh;object-fit:contain;background:#050d18}.ths-gallery-lightbox figcaption{padding:18px 22px 21px;color:#fff}.ths-gallery-lightbox figcaption small{display:block;color:#f2c45d;font-size:.69rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.ths-gallery-lightbox figcaption strong{display:block;margin-top:5px;font-size:1.25rem}.ths-gallery-lightbox figcaption span{display:block;margin-top:6px;color:#c8d6e5;font-size:.9rem;line-height:1.6}.ths-gallery-lightbox__close,.ths-gallery-lightbox__nav{position:absolute;z-index:4;border:0;color:#fff;background:rgba(10,27,48,.86);box-shadow:0 8px 26px rgba(0,0,0,.28);backdrop-filter:blur(8px);cursor:pointer}.ths-gallery-lightbox__close{right:14px;top:14px;width:44px;height:44px;border-radius:50%;font-size:1.9rem;line-height:1}.ths-gallery-lightbox__nav{top:50%;transform:translateY(-50%);width:48px;height:64px;border-radius:16px;font-size:2.2rem}.ths-gallery-lightbox__nav--prev{left:-64px}.ths-gallery-lightbox__nav--next{right:-64px}.ths-gallery-lock{overflow:hidden}
@keyframes thsGalleryIn{from{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}
@media(max-width:1080px){.ths-gallery-hero__inner{grid-template-columns:1fr .9fr;gap:36px}.ths-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ths-gallery-card--featured{grid-column:span 1}.ths-gallery-card--featured .ths-gallery-card__media{aspect-ratio:4/3}.ths-gallery-lightbox__nav--prev{left:12px}.ths-gallery-lightbox__nav--next{right:12px}}
@media(max-width:780px){.ths-gallery-hero{padding:68px 0 60px}.ths-gallery-hero__inner{grid-template-columns:1fr}.ths-gallery-hero__feature{min-height:360px}.ths-gallery-hero__feature img{min-height:360px}.ths-gallery-intro__inner{grid-template-columns:1fr;gap:16px}.ths-gallery-grid{grid-template-columns:1fr}.ths-gallery-card__media,.ths-gallery-card--featured .ths-gallery-card__media{aspect-ratio:4/3}.ths-gallery-cta{align-items:flex-start;flex-direction:column;padding:30px 26px}.ths-gallery-cta__actions{justify-content:flex-start}.ths-gallery-lightbox{padding:12px}.ths-gallery-lightbox figure{border-radius:16px}.ths-gallery-lightbox figure img{max-height:68vh}.ths-gallery-lightbox__nav{width:42px;height:54px}.ths-gallery-lightbox__nav--prev{left:8px}.ths-gallery-lightbox__nav--next{right:8px}}
@media(max-width:520px){.ths-gallery-hero__chips span{width:100%;justify-content:flex-start}.ths-gallery-filters{display:grid;grid-template-columns:1fr 1fr}.ths-gallery-filter{width:100%;padding:10px}.ths-gallery-card__caption span{font-size:.84rem}.ths-gallery-lightbox figcaption{padding:14px 16px 17px}.ths-gallery-lightbox__close{width:40px;height:40px;right:9px;top:9px}}
@media(prefers-reduced-motion:reduce){.ths-gallery-card,.ths-gallery-card__media img,.ths-gallery-hero__feature img,.ths-gallery-filter{transition:none!important}.ths-gallery-card:hover,.ths-gallery-filter:hover{transform:none!important}.ths-gallery-card.is-filtered-in{animation:none!important}}
