/* ==========================================================================
   Holy Trinity International College: design system
   Palette from the crest (plum + teal), arch motif from the campus windows.
   ========================================================================== */

:root {
  --plum-950: #150824;
  --plum-900: #1f0b35;
  --plum-800: #2d1150;
  --plum-700: #3f1a6d;
  --plum-600: #5a2a88;
  --plum-500: #7a3fae;
  --orchid: #c48ae6;
  --orchid-soft: #f3e8fb;
  --teal-700: #0b6f69;
  --teal-600: #0f8f86;
  --teal-500: #14b3a4;
  --teal-300: #6ee7d8;
  --teal-soft: #e3f7f4;
  --gold: #f2b544;
  --ink: #1b1428;
  --body: #4a4259;
  --muted: #776f86;
  --line: #ebe4f1;
  --paper: #fbf8f4;
  --white: #ffffff;

  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --arch: 999px 999px var(--r) var(--r);
  --shadow-sm: 0 2px 8px rgba(31, 11, 53, .06);
  --shadow: 0 18px 40px -18px rgba(31, 11, 53, .28);
  --shadow-lg: 0 40px 80px -30px rgba(31, 11, 53, .45);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
}

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body) !important;
  color: var(--body);
  background: var(--white);
  font-size: 16.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, p, li, input, textarea, select, button { font-family: var(--f-body); }
h1, h2, h3, h4, h5, h6, .heading-font, .htic-display {
  font-family: var(--f-display) !important;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.12;
  font-optical-sizing: auto;
}
.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; }
a { color: var(--plum-600); transition: color .2s; }
a:hover { color: var(--teal-600); }
::selection { background: var(--orchid); color: var(--plum-950); }
img { max-width: 100%; height: auto; }
#main, #wrapper { background: var(--white); overflow-x: clip; }
.page-template-page-blank #content { padding: 0; }

/* ---------- Top bar ---------- */
#top-bar, .header-top {
  background: var(--plum-950) !important;
  font-family: var(--f-body);
  font-size: 13px;
  letter-spacing: .01em;
}
.header-top .nav > li > a, .header-top .html { font-size: 13px; text-transform: none; }
.htic-tb { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.82); font-weight: 500; }
.htic-tb .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-300); box-shadow: 0 0 0 0 rgba(110,231,216,.6); animation: htic-pulse 2.4s infinite; }
.htic-tb a { color: var(--teal-300); font-weight: 700; }
.htic-tb a:hover { color: #fff; }
.htic-tb-right { display: inline-flex; gap: 22px; align-items: center; }
.htic-tb-right a { color: rgba(255,255,255,.8); display: inline-flex; gap: 7px; align-items: center; font-weight: 500; }
.htic-tb-right a:hover { color: #fff; }
.htic-tb-right svg { width: 14px; height: 14px; opacity: .8; }
@keyframes htic-pulse { 0% { box-shadow: 0 0 0 0 rgba(110,231,216,.6); } 70% { box-shadow: 0 0 0 9px rgba(110,231,216,0); } 100% { box-shadow: 0 0 0 0 rgba(110,231,216,0); } }

/* ---------- Header ---------- */
.header-main { background: rgba(255,255,255,.96) !important; border-bottom: 1px solid var(--line); }
.stuck .header-main { backdrop-filter: saturate(160%) blur(12px); background: rgba(255,255,255,.9) !important; box-shadow: 0 10px 30px -18px rgba(31,11,53,.35); }
#logo a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
#logo img.header_logo, #logo img.header-logo, #logo img {
  background: radial-gradient(circle at 50% 40%, var(--plum-700), var(--plum-950));
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 6px 16px -6px rgba(31,11,53,.55);
  width: 58px !important; height: 58px !important; max-height: none !important; object-fit: contain;
  transition: transform .5s var(--ease);
}
#logo a:hover img { transform: rotate(-8deg) scale(1.04); }
#logo a::after {
  content: "Holy Trinity\A International College";
  white-space: pre;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  color: var(--plum-800);
  letter-spacing: -.01em;
  text-transform: none;
}
.stuck #logo img { width: 48px !important; height: 48px !important; }
#logo { width: auto !important; }

.header-nav-main > li > a.nav-top-link, .header-nav .nav-top-link {
  font-family: var(--f-body) !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: var(--ink) !important;
  padding: 10px 2px !important;
  position: relative;
}
.header-nav-main > li { margin: 0 11px !important; }
.header-nav-main > li > a.nav-top-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--plum-500), var(--teal-500));
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.header-nav-main > li:hover > a.nav-top-link::after,
.header-nav-main > li.active > a.nav-top-link::after,
.header-nav-main > li.current-menu-ancestor > a.nav-top-link::after { transform: scaleX(1); }
.header-nav-main > li.active > a, .header-nav-main > li.current-menu-ancestor > a { color: var(--plum-600) !important; }
.header-nav .icon-angle-down { opacity: .5; font-size: 11px; }

