:root {
  --totm-navy: #073b4c;
  --totm-navy-deep: #052f3d;
  --totm-teal: #00cfa6;
  --totm-teal-dark: #008d7d;
  --totm-ink: #183742;
  --totm-muted: #6d7f86;
  --totm-line: #dfe9e9;
  --totm-soft: #f3f8f8;
}

.totm-v2-hero.ttm-page-title-row {
  position: relative;
  min-height: 252px;
  padding: 0;
  overflow: hidden;
  background: radial-gradient(circle at 82% 20%, rgba(0,207,166,.22) 0 12%, transparent 12.4%),
              radial-gradient(circle at 82% 20%, transparent 0 22%, rgba(255,255,255,.055) 22.4% 22.9%, transparent 23.3%),
              linear-gradient(115deg, var(--totm-navy-deep), #075c67 70%, #087b76);
}

.totm-v2-hero.ttm-page-title-row:after {
  content: "";
  position: absolute;
  inset: auto -80px -190px auto;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
}

.totm-v2-hero .container,
.totm-v2-hero .row,
.totm-v2-hero .col-md-12,
.totm-v2-hero .title-box,
.totm-v2-hero .page-title-heading {
  min-height: 252px;
}

.totm-v2-hero .title-box,
.totm-v2-hero .page-title-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  text-align: left;
}

.totm-v2-hero .page-title-heading { padding: 35px 0 29px; }
.totm-v2-hero .page-title-heading .title {
  max-width: 920px;
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.8px;
  text-transform: none;
  overflow-wrap: anywhere;
}