.nav-dropdown {
  border: 1px solid var(--line) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-lg) !important;
  padding: 10px !important;
  min-width: 250px;
}
.nav-dropdown-bold .nav-column li > a, .nav-dropdown > li > a {
  border-radius: 10px !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  text-transform: none !important;
  color: var(--ink) !important;
  padding: 10px 14px !important;
  margin: 0 !important;
}
.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown > li > a:hover {
  background: var(--orchid-soft) !important; color: var(--plum-600) !important;
}

.header-button .button, a.header-button-1, .header-button-1 .button {
  background: linear-gradient(135deg, var(--plum-600), var(--plum-800)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-family: var(--f-body) !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: .01em !important;
  padding: 0 24px !important;
  line-height: 44px !important;
  min-height: 44px !important;
  box-shadow: 0 10px 22px -10px rgba(90,42,136,.8);
  transition: transform .25s var(--ease), box-shadow .25s !important;
}
.header-button .button:hover { transform: translateY(-2px); box-shadow: 0 16px 28px -12px rgba(90,42,136,.9); }

/* Mobile header + off-canvas menu */
@media (max-width: 849px) {
  #logo a::after { font-size: 15px; }
  #logo img { width: 46px !important; height: 46px !important; }
  .header-main { height: 72px; }
}
.off-canvas .sidebar-menu, .off-canvas-left .mfp-content, .off-canvas-right .mfp-content { background: var(--plum-950) !important; }
.off-canvas .nav-sidebar > li > a, .off-canvas .nav-vertical > li > a {
  color: #fff !important; font-family: var(--f-display) !important; font-size: 20px !important;
  text-transform: none !important; font-weight: 500 !important; letter-spacing: 0;
}
.off-canvas .nav-vertical li li > a, .off-canvas .nav-sidebar li ul li a { color: rgba(255,255,255,.72) !important; text-transform: none !important; font-size: 15px !important; }
.off-canvas .nav-vertical > li { border-color: rgba(255,255,255,.08) !important; }
.off-canvas .toggle { color: var(--teal-300) !important; }
.off-canvas .html, .off-canvas .social-icons a { color: rgba(255,255,255,.8) !important; }

/* ---------- Layout ---------- */
.htic { font-family: var(--f-body); }
.htic *, .htic *::before, .htic *::after { box-sizing: border-box; }
.htic-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.htic-section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.htic-section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.htic-section--paper { background: var(--paper); }
.htic-section--plum { background: var(--plum-900); color: rgba(255,255,255,.78); }
.htic-section--plum h2, .htic-section--plum h3, .htic-section--plum h4 { color: #fff; }
.htic-grid { display: grid; gap: clamp(20px, 3vw, 32px); }
.htic-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.htic-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.htic-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.htic-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.htic-split--rev > :first-child { order: 2; }
@media (max-width: 960px) {
  .htic-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .htic-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .htic-split { grid-template-columns: 1fr; }
  .htic-split--rev > :first-child { order: 0; }
}
@media (max-width: 600px) {
  .htic-grid-2, .htic-grid-3, .htic-grid-4 { grid-template-columns: 1fr; }
}

/* ---------- Type helpers ---------- */
.htic-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-body); font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--teal-600); margin-bottom: 18px;
}
.htic-eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 2px; background: currentColor; }
.htic-section--plum .htic-eyebrow, .htic-hero .htic-eyebrow, .htic-pagehero .htic-eyebrow { color: var(--teal-300); }
.htic h1 { font-size: clamp(40px, 6.2vw, 76px); margin: 0 0 22px; }
.htic h2 { font-size: clamp(32px, 4.2vw, 52px); margin: 0 0 20px; }
.htic h3 { font-size: clamp(22px, 2.2vw, 27px); margin: 0 0 12px; }
.htic h4 { font-size: 19px; margin: 0 0 8px; }
.htic p { margin: 0 0 1.1em; }
.htic .lead { font-size: clamp(18px, 1.6vw, 20.5px); line-height: 1.65; color: var(--body); }
.htic em.hl, .htic h1 em, .htic h2 em {
  font-style: italic; font-weight: 500;
  background: linear-gradient(100deg, var(--plum-500), var(--teal-500));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-right: .06em;
}
.htic-section--plum h2 em, .htic-hero h1 em, .htic-pagehero h1 em {
  background: linear-gradient(100deg, var(--orchid), var(--teal-300));
  -webkit-background-clip: text; background-clip: text;
}
.htic-center { text-align: center; }
.htic-head { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.htic-head--left { margin-left: 0; text-align: left; }
.htic-head p { font-size: 18px; }

/* ---------- Buttons ---------- */
.htic-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px;
  font-family: var(--f-body); font-weight: 700; font-size: 15.5px; line-height: 1.2; text-decoration: none !important;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s;
  border: 2px solid transparent; cursor: pointer; white-space: nowrap;
}
.htic-btn svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.htic-btn:hover svg { transform: translateX(4px); }
.htic-btn--primary { background: linear-gradient(135deg, var(--teal-500), var(--teal-700)); color: #fff !important; box-shadow: 0 14px 30px -14px rgba(15,143,134,.9); }
.htic-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 20px 36px -14px rgba(15,143,134,.95); }
.htic-btn--plum { background: linear-gradient(135deg, var(--plum-500), var(--plum-800)); color: #fff !important; box-shadow: 0 14px 30px -14px rgba(90,42,136,.9); }
.htic-btn--plum:hover { transform: translateY(-3px); }
.htic-btn--ghost { border-color: rgba(255,255,255,.4); color: #fff !important; background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.htic-btn--ghost:hover { background: #fff; color: var(--plum-800) !important; }
.htic-btn--outline { border-color: var(--plum-600); color: var(--plum-600) !important; }
.htic-btn--outline:hover { background: var(--plum-600); color: #fff !important; }
.htic-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.htic-link { font-weight: 700; color: var(--plum-600); display: inline-flex; gap: 8px; align-items: center; text-decoration: none; }
.htic-link svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.htic-link:hover svg { transform: translateX(4px); }

/* ---------- Home hero ---------- */
.htic-hero {
  position: relative; overflow: hidden; color: rgba(255,255,255,.82);
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(20,179,164,.28), transparent 60%),
    radial-gradient(900px 700px at -10% 110%, rgba(196,138,230,.25), transparent 60%),
    linear-gradient(160deg, var(--plum-800), var(--plum-950) 70%);
  padding: clamp(56px, 8vw, 110px) 0 clamp(90px, 10vw, 140px);
}
.htic-hero::before { /* crest-like guilloche pattern */
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.06'%3E%3Ccircle cx='40' cy='40' r='39'/%3E%3Ccircle cx='0' cy='0' r='39'/%3E%3Ccircle cx='80' cy='0' r='39'/%3E%3Ccircle cx='0' cy='80' r='39'/%3E%3Ccircle cx='80' cy='80' r='39'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: linear-gradient(180deg, #000 20%, transparent 95%);
  -webkit-mask-image: linear-gradient(180deg, #000 20%, transparent 95%);
}
.htic-hero .htic-wrap { position: relative; z-index: 2; }
.htic-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.htic-hero h1 { color: #fff; }
.htic-hero .lead { color: rgba(255,255,255,.78); max-width: 560px; margin-bottom: 34px; }
.htic-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.htic-chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.88);
  font-size: 13.5px; font-weight: 600;
}
.htic-chip svg { width: 15px; height: 15px; color: var(--teal-300); }
.htic-hero-art { position: relative; aspect-ratio: 4 / 4.6; max-width: 520px; justify-self: end; width: 100%; }
.htic-arch {
  position: absolute; overflow: hidden; border-radius: var(--arch);
  box-shadow: var(--shadow-lg);
}
.htic-arch img { width: 100%; height: 100%; object-fit: cover; display: block; }
.htic-hero-art .a1 { inset: 0 18% 8% 0; border: 6px solid rgba(255,255,255,.08); }
.htic-hero-art .a1 img { animation: htic-kenburns 18s ease-in-out infinite alternate; }
.htic-hero-art .a2 { width: 44%; aspect-ratio: 3/4; right: 0; bottom: 0; border: 6px solid var(--plum-900); }
.htic-hero-crest {
  position: absolute; left: -26px; bottom: 16%; width: 108px; height: 108px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, var(--plum-700), var(--plum-950)); padding: 8px;
  box-shadow: var(--shadow-lg); border: 3px solid rgba(255,255,255,.12);
  animation: htic-float 7s ease-in-out infinite;
}
.htic-hero-crest img { width: 100%; height: 100%; object-fit: contain; }
.htic-hero-card {
  position: absolute; top: 9%; right: 0; background: #fff; color: var(--ink); border-radius: 16px; padding: 14px 18px;
  box-shadow: var(--shadow-lg); display: flex; gap: 12px; align-items: center; animation: htic-float 8s ease-in-out -2s infinite;
  max-width: 230px;
}
.htic-hero-card b { display: block; font-family: var(--f-display); font-size: 17px; line-height: 1.2; color: var(--plum-800); }
.htic-hero-card span { font-size: 12.5px; color: var(--muted); line-height: 1.35; display: block; }
.htic-hero-card i { flex: 0 0 40px; height: 40px; border-radius: 12px; background: var(--teal-soft); color: var(--teal-600); display: grid; place-items: center; }
.htic-hero-card i svg { width: 22px; height: 22px; }
.htic-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; z-index: 1; }
.htic-orb.o1 { width: 14px; height: 14px; background: var(--teal-300); top: 18%; left: 48%; animation: htic-float 6s ease-in-out infinite; }
.htic-orb.o2 { width: 9px; height: 9px; background: var(--orchid); top: 70%; left: 6%; animation: htic-float 9s ease-in-out -3s infinite; }
.htic-orb.o3 { width: 20px; height: 20px; border: 2px solid rgba(255,255,255,.25); background: transparent; top: 12%; left: 8%; animation: htic-float 11s ease-in-out -5s infinite; }
.htic-hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; z-index: 3; }
.htic-hero-wave svg { width: 100%; height: clamp(40px, 6vw, 90px); display: block; }
@keyframes htic-kenburns { from { transform: scale(1.02) translate(0,0); } to { transform: scale(1.14) translate(-2%, -2%); } }
@keyframes htic-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (max-width: 960px) {
  .htic-hero-grid { grid-template-columns: 1fr; }
  .htic-hero-art { justify-self: center; max-width: 440px; margin-top: 12px; }
}
@media (max-width: 600px) {
  .htic-hero-card { right: -4px; max-width: 190px; padding: 10px 12px; }
  .htic-hero-crest { width: 80px; height: 80px; left: -6px; }
  .htic-btns .htic-btn { flex: 1 1 auto; justify-content: center; }
}

/* ---------- Stat strip ---------- */
.htic-stats {
  position: relative; z-index: 5; margin-top: clamp(-70px, -6vw, -40px);
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line);
}
.htic-stat { padding: clamp(22px, 3vw, 34px) clamp(18px, 2.5vw, 30px); position: relative; }
.htic-stat + .htic-stat::before { content: ""; position: absolute; left: 0; top: 24%; bottom: 24%; width: 1px; background: var(--line); }
.htic-stat b { display: block; font-family: var(--f-display); font-size: clamp(34px, 4vw, 48px); font-weight: 600; color: var(--plum-700); line-height: 1; margin-bottom: 8px; letter-spacing: -.02em; }
.htic-stat b small { font-size: .5em; color: var(--teal-600); margin-left: 2px; }
.htic-stat b > span { display: inline; font: inherit; color: inherit; }
.htic-stat > span { font-size: 14px; color: var(--muted); font-weight: 500; line-height: 1.4; display: block; }
@media (max-width: 800px) {
  .htic-stats { grid-template-columns: repeat(2, 1fr); }
  .htic-stat:nth-child(3)::before { display: none; }
  .htic-stat:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* ---------- Photo frames ---------- */
.htic-frame { position: relative; }
.htic-frame .main { border-radius: var(--arch); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.htic-frame .main img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s var(--ease); }
.htic-frame:hover .main img { transform: scale(1.05); }
.htic-frame .sub {
  position: absolute; width: 46%; aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  right: -6%; bottom: -8%; border: 8px solid #fff; box-shadow: var(--shadow);
}
.htic-frame .sub img { width: 100%; height: 100%; object-fit: cover; display: block; }
.htic-frame .ring { position: absolute; width: 58%; aspect-ratio: 1; border-radius: 50%; border: 2px dashed var(--orchid); left: -12%; top: -8%; z-index: -1; animation: htic-spin 60s linear infinite; }
.htic-frame .tag {
  position: absolute; left: -4%; top: 12%; background: var(--plum-800); color: #fff; padding: 14px 18px; border-radius: 16px;
  box-shadow: var(--shadow); max-width: 210px; font-size: 13px; line-height: 1.4;
}
.htic-frame .tag b { display: block; font-family: var(--f-display); font-size: 22px; color: var(--teal-300); line-height: 1.1; margin-bottom: 2px; }
@keyframes htic-spin { to { transform: rotate(360deg); } }
@media (max-width: 960px) { .htic-frame { max-width: 460px; margin: 0 auto 40px; } }

/* ---------- Cards ---------- */
.htic-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 34px);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
  position: relative; overflow: hidden; height: 100%;
}
.htic-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.htic-card p { font-size: 15.5px; margin-bottom: 0; }
.htic-ico {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px;
  background: linear-gradient(135deg, var(--orchid-soft), var(--teal-soft)); color: var(--plum-600);
  transition: transform .45s var(--ease), background .45s, color .45s;
}
.htic-ico svg { width: 26px; height: 26px; }
.htic-card:hover .htic-ico { transform: rotate(-6deg) scale(1.06); background: linear-gradient(135deg, var(--plum-600), var(--teal-600)); color: #fff; }

.htic-stream {
  border-radius: var(--r-lg); overflow: hidden; background: #fff; border: 1px solid var(--line);
  display: flex; flex-direction: column; transition: transform .45s var(--ease), box-shadow .45s var(--ease);
  height: 100%;
}
.htic-stream:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.htic-stream .ph { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.htic-stream .ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s var(--ease); }
.htic-stream:hover .ph img { transform: scale(1.07); }
.htic-stream .ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(21,8,36,.55)); }
.htic-stream .num { position: absolute; left: 20px; bottom: 14px; z-index: 2; font-family: var(--f-display); font-size: 15px; color: #fff; font-weight: 500; letter-spacing: .04em; }
.htic-stream .bd { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.htic-stream ul { list-style: none; margin: 4px 0 22px; padding: 0; }
.htic-stream li { padding: 7px 0 7px 26px; position: relative; border-bottom: 1px dashed var(--line); font-size: 15px; color: var(--ink); font-weight: 500; margin: 0; }
.htic-stream li:last-child { border-bottom: 0; }
.htic-stream li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 10px; height: 10px; border-radius: 3px; transform: rotate(45deg); background: linear-gradient(135deg, var(--plum-500), var(--teal-500)); }
.htic-stream .htic-link { margin-top: auto; }

/* Checklist */
.htic-checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.htic-checks li { display: flex; gap: 14px; align-items: flex-start; margin: 0; color: var(--ink); font-weight: 500; }
.htic-checks li::before {
  content: ""; flex: 0 0 24px; height: 24px; border-radius: 50%; margin-top: 2px;
  background: var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f8f86' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/14px no-repeat;
}
.htic-section--plum .htic-checks li { color: rgba(255,255,255,.9); }
.htic-section--plum .htic-checks li::before { background-color: rgba(110,231,216,.14); }

/* ---------- Mosaic (learning by doing) ---------- */
.htic-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(70px, 8vw, 110px); gap: 14px; }
.htic-mosaic figure { margin: 0; overflow: hidden; border-radius: var(--r); position: relative; }
.htic-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.1s var(--ease), filter .6s; }
.htic-mosaic figure:hover img { transform: scale(1.06); }
.htic-mosaic figcaption {
  position: absolute; left: 12px; bottom: 12px; background: rgba(21,8,36,.72); backdrop-filter: blur(6px);
  color: #fff; font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 999px;
}
.htic-mosaic .m1 { grid-column: 1 / 8; grid-row: span 4; border-radius: var(--arch); }
.htic-mosaic .m2 { grid-column: 8 / 13; grid-row: span 3; }
.htic-mosaic .m3 { grid-column: 8 / 13; grid-row: span 3; }
.htic-mosaic .m4 { grid-column: 1 / 5; grid-row: span 2; }
.htic-mosaic .m5 { grid-column: 5 / 8; grid-row: span 2; }
@media (max-width: 700px) {
  .htic-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .htic-mosaic .m1 { grid-column: 1 / 3; grid-row: span 2; }
  .htic-mosaic .m2, .htic-mosaic .m3, .htic-mosaic .m4, .htic-mosaic .m5 { grid-column: auto; grid-row: span 1; }
}