.totm-v2-breadcrumb { display: flex; gap: 9px; color: rgba(255,255,255,.72); font-size: 13px; }
.totm-v2-breadcrumb a { color: #fff; }
.totm-v2-eyebrow {
  margin: 21px 0 0;
  color: #7ff4dc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.totm-v2-hero-description { max-width: 760px; margin: 14px 0 0; color: rgba(255,255,255,.78); }

.totm-v2-main { padding-top: 58px; padding-bottom: 72px; color: var(--totm-ink); }
.totm-v2-content-card,
.totm-v2-profile-card,
.totm-v2-responsibility-card,
.totm-v2-team-section,
.totm-v2-document-card,
.totm-v2-unit-nav {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--totm-line);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(9, 52, 63, .075);
}

.totm-v2-profile-page { max-width: 1180px; }
.totm-v2-profile-stack > * + * { margin-top: 30px; }
.totm-v2-profile-card { display: grid; grid-template-columns: minmax(290px, 385px) 1fr; }
.totm-v2-profile-photo { min-height: 445px; margin: 0; background: #e8f1f0; }
.totm-v2-profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.totm-v2-profile-placeholder { display: grid; place-items: center; color: var(--totm-teal-dark); font-size: 84px; }
.totm-v2-profile-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px 54px; }
.totm-v2-kicker { display: flex; align-items: center; gap: 9px; color: var(--totm-teal-dark); font-size: 12px; font-weight: 700; letter-spacing: 1.25px; text-transform: uppercase; }
.totm-v2-kicker i { font-size: 15px; }
.totm-v2-role { margin: 24px 0 7px; color: var(--totm-muted); font-size: 16px; }
.totm-v2-profile-copy h2 { margin: 0; color: var(--totm-navy); font-size: clamp(29px, 4vw, 45px); line-height: 1.12; letter-spacing: -.6px; }
.totm-v2-contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 37px; }
.totm-v2-contact-list a { display: flex; align-items: center; gap: 13px; min-height: 70px; padding: 13px 15px; color: var(--totm-ink); background: var(--totm-soft); border-radius: 11px; }
.totm-v2-contact-list a > i { display: grid; flex: 0 0 38px; height: 38px; place-items: center; color: var(--totm-teal-dark); background: #fff; border-radius: 50%; }
.totm-v2-contact-list span { min-width: 0; overflow-wrap: anywhere; }
.totm-v2-contact-list small { display: block; margin-bottom: 2px; color: var(--totm-muted); font-size: 11px; font-weight: 700; letter-spacing: .65px; text-transform: uppercase; }

.totm-v2-responsibility-card { margin-top: 28px; padding: 38px; }
.totm-v2-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.totm-v2-section-heading p { margin: 0 0 5px; color: var(--totm-teal-dark); font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.totm-v2-section-heading h2 { margin: 0; color: var(--totm-navy); font-size: 28px; line-height: 1.2; }
.totm-v2-section-heading > span { flex: 0 0 auto; padding: 6px 11px; color: var(--totm-teal-dark); background: #e8faf6; border-radius: 30px; font-size: 12px; font-weight: 700; }
.totm-v2-responsibility-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.totm-v2-responsibility-grid > div { display: flex; gap: 13px; min-height: 104px; padding: 18px; background: var(--totm-soft); border: 1px solid #e7eeee; border-radius: 11px; }
.totm-v2-responsibility-grid span { display: grid; flex: 0 0 34px; height: 34px; place-items: center; color: #fff; background: var(--totm-navy); border-radius: 50%; font-size: 11px; font-weight: 700; }
.totm-v2-responsibility-grid p { margin: 4px 0 0; color: #38515a; font-size: 14px; line-height: 1.55; }

.totm-v2-document-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 28px; max-width: 1200px; }
.totm-v2-policy-card { padding: 44px; }
.totm-v2-policy-card > h2 { max-width: 720px; margin: 18px 0 12px; color: var(--totm-navy); font-size: 32px; line-height: 1.22; }
.totm-v2-lead { max-width: 750px; margin-bottom: 30px; color: #536b73; font-size: 17px; line-height: 1.72; }
.totm-v2-policy-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 20px; }
.totm-v2-policy-list > div { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid #e8eeee; }
.totm-v2-policy-list span { display: grid; flex: 0 0 29px; height: 29px; place-items: center; color: var(--totm-teal-dark); background: #e8faf6; border-radius: 50%; }
.totm-v2-policy-list p { margin: 2px 0 0; color: #38515a; font-size: 14px; line-height: 1.55; }
.totm-v2-mission-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; margin-top: 26px; }
.totm-v2-mission-grid > div { padding: 20px; color: #fff; background: var(--totm-navy); border-radius: 12px; }
.totm-v2-mission-grid strong { color: #75efd7; font-size: 13px; text-transform: uppercase; }
.totm-v2-mission-grid p { margin: 8px 0 0; color: rgba(255,255,255,.83); line-height: 1.6; }
.totm-v2-document-card { position: sticky; top: 24px; }
.totm-v2-document-top { display: flex; justify-content: space-between; padding: 17px 19px; color: #fff; background: var(--totm-navy); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.totm-v2-document-preview { padding: 14px; background: var(--totm-soft); }
.totm-v2-document-preview img { width: 100%; height: auto; }
.totm-v2-document-card > p { margin: 0; padding: 16px 18px 19px; color: var(--totm-muted); font-size: 13px; line-height: 1.55; }

.totm-v2-unit-layout { display: grid; grid-template-columns: 270px minmax(0,1fr); align-items: start; gap: 28px; max-width: 1210px; }
.totm-v2-unit-layout-full { grid-template-columns: minmax(0,1fr); }
.totm-v2-unit-nav { position: sticky; top: 24px; }
.totm-v2-unit-nav-head { padding: 22px; color: #fff; background: var(--totm-navy); }
.totm-v2-unit-nav-head span { display: block; margin-bottom: 5px; color: #75efd7; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.totm-v2-unit-nav-head strong { display: block; font-size: 17px; line-height: 1.35; }
.totm-v2-unit-nav nav a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 18px; color: #38515a; border-bottom: 1px solid #e8eeee; font-size: 14px; line-height: 1.35; }
.totm-v2-unit-nav nav a:last-child { border-bottom: 0; }
.totm-v2-unit-nav nav a:hover { color: var(--totm-teal-dark); background: #f2fbf9; }
.totm-v2-unit-content { min-width: 0; }
.totm-v2-team-section { padding: 37px; }
.totm-v2-staff-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.totm-v2-staff-card { overflow: hidden; background: var(--totm-soft); border: 1px solid #e3ecec; border-radius: 12px; }
.totm-v2-staff-card > img { width: 100%; height: 235px; object-fit: cover; object-position: top center; }
.totm-v2-staff-card > div { padding: 19px; }
.totm-v2-staff-card h3 { margin: 0 0 6px; color: var(--totm-navy); font-size: 19px; line-height: 1.25; }
.totm-v2-staff-card p { min-height: 44px; margin: 0 0 13px; color: var(--totm-muted); font-size: 13px; line-height: 1.45; }
.totm-v2-staff-card span,
.totm-v2-staff-card a { display: block; margin-top: 6px; color: #426069; font-size: 12px; overflow-wrap: anywhere; }
.totm-v2-staff-card i { width: 18px; color: var(--totm-teal-dark); }
.totm-v2-chart-card { margin-top: 24px; padding: 32px; }
.totm-v2-chart-card > img { display: block; max-width: 100%; height: auto; margin: 0 auto; }

.totm-v2-content-card { padding: 40px; }
.totm-v2-prose { color: #344f58; font-size: 16px; line-height: 1.76; }
.totm-v2-prose h1,
.totm-v2-prose h2,
.totm-v2-prose h3,
.totm-v2-prose h4 { color: var(--totm-navy); line-height: 1.25; text-transform: none; }
.totm-v2-prose h2 { margin: 0 0 23px; font-size: 30px; }
.totm-v2-prose h3 { margin: 28px 0 12px; font-size: 23px; }
.totm-v2-prose p { margin-bottom: 17px; }
.totm-v2-prose a { color: var(--totm-teal-dark); text-decoration: underline; text-underline-offset: 3px; }
.totm-v2-prose img { max-width: 100% !important; height: auto !important; }
.totm-v2-prose table { width: 100% !important; max-width: 100%; border-collapse: collapse; }
.totm-v2-prose td,
.totm-v2-prose th { padding: 10px; border: 1px solid var(--totm-line); }
.totm-v2-prose iframe { display: block; width: 100% !important; max-width: 100%; aspect-ratio: 16/9; height: auto; }
.totm-en-content { max-width: 980px; margin: 0 auto; }
.totm-en-content .totm-en-lead { color: #244c58; font-size: 18px; }
.totm-en-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin-top: 25px; }
.totm-en-gallery img { width: 100%; height: 215px !important; object-fit: cover; border-radius: 10px; }
.totm-en-gallery-single { grid-template-columns: minmax(0,620px); justify-content: center; }

body:has(.totm-v2-main) .ttm-fbar-btn-link {
  position: fixed !important;
  z-index: 999;
  right: 18px !important;
  bottom: 18px !important;
  left: auto !important;
  top: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 112px;
  height: 42px !important;
  padding: 0 16px !important;
  color: #fff;
  background: var(--totm-teal) !important;
  border-radius: 999px 0 0 999px;
  box-shadow: 0 10px 25px rgba(4,61,69,.22);
  writing-mode: horizontal-tb !important;
  line-height: 1 !important;
  transform: translate(100vw, calc(100vh - 600px)) !important;
}

@media (max-width: 991px) {
  .totm-v2-profile-card { grid-template-columns: 310px 1fr; }
  .totm-v2-profile-copy { padding: 36px; }
  .totm-v2-contact-list { grid-template-columns: 1fr; }
  .totm-v2-responsibility-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .totm-v2-document-layout { grid-template-columns: 1fr; }
  .totm-v2-document-card { position: static; max-width: 520px; }
  .totm-v2-unit-layout { grid-template-columns: 235px minmax(0,1fr); }
  .totm-v2-staff-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .totm-v2-hero.ttm-page-title-row,
  .totm-v2-hero .container,
  .totm-v2-hero .row,
  .totm-v2-hero .col-md-12,
  .totm-v2-hero .title-box,
  .totm-v2-hero .page-title-heading { min-height: 205px; }
  .totm-v2-hero .page-title-heading { padding: 24px 0; }
  .totm-v2-hero .page-title-heading .title { font-size: clamp(27px,9vw,37px); line-height: 1.1; }
  .totm-v2-eyebrow { margin-top: 15px; }
  .totm-v2-main { padding: 34px 15px 50px; }
  .totm-v2-profile-card { grid-template-columns: 1fr; }
  .totm-v2-profile-photo { min-height: 0; aspect-ratio: 4/4.3; }
  .totm-v2-profile-copy { padding: 29px 23px; }
  .totm-v2-profile-copy h2 { font-size: 30px; }
  .totm-v2-role { margin-top: 17px; }
  .totm-v2-contact-list { margin-top: 25px; }
  .totm-v2-responsibility-card,
  .totm-v2-content-card,
  .totm-v2-policy-card,
  .totm-v2-team-section,
  .totm-v2-chart-card { padding: 24px 19px; }
  .totm-v2-section-heading { align-items: flex-start; }
  .totm-v2-section-heading h2 { font-size: 24px; }
  .totm-v2-section-heading > span { display: none; }
  .totm-v2-responsibility-grid,
  .totm-v2-policy-list,
  .totm-v2-mission-grid { grid-template-columns: 1fr; }
  .totm-v2-unit-layout { display: block; }
  .totm-v2-unit-nav { position: static; margin-bottom: 22px; }
  .totm-v2-unit-nav nav { display: flex; overflow-x: auto; scrollbar-width: thin; }
  .totm-v2-unit-nav nav a { flex: 0 0 210px; border-right: 1px solid #e8eeee; border-bottom: 0; }
  .totm-v2-staff-grid,
  .totm-en-gallery { grid-template-columns: 1fr; }
  .totm-v2-staff-card > img { height: auto; aspect-ratio: 4/3.6; }
  .totm-en-gallery img { height: auto !important; }
  .totm-v2-prose { font-size: 15px; }
  .totm-v2-prose table { display: block; overflow-x: auto; white-space: nowrap; }
  body:has(.totm-v2-main) .ttm-fbar-btn-link {
    right: 10px !important;
    bottom: 10px !important;
    min-width: 94px;
    height: 36px !important;
    padding: 0 12px !important;
    font-size: 12px;
  }
}