/* ---------- Quote ---------- */
.htic-quote { position: relative; padding-left: 28px; border-left: 3px solid var(--teal-500); margin: 30px 0; }
.htic-quote p { font-family: var(--f-display); font-style: italic; font-size: clamp(20px, 2vw, 25px); line-height: 1.45; color: inherit; margin: 0 0 10px; font-weight: 400; }
.htic-section--plum .htic-quote p { color: #fff; }
.htic-quote cite { font-style: normal; font-size: 14px; color: var(--teal-300); font-weight: 600; }

/* ---------- Marquee ---------- */
.htic-marquee { overflow: hidden; background: var(--plum-950); color: #fff; padding: 22px 0; position: relative; }
.htic-marquee-track { display: flex; gap: 48px; width: max-content; animation: htic-marquee 38s linear infinite; }
.htic-marquee span { font-family: var(--f-display); font-size: clamp(22px, 2.6vw, 34px); font-style: italic; font-weight: 400; white-space: nowrap; display: inline-flex; align-items: center; gap: 48px; color: rgba(255,255,255,.9); }
.htic-marquee span::after { content: ""; width: 12px; height: 12px; transform: rotate(45deg); background: linear-gradient(135deg, var(--orchid), var(--teal-300)); border-radius: 2px; }
.htic-marquee:hover .htic-marquee-track { animation-play-state: paused; }
@keyframes htic-marquee { to { transform: translateX(-50%); } }

/* ---------- Campus showcase ---------- */
.htic-campus { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; height: clamp(420px, 48vw, 600px); }
.htic-campus figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; position: relative; }
.htic-campus figure:first-child { grid-row: span 2; }
.htic-campus img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s var(--ease); }
.htic-campus figure:hover img { transform: scale(1.05); }
.htic-campus figcaption { position: absolute; inset: auto 0 0 0; padding: 60px 22px 18px; color: #fff; background: linear-gradient(180deg, transparent, rgba(21,8,36,.8)); font-weight: 600; font-size: 14.5px; }
.htic-campus figcaption b { font-family: var(--f-display); font-size: 20px; display: block; font-weight: 500; }
@media (max-width: 700px) {
  .htic-campus { grid-template-columns: 1fr; grid-template-rows: none; height: auto; }
  .htic-campus figure { aspect-ratio: 16/10; }
  .htic-campus figure:first-child { grid-row: auto; }
}

/* ---------- Pathway / timeline ---------- */
.htic-steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.htic-steps::before { content: ""; position: absolute; top: 34px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--orchid) 0 8px, transparent 8px 16px); }
.htic-step { position: relative; text-align: center; padding: 0 10px; }
.htic-step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 22px; border-radius: 50%;
  background: #fff; border: 2px solid var(--line); box-shadow: var(--shadow);
  font-family: var(--f-display); font-size: 22px; font-weight: 600; color: var(--plum-600); position: relative; z-index: 1;
  transition: background .4s, color .4s, transform .4s var(--ease);
}
.htic-step:hover::before { background: var(--plum-600); color: #fff; transform: scale(1.08); }
.htic-section--plum .htic-step::before { background: var(--plum-800); border-color: rgba(255,255,255,.14); color: var(--teal-300); }
.htic-section--plum .htic-step p { color: rgba(255,255,255,.72); }
.htic-step p { font-size: 15.5px; }
@media (max-width: 760px) {
  .htic-steps { grid-template-columns: 1fr; gap: 30px; }
  .htic-steps::before { top: 0; bottom: 0; left: 33px; right: auto; width: 2px; height: auto; background: repeating-linear-gradient(180deg, var(--orchid) 0 8px, transparent 8px 16px); }
  .htic-step { text-align: left; padding-left: 92px; min-height: 68px; }
  .htic-step::before { position: absolute; left: 0; top: 0; margin: 0; }
}

/* ---------- CTA band ---------- */
.htic-cta {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  background: linear-gradient(120deg, var(--plum-700), var(--plum-900) 55%, var(--teal-700));
  color: rgba(255,255,255,.82); padding: clamp(40px, 6vw, 72px);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center;
}
.htic-cta::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 340px; height: 340px; border-radius: 50%;
  border: 50px solid rgba(255,255,255,.05);
}
.htic-cta h2 { color: #fff; margin-bottom: 12px; }
.htic-cta p { margin: 0; font-size: 17.5px; }
.htic-cta .htic-btns { justify-content: flex-end; position: relative; z-index: 1; }
@media (max-width: 860px) { .htic-cta { grid-template-columns: 1fr; } .htic-cta .htic-btns { justify-content: flex-start; } }

/* ---------- Page hero ---------- */
.htic-pagehero {
  position: relative; overflow: hidden; color: rgba(255,255,255,.8);
  background: var(--plum-950);
  padding: clamp(72px, 10vw, 140px) 0 clamp(80px, 10vw, 130px);
  isolation: isolate;
}
.htic-pagehero .bg { position: absolute; inset: 0; z-index: -2; }
.htic-pagehero .bg img { width: 100%; height: 100%; object-fit: cover; animation: htic-kenburns 22s ease-in-out infinite alternate; }
.htic-pagehero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(21,8,36,.94) 20%, rgba(45,17,80,.78) 55%, rgba(11,111,105,.45)); }
.htic-pagehero h1 { color: #fff; max-width: 820px; }
.htic-pagehero .lead { color: rgba(255,255,255,.8); max-width: 640px; }
.htic-crumbs { display: flex; gap: 8px; align-items: center; font-size: 13.5px; font-weight: 600; margin-bottom: 26px; color: rgba(255,255,255,.6); flex-wrap: wrap; }
.htic-crumbs a { color: rgba(255,255,255,.85); text-decoration: none; }
.htic-crumbs a:hover { color: var(--teal-300); }
.htic-crumbs i { opacity: .5; font-style: normal; }
.htic-pagehero .htic-hero-wave svg { height: clamp(30px, 4vw, 60px); }

/* Sub-nav tabs inside sections */
.htic-subnav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 auto; }
.htic-subnav a {
  padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--ink);
  font-weight: 600; font-size: 14.5px; text-decoration: none; transition: all .3s var(--ease);
}
.htic-subnav a:hover, .htic-subnav a.on { background: var(--plum-600); color: #fff; border-color: var(--plum-600); }

/* ---------- Pillars (philosophy etc.) ---------- */
.htic-pillar { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); }
.htic-pillar:last-child { border-bottom: 1px solid var(--line); }
.htic-pillar .n { font-family: var(--f-display); font-size: 40px; line-height: 1; color: var(--orchid); font-weight: 500; font-style: italic; }
.htic-pillar h3 { margin-bottom: 8px; }
.htic-pillar p { margin: 0; }

/* Mission / vision duo */
.htic-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.htic-duo > div { border-radius: var(--r-lg); padding: clamp(28px, 4vw, 44px); position: relative; overflow: hidden; }
.htic-duo > div:first-child { background: var(--plum-800); color: rgba(255,255,255,.82); }
.htic-duo > div:first-child h3 { color: #fff; }
.htic-duo > div:last-child { background: var(--teal-soft); }
.htic-duo .big-ico { position: absolute; right: -18px; top: -18px; width: 120px; height: 120px; opacity: .1; }
.htic-duo > div:first-child .big-ico { color: #fff; opacity: .08; }
@media (max-width: 760px) { .htic-duo { grid-template-columns: 1fr; } }

/* Info panel / aside */
.htic-panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 36px); }
.htic-panel--plum { background: var(--plum-900); border-color: transparent; color: rgba(255,255,255,.8); }
.htic-panel--plum h3, .htic-panel--plum h4 { color: #fff; }
.htic-sticky { position: sticky; top: 110px; }

/* Contact tiles */
.htic-contact-tile { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); transition: all .35s var(--ease); text-decoration: none !important; color: var(--body); }
.htic-contact-tile:hover { border-color: var(--orchid); transform: translateY(-3px); box-shadow: var(--shadow); color: var(--body); }
.htic-contact-tile .htic-ico { margin: 0; flex: 0 0 54px; }
.htic-contact-tile b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 2px; }
.htic-contact-tile span { display: block; font-size: 15px; line-height: 1.55; }

/* Contact Form 7 */
.htic-form .wpcf7 label { display: block; font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 16px; }
.htic-form .wpcf7 input[type=text], .htic-form .wpcf7 input[type=email], .htic-form .wpcf7 input[type=tel], .htic-form .wpcf7 textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 16px; margin-top: 6px; background: #fff;
  font-family: var(--f-body); font-size: 15.5px; box-shadow: none; height: auto; transition: border-color .25s, box-shadow .25s;
}
.htic-form .wpcf7 textarea { min-height: 140px; }
.htic-form .wpcf7 input:focus, .htic-form .wpcf7 textarea:focus { border-color: var(--plum-500); box-shadow: 0 0 0 4px rgba(122,63,174,.12); outline: none; }
.htic-form .wpcf7 input[type=submit] {
  background: linear-gradient(135deg, var(--teal-500), var(--teal-700)); color: #fff; border: 0; border-radius: 999px;
  padding: 0 34px; line-height: 52px; font-weight: 700; text-transform: none; font-size: 16px; letter-spacing: .01em; margin: 6px 0 0;
  box-shadow: 0 14px 30px -14px rgba(15,143,134,.9); transition: transform .3s var(--ease);
}
.htic-form .wpcf7 input[type=submit]:hover { transform: translateY(-2px); }
.htic-form .wpcf7-response-output { border-radius: 12px; margin: 16px 0 0 !important; }

/* Map */
.htic-map { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); line-height: 0; border: 1px solid var(--line); }
.htic-map iframe { width: 100%; height: 420px; border: 0; filter: saturate(.85); }

/* Gallery */
.htic-gallery { columns: 4 240px; column-gap: 14px; }
.htic-gallery a { display: block; margin: 0 0 14px; border-radius: var(--r); overflow: hidden; position: relative; break-inside: avoid; cursor: zoom-in; }
.htic-gallery img { width: 100%; display: block; transition: transform .9s var(--ease); }
.htic-gallery a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(21,8,36,.55)); opacity: 0; transition: opacity .4s; }
.htic-gallery a:hover img { transform: scale(1.05); }
.htic-gallery a:hover::after { opacity: 1; }
.htic-gallery a span { position: absolute; left: 14px; bottom: 12px; z-index: 1; color: #fff; font-weight: 600; font-size: 13.5px; opacity: 0; transform: translateY(8px); transition: all .4s var(--ease); }
.htic-gallery a:hover span { opacity: 1; transform: none; }
.htic-filter { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.htic-filter button {
  padding: 10px 20px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink);
  font-weight: 600; font-size: 14.5px; cursor: pointer; text-transform: none; letter-spacing: 0; margin: 0; line-height: 1.3; min-height: 0;
  font-family: var(--f-body); transition: all .3s var(--ease);
}
.htic-filter button:hover, .htic-filter button.on { background: var(--plum-600); color: #fff; border-color: var(--plum-600); }
.htic-gallery a.is-hidden { display: none; }

/* Lightbox */
.htic-lb { position: fixed; inset: 0; z-index: 100000; background: rgba(12,4,22,.94); display: none; align-items: center; justify-content: center; padding: 60px 16px; }
.htic-lb.open { display: flex; animation: htic-fade .3s; }
.htic-lb img { max-width: min(1200px, 100%); max-height: 100%; border-radius: 12px; box-shadow: var(--shadow-lg); }
.htic-lb button { position: absolute; background: rgba(255,255,255,.1); color: #fff; border: 0; width: 50px; height: 50px; border-radius: 50%; font-size: 26px; line-height: 50px; padding: 0; margin: 0; cursor: pointer; min-height: 0; }
.htic-lb button:hover { background: rgba(255,255,255,.22); }
.htic-lb .x { top: 16px; right: 16px; }
.htic-lb .p { left: 16px; top: 50%; transform: translateY(-50%); }
.htic-lb .n { right: 16px; top: 50%; transform: translateY(-50%); }
@keyframes htic-fade { from { opacity: 0; } }

/* Video */
.htic-video { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: #000; line-height: 0; position: relative; }
.htic-video video { width: 100%; display: block; max-height: 640px; object-fit: cover; }

/* Table */
.htic-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; font-size: 15px; }
.htic-table th { background: var(--plum-800); color: #fff; text-align: left; padding: 14px 18px; font-weight: 700; text-transform: none; letter-spacing: 0; font-size: 14px; }
.htic-table td { padding: 14px 18px; border-top: 1px solid var(--line); color: var(--ink); }
.htic-table tr:nth-child(even) td { background: var(--paper); }

/* FAQ */
.htic-faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.htic-faq summary { cursor: pointer; list-style: none; padding: 20px 44px 20px 0; font-family: var(--f-display); font-size: 20px; color: var(--ink); position: relative; font-weight: 500; }
.htic-faq summary::-webkit-details-marker { display: none; }
.htic-faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 50%; background: var(--orchid-soft); color: var(--plum-600); display: grid; place-items: center; font-family: var(--f-body); font-size: 20px; transition: transform .3s var(--ease), background .3s; }
.htic-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--plum-600); color: #fff; }
.htic-faq details p { padding: 0 0 20px; margin: 0; }

/* ---------- Reveal animations ---------- */
.htic-js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.htic-js [data-reveal="left"] { transform: translateX(-36px); }
.htic-js [data-reveal="right"] { transform: translateX(36px); }
.htic-js [data-reveal="zoom"] { transform: scale(.94); }
.htic-js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .htic-js [data-reveal] { opacity: 1; transform: none; }
}

/* ---------- Footer ---------- */
.htic-footer {
  position: relative; overflow: hidden; color: rgba(255,255,255,.7); font-size: 15px;
  background: radial-gradient(900px 500px at 100% 0%, rgba(20,179,164,.16), transparent 60%), var(--plum-950);
  padding: clamp(64px, 8vw, 100px) 0 0;
}
.htic-footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.035'%3E%3Ccircle cx='40' cy='40' r='39'/%3E%3Ccircle cx='0' cy='0' r='39'/%3E%3Ccircle cx='80' cy='0' r='39'/%3E%3Ccircle cx='0' cy='80' r='39'/%3E%3Ccircle cx='80' cy='80' r='39'/%3E%3C/g%3E%3C/svg%3E");
}
.htic-footer .htic-wrap { position: relative; }
.htic-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(28px, 4vw, 56px); padding-bottom: 56px; }
.htic-footer h4 { color: #fff; font-family: var(--f-body) !important; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 6px 0 20px; }
.htic-footer ul { list-style: none; margin: 0; padding: 0; }
.htic-footer li { margin: 0 0 11px; }
.htic-footer a { color: rgba(255,255,255,.75); text-decoration: none; transition: color .25s, padding .25s; }
.htic-footer ul a:hover { color: var(--teal-300); padding-left: 4px; }
.htic-footer-brand { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.htic-footer-brand img { width: 72px; height: 72px; border-radius: 50%; background: radial-gradient(circle at 50% 40%, var(--plum-700), var(--plum-950)); padding: 4px; border: 1px solid rgba(255,255,255,.1); }
.htic-footer-brand b { font-family: var(--f-display); color: #fff; font-size: 21px; font-weight: 500; line-height: 1.15; display: block; }
.htic-footer-brand small { color: var(--teal-300); font-size: 12.5px; font-style: italic; letter-spacing: .02em; }
.htic-footer .htic-social { display: flex; gap: 10px; margin-top: 22px; }
.htic-footer .htic-social a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: #fff; }
.htic-footer .htic-social a:hover { background: var(--teal-500); border-color: var(--teal-500); transform: translateY(-3px); }
.htic-footer .htic-social svg { width: 18px; height: 18px; }
.htic-footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.htic-footer-contact svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 3px; color: var(--teal-300); }
.htic-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.5); }
.htic-footer-bottom em { font-family: var(--f-display); color: rgba(255,255,255,.75); }
@media (max-width: 960px) { .htic-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .htic-footer-grid { grid-template-columns: 1fr; } }

/* Hide leftover Flatsome footer pieces + tidy extras */
.footer-wrapper > .footer-widgets, .footer-wrapper > .absolute-footer { display: none !important; }
.back-to-top { background: var(--plum-600) !important; border-color: var(--plum-600) !important; color: #fff !important; }
.gt_float_switcher { font-family: var(--f-body) !important; border-radius: 12px !important; box-shadow: var(--shadow) !important; }

/* Dark panels: keep checklist text readable */
.htic-panel--plum .htic-checks li { color: rgba(255,255,255,.9); }
.htic-panel--plum .htic-checks li::before { background-color: rgba(110,231,216,.14); }
.htic-panel--plum p { color: rgba(255,255,255,.78); }

/* Video tiles in grids: uniform portrait frames, no black bars */
.htic-grid .htic-video { aspect-ratio: 3 / 4; }
.htic-grid .htic-video video { height: 100%; max-height: none; object-fit: cover; }

.htic-contact-tile span, .htic-contact-tile a { overflow-wrap: break-word; }

/* Off-canvas menu: stack contact links */
.off-canvas .htic-tb-right { flex-direction: column; align-items: flex-start; gap: 12px; }
.off-canvas .htic-tb-right a { font-size: 15px; white-space: nowrap; }

/* Floating WhatsApp button */
.htic-wa {
  position: fixed; left: 18px; bottom: 18px; z-index: 9990; display: inline-flex; align-items: center; gap: 10px;
  background: #25d366; color: #fff !important; border-radius: 999px; padding: 12px 18px 12px 14px; text-decoration: none !important;
  font-family: var(--f-body); font-weight: 700; font-size: 15px; box-shadow: 0 14px 30px -10px rgba(37,211,102,.7);
  transition: transform .3s var(--ease), box-shadow .3s;
}
.htic-wa svg { width: 26px; height: 26px; }
.htic-wa:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -10px rgba(37,211,102,.85); }
.htic-wa::before { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(37,211,102,.55); animation: htic-wa-pulse 2.8s infinite; }
@keyframes htic-wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@media (max-width: 600px) { .htic-wa { padding: 14px; } .htic-wa span { display: none; } }
.htic-contact-tile span a { color: inherit; }
.htic-contact-tile span a:hover { color: var(--teal-600); }
