:root {
  --ltn-navy: #092b47;
  --ltn-navy-deep: #061d30;
  --ltn-blue: #12488b;
  --ltn-orange: #e75d2a;
  --ltn-cream: #f4f0e8;
  --ltn-paper: #fbfaf7;
  --ltn-ink: #17212b;
  --ltn-muted: #65717c;
  --ltn-line: rgba(9, 43, 71, .14);
}

body.page-id-179 #header.transparent {
  background: transparent !important;
  box-shadow: none;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0 !important;
  width: 100%;
  z-index: 100;
}

body.page-id-179 #header.transparent .header-wrapper,
body.page-id-179 #header.transparent .header-main {
  background: transparent;
}

body.page-id-179 #header.transparent .header-main {
  border-color: rgba(255, 255, 255, .2);
}

body.page-id-179 #header.transparent #top-bar {
  background: rgba(4, 31, 51, .82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

body.page-id-179 #header.transparent .header-wrapper:not(.stuck) .header-main .nav > li > a,
body.page-id-179 #header.transparent .header-wrapper:not(.stuck) .mobile-nav .icon-menu,
body.page-id-179 #header.transparent .header-wrapper:not(.stuck) .mobile-nav .icon-search {
  color: #fff !important;
}

body.page-id-179 #header.transparent .header-wrapper:not(.stuck) .header_logo,
body.page-id-179 #header.transparent .header-wrapper:not(.stuck) .header-logo-dark {
  filter: brightness(0) invert(1);
}

body.page-id-179 #header.transparent .header-wrapper.stuck .header-main {
  background: #fff;
  border: 0;
  box-shadow: 0 3px 16px rgba(6, 29, 48, .1);
}

body.page-id-179 #header.transparent .header-wrapper.stuck .header-main .nav > li > a {
  color: var(--ltn-blue) !important;
}

.ltn-about {
  background: var(--ltn-paper);
  color: var(--ltn-ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  word-spacing: normal;
}

.ltn-about *,
.ltn-about *::before,
.ltn-about *::after {
  box-sizing: border-box;
}

.ltn-about h1,
.ltn-about h2,
.ltn-about h3,
.ltn-about p,
.ltn-about figure,
.ltn-about blockquote,
.ltn-about ul,
.ltn-about ol {
  margin-top: 0;
}

.ltn-about h1,
.ltn-about h2,
.ltn-about h3,
.ltn-about blockquote {
  color: inherit;
  font-family: "Times New Roman", Times, serif;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: normal;
  word-spacing: normal;
}

.ltn-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.ltn-section {
  padding: 118px 0;
}

.ltn-overline,
.ltn-kicker {
  color: var(--ltn-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ltn-hero .ltn-kicker {
  color: #ff7548;
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.ltn-hero {
  background-color: #082d49;
  color: #fff;
  min-height: 820px;
  overflow: hidden;
  padding: 164px 0 0;
  position: relative;
}

.ltn-hero::before {
  background-image: url("/wp-content/uploads/2024/09/Logo-LTN-tách-phông.png");
  background-position: right 12% center;
  background-repeat: no-repeat;
  background-size: 420px auto;
  content: "";
  filter: brightness(0) invert(1);
  inset: 0;
  opacity: .07;
  position: absolute;
}

.ltn-hero::after {
  background:
    linear-gradient(90deg, rgba(3, 24, 39, .6) 0%, rgba(3, 24, 39, .3) 50%, rgba(3, 24, 39, 0) 100%),
    linear-gradient(0deg, rgba(2, 18, 31, .32), transparent 36%);
  content: "";
  inset: 0;
  position: absolute;
}

.ltn-hero > .ltn-shell {
  position: relative;
  z-index: 2;
}

.ltn-hero__heading {
  border-top: 1px solid rgba(255, 255, 255, .16);
  max-width: 750px;
  padding: 56px 0 66px;
}

.ltn-breadcrumb {
  align-items: center;
  color: rgba(255, 255, 255, .68);
  display: flex;
  font-size: 12px;
  gap: 9px;
  margin-bottom: 36px;
}

.ltn-breadcrumb a {
  color: rgba(255, 255, 255, .62);
}

.ltn-breadcrumb a:hover {
  color: #fff;
}

.ltn-hero h1 {
  color: #fff;
  font-size: clamp(50px, 4.45vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 28px;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .36);
}

.ltn-hero h1 span {
  display: block;
}

.ltn-hero h1 span:first-child {
  white-space: nowrap;
}

.ltn-hero__content > p {
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 530px;
}

.ltn-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.ltn-button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 32px;
  justify-content: space-between;
  letter-spacing: .05em;
  min-height: 54px;
  padding: 0 20px 0 24px;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.ltn-button:hover {
  transform: translateY(-3px);
}

.ltn-button--light {
  background: #fff;
  color: var(--ltn-navy);
}

.ltn-button--light:hover {
  background: var(--ltn-orange);
  color: #fff;
}

.ltn-button--orange {
  background: var(--ltn-orange);
  color: #fff;
}

.ltn-button--orange:hover {
  background: #fff;
  color: var(--ltn-navy);
}

.ltn-text-link {
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 13px;
  padding-bottom: 5px;
}

.ltn-text-link span {
  display: inline-block;
  margin-left: 7px;
  transition: transform .25s ease;
}

.ltn-text-link:hover {
  color: #f3a07f;
}

.ltn-text-link:hover span {
  transform: translate(3px, -3px);
}

.ltn-facts {
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  padding: 30px 0 36px;
}

.ltn-facts div {
  border-left: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  gap: 4px;
  padding: 0 30px;
}

.ltn-facts div:first-child {
  border-left: 0;
  padding-left: 0;
}

.ltn-facts strong {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.ltn-facts span {
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
}

.ltn-intro {
  background: #fff;
  padding: 0;
}

.ltn-intro__overview {
  background: #fff;
  padding: 104px 0 92px;
}

.ltn-intro__overview-grid {
  display: grid;
  gap: 74px;
  grid-template-columns: 180px 1fr;
}

.ltn-section__label {
  align-self: start;
  border-top: 1px solid var(--ltn-line);
  display: flex;
  gap: 18px;
  padding-top: 13px;
}

.ltn-section__label span {
  color: var(--ltn-orange);
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

.ltn-section__label p {
  color: var(--ltn-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  margin: 0;
  text-transform: uppercase;
}

.ltn-intro__main .ltn-overline {
  margin-bottom: 12px;
}

.ltn-intro__main h2 {
  color: var(--ltn-navy);
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 1.07;
  margin-bottom: 40px;
  max-width: 900px;
}

.ltn-intro__copy {
  border-top: 1px solid var(--ltn-line);
  display: grid;
  gap: 56px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 32px;
}

.ltn-intro__copy p {
  color: #4f5c66;
  font-size: 16px;
  line-height: 1.82;
  margin: 0;
}

.ltn-intro__copy strong {
  color: var(--ltn-navy);
}

.ltn-founder {
  background: var(--ltn-cream);
  padding: 0;
}

.ltn-founder__grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: .87fr 1.13fr;
  max-width: 1180px;
  padding: 0;
}

.ltn-founder__portrait {
  height: 760px;
  margin: 0;
  overflow: hidden;
}

.ltn-founder__portrait img {
  filter: saturate(.82);
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.ltn-founder__content {
  align-self: center;
  padding: 70px 0 70px 86px;
}

.ltn-quote-mark {
  fill: var(--ltn-orange);
  height: 42px;
  margin-bottom: 38px;
  opacity: .9;
  width: 56px;
}

.ltn-founder blockquote {
  color: var(--ltn-navy);
  font-size: clamp(36px, 3.3vw, 52px);
  line-height: 1.14;
  margin-bottom: 36px;
}

.ltn-founder__name {
  border-bottom: 1px solid rgba(9, 43, 71, .18);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 24px;
}

.ltn-founder__name strong {
  color: var(--ltn-navy);
  font-size: 14px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ltn-founder__name span {
  color: var(--ltn-muted);
  font-size: 12px;
  margin-top: 4px;
}

.ltn-founder__content > p {
  color: #56616b;
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
  max-width: 570px;
}

.ltn-heading-row {
  align-items: end;
  display: grid;
  gap: 74px;
  grid-template-columns: 180px 1fr;
  margin-bottom: 64px;
}

.ltn-heading-row h2 {
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1.05;
  margin: 0;
}

.ltn-heading-row .ltn-overline {
  margin-bottom: 12px;
}

.ltn-values {
  background: #f8f5ef;
  border: 0;
  padding: 0;
}

.ltn-values__hero {
  background-image:
    linear-gradient(90deg, rgba(10, 9, 8, .14) 0%, rgba(10, 9, 8, 0) 58%),
    url("../img/ltn-values-hero-v2-wide.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f4f0e9;
  min-height: 520px;
}

.ltn-values__hero .ltn-shell {
  align-items: center;
  display: flex;
  min-height: 520px;
}

.ltn-values__hero-copy {
  max-width: 540px;
  padding: 30px 0 24px;
}

.ltn-values__eyebrow {
  color: #c5a06a;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.ltn-values__hero-copy h2 {
  color: #f5f1ea;
  font-size: clamp(50px, 4.15vw, 64px);
  letter-spacing: -.015em;
  line-height: 1.01;
  margin: 0;
}

.ltn-values__rule {
  background: #b48a50;
  display: block;
  height: 2px;
  margin: 25px 0 28px;
  width: 84px;
}

.ltn-values__hero-copy > p:last-child {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 410px;
}

.ltn-values__principles {
  background-color: #f8f6f1;
  background-image:
    radial-gradient(circle at 9% 24%, rgba(123, 98, 66, .045), transparent 21%),
    radial-gradient(circle at 77% 82%, rgba(123, 98, 66, .035), transparent 24%);
  border-bottom: 1px solid #e4ded4;
  min-height: 375px;
  position: relative;
}

.ltn-values__principles::before {
  color: #8e7657;
  content: "⚖";
  font-family: "Times New Roman", Times, serif;
  font-size: 250px;
  left: -60px;
  line-height: 1;
  opacity: .035;
  position: absolute;
  top: 62px;
}

.ltn-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.ltn-value {
  display: flex;
  flex-direction: column;
  min-height: 275px;
  padding: 0 54px;
}

.ltn-value:first-child {
  padding-left: 0;
}

.ltn-value:last-child {
  padding-right: 0;
}

.ltn-value + .ltn-value {
  border-left: 1px solid #cec7bc;
}

.ltn-value header {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-bottom: 26px;
}

.ltn-value header span {
  align-items: center;
  border: 1px solid #b99b70;
  color: #8b6a3e;
  display: flex;
  flex: 0 0 68px;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  height: 68px;
  justify-content: center;
}

.ltn-value header h3 {
  color: #2b2925;
  font-size: 20px;
  letter-spacing: .02em;
  margin: 0;
  text-transform: uppercase;
}

.ltn-value header h3::after {
  background: #d7d0c6;
  content: "";
  display: block;
  height: 1px;
  margin-top: 24px;
  width: 110px;
}

.ltn-value > p {
  color: #49443d;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.48;
  margin: 0;
}

.ltn-value footer {
  margin-top: auto;
}

.ltn-value footer b {
  color: #a07c4b;
  display: block;
  font-size: 10px;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ltn-value footer strong {
  color: #39352f;
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.ltn-practices {
  background: #f7f3ec;
  color: #292621;
}

.ltn-practices .ltn-shell {
  max-width: 1380px;
}

.ltn-practices__hero {
  background-color: #080909;
  background-image:
    linear-gradient(90deg, rgba(7, 8, 8, .16), rgba(7, 8, 8, 0) 58%),
    url("../img/ltn-practices-hero-v2-full.webp");
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 650px;
  color: #f4f0e9;
  min-height: 380px;
}

.ltn-practices__hero .ltn-shell {
  align-items: center;
  display: flex;
  min-height: 380px;
}

.ltn-practices__hero-copy {
  max-width: 760px;
  padding: 36px 0 24px;
}

.ltn-practices__meta {
  align-items: center;
  border-bottom: 1px solid rgba(197, 160, 106, .55);
  color: #c8a269;
  display: flex;
  font-size: 12px;
  gap: 14px;
  letter-spacing: .13em;
  margin-bottom: 22px;
  padding-bottom: 13px;
  text-transform: uppercase;
  width: 230px;
}

.ltn-practices__meta span {
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  letter-spacing: 0;
}

.ltn-practices__meta i {
  background: rgba(197, 160, 106, .7);
  height: 18px;
  width: 1px;
}

.ltn-practices__meta strong {
  font-size: 11px;
  font-style: normal;
}

.ltn-practices__hero-copy h2 {
  color: #f6f2eb;
  font-size: clamp(36px, 2.7vw, 42px);
  line-height: 1.08;
  margin: 0 0 23px;
}

.ltn-practices__hero-copy > p {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 530px;
}

.ltn-practices__hero-copy > a,
.ltn-practice > a {
  border-bottom: 1px solid rgba(183, 139, 78, .65);
  color: #d2ac74;
  display: inline-flex;
  font-size: 12px;
  gap: 18px;
  padding-bottom: 8px;
  text-decoration: none;
}

.ltn-practices__hero-copy > a span,
.ltn-practice > a span {
  font-size: 19px;
  line-height: 12px;
}

.ltn-practices__body {
  background-color: #f8f5ef;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(137, 105, 65, .04), transparent 20%),
    radial-gradient(circle at 88% 75%, rgba(137, 105, 65, .035), transparent 23%);
  padding: 28px 0 42px;
}

.ltn-practices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ltn-practice {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 14px 36px 18px;
}

.ltn-practice + .ltn-practice {
  border-left: 1px solid #d4ccbf;
}

.ltn-practice:nth-child(3n+1) {
  border-left: 0;
}

.ltn-practice:nth-child(n+4) {
  border-top: 1px solid #d4ccbf;
  padding-top: 28px;
}

.ltn-practice__number {
  color: #b38342;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  margin-bottom: 10px;
}

.ltn-practice h3 {
  color: #292621;
  font-size: 27px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.ltn-practice > p {
  color: #625b53;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 9px;
}

.ltn-practice ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.ltn-practice li {
  color: #5b554d;
  font-size: 11px;
  line-height: 1.42;
  padding: 2px 0 2px 15px;
  position: relative;
}

.ltn-practice li::before {
  background: #b38342;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 3px;
}

.ltn-practice > a {
  align-self: flex-start;
  color: #5b554d;
  margin-top: auto;
}

.ltn-method {
  background: #f7f4ee;
}

.ltn-method .ltn-shell {
  max-width: 1450px;
}

.ltn-method__hero {
  background-color: #071a2a;
  background-image:
    linear-gradient(90deg, rgba(5, 24, 39, .2), rgba(5, 24, 39, 0) 60%),
    url("../img/ltn-method-hero-v1-full.webp");
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 850px;
  color: #fff;
  min-height: 435px;
}

.ltn-method__hero .ltn-shell {
  align-items: center;
  display: flex;
  min-height: 435px;
}

.ltn-method__hero-copy {
  max-width: 690px;
  padding: 28px 0 20px;
}

.ltn-method__meta {
  align-items: center;
  border-bottom: 1px solid rgba(193, 154, 99, .4);
  color: #d0aa73;
  display: flex;
  gap: 22px;
  margin-bottom: 28px;
  padding-bottom: 8px;
  width: 275px;
}

.ltn-method__meta span {
  border-right: 1px solid #b98d52;
  font-family: "Times New Roman", Times, serif;
  font-size: 34px;
  line-height: 1;
  padding-right: 20px;
}

.ltn-method__meta strong {
  color: #d9c5a7;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ltn-method__hero-copy h2 {
  color: #f7f4ee;
  font-size: clamp(43px, 3.8vw, 58px);
  line-height: 1.08;
  margin: 0 0 22px;
}

.ltn-method__hero-copy h2 em {
  color: #d0aa73;
  font-style: normal;
}

.ltn-method__hero-copy > p {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.75;
  margin: 0 0 24px;
  max-width: 610px;
}

.ltn-method__hero-copy > a {
  border-bottom: 1px solid rgba(208, 170, 115, .7);
  color: #d0aa73;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 28px;
  padding-bottom: 9px;
  text-decoration: none;
}

.ltn-method__hero-copy > a span {
  font-size: 20px;
  line-height: 13px;
}

.ltn-method__body {
  background-color: #f8f6f2;
  background-image:
    radial-gradient(circle at 8% 28%, rgba(126, 95, 57, .04), transparent 20%),
    radial-gradient(circle at 91% 75%, rgba(126, 95, 57, .035), transparent 22%);
  padding: 34px 0 48px;
}

.ltn-method__caption {
  align-items: center;
  color: #aa7c43;
  display: grid;
  font-size: 12px;
  gap: 18px;
  grid-template-columns: minmax(80px, 250px) auto minmax(80px, 250px);
  justify-content: center;
  letter-spacing: .18em;
  margin: 0 auto 28px;
  text-transform: uppercase;
}

.ltn-method__caption span {
  background: #d8d0c4;
  height: 1px;
}

.ltn-method__steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.ltn-method__steps li {
  align-items: center;
  background: rgba(255, 255, 255, .84);
  border: 1px solid #d8d1c7;
  clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px));
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 25px 24px 26px;
  position: relative;
  text-align: center;
}

.ltn-method__steps li:nth-child(odd) {
  box-shadow: inset 0 -6px 0 #071d30;
}

.ltn-method__steps li:nth-child(even) {
  box-shadow: inset 0 -6px 0 #b98b4e;
}

.ltn-method__number {
  color: #aa7c43;
  font-family: "Times New Roman", Times, serif;
  font-size: 31px;
  left: 22px;
  position: absolute;
  top: 18px;
}

.ltn-method__icon {
  align-items: center;
  background: #071d30;
  border-radius: 50%;
  display: flex;
  height: 84px;
  justify-content: center;
  margin-bottom: 16px;
  width: 84px;
}

.ltn-method__icon svg {
  fill: none;
  height: 48px;
  stroke: #c99b5d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 48px;
}

.ltn-method__steps h3 {
  color: #182838;
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}

.ltn-method__steps li > i {
  background: #b98b4e;
  display: block;
  height: 2px;
  margin: 16px auto 17px;
  width: 38px;
}

.ltn-method__steps p {
  color: #77716a;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}

.ltn-method__commitments {
  align-items: center;
  background: #eee8de;
  border-radius: 13px;
  display: grid;
  gap: 0;
  grid-template-columns: 1.7fr repeat(3, .7fr);
  min-height: 70px;
  padding: 12px 24px;
}

.ltn-method__commitments blockquote {
  color: #5e5a53;
  font-size: 15px;
  margin: 0;
  padding-right: 26px;
}

.ltn-method__commitments blockquote > span {
  color: #172d3d;
  font-size: 45px;
  font-weight: 700;
  line-height: 0;
  margin-right: 12px;
  vertical-align: -18px;
}

.ltn-method__commitments > div {
  align-items: center;
  border-left: 1px solid #d8d0c4;
  color: #4e4b45;
  display: flex;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  gap: 12px;
  min-height: 38px;
  padding-left: 24px;
}

.ltn-method__commitments svg {
  fill: none;
  flex: 0 0 30px;
  height: 30px;
  stroke: #b4874d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  width: 30px;
}

.ltn-team {
  background: #f8f6f1;
  padding: 108px 0 118px;
}

.ltn-team__heading {
  align-items: end;
  display: grid;
  gap: 90px;
  grid-template-columns: 1.35fr .65fr;
  margin-bottom: 58px;
}

.ltn-team__heading h2 {
  color: var(--ltn-navy);
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.05;
  margin-bottom: 0;
  max-width: 720px;
}

.ltn-team__heading > p {
  border-left: 1px solid rgba(9, 43, 71, .2);
  color: #5a6771;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 28px;
}

/* Organizational Hierarchy Chart */
.ltn-org-chart {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.ltn-org-tier {
  display: flex;
  gap: 28px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 2;
}

.ltn-org-tier--top {
  max-width: 980px;
}

.ltn-org-tier--exec {
  max-width: 900px;
}

.ltn-org-tier--depts {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
}

.ltn-org-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(133, 111, 79, 0.22);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(9, 43, 71, 0.06);
  display: flex;
  flex: 1;
  gap: 20px;
  min-width: 320px;
  padding: 24px 26px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ltn-org-card:hover {
  border-color: #b28a51;
  box-shadow: 0 16px 40px rgba(8, 42, 70, 0.12);
  transform: translateY(-4px);
}

.ltn-org-card--leader {
  background: linear-gradient(135deg, #ffffff 0%, #faf8f5 100%);
  border-top: 4px solid #082a46;
}

.ltn-org-card--subleader {
  background: linear-gradient(135deg, #ffffff 0%, #faf8f5 100%);
  border-top: 4px solid #b28a51;
}

.ltn-org-card__avatar {
  border: 2.5px solid #c19a62;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(8, 42, 70, 0.1);
  flex: 0 0 76px;
  height: 76px;
  margin: 0;
  overflow: hidden;
}

.ltn-org-card__avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ltn-org-card__info {
  display: flex;
  flex-direction: column;
}

.ltn-org-badge {
  align-self: flex-start;
  background: #082a46;
  border-radius: 20px;
  color: #d6af75;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  padding: 3px 12px;
  text-transform: uppercase;
}

.ltn-org-badge--sub {
  background: rgba(178, 138, 81, 0.15);
  color: #8b6a3e;
}

.ltn-org-card h3 {
  color: #0a2a45;
  font-family: var(--ltn-font-serif, "Cinzel", "Times New Roman", serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 4px;
}

.ltn-org-card__role {
  color: #b28a51;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 3px;
}

.ltn-org-card__sub {
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}

.ltn-org-connector {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 38px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.ltn-org-connector::before {
  background: linear-gradient(180deg, #082a46 0%, #b28a51 100%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 2px;
}

.ltn-org-connector--branch {
  height: 46px;
  position: relative;
  width: 100%;
}

.ltn-org-connector--branch::before {
  background: #b28a51;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
}

.ltn-org-connector--branch::after {
  background: transparent;
  border-left: 2px solid #b28a51;
  border-right: 2px solid #b28a51;
  border-top: 2px solid #b28a51;
  content: "";
  height: 26px;
  left: 17%;
  position: absolute;
  right: 17%;
  top: 20px;
}

.ltn-org-connector--branch span {
  background: #b28a51;
  height: 26px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 2px;
}

.ltn-org-dept {
  background: #ffffff;
  border: 1px solid rgba(9, 43, 71, 0.12);
  border-radius: 12px;
  border-top: 3.5px solid #082a46;
  box-shadow: 0 8px 24px rgba(9, 43, 71, 0.05);
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  transition: all 0.35s ease;
}

.ltn-org-dept:hover {
  border-top-color: #b28a51;
  box-shadow: 0 16px 36px rgba(9, 43, 71, 0.1);
  transform: translateY(-4px);
}

.ltn-org-dept__head {
  align-items: flex-start;
  border-bottom: 1px solid rgba(133, 111, 79, 0.16);
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.ltn-org-dept__icon {
  align-items: center;
  background: rgba(8, 42, 70, 0.06);
  border-radius: 10px;
  color: #082a46;
  display: flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  transition: all 0.3s ease;
}

.ltn-org-dept:hover .ltn-org-dept__icon {
  background: #082a46;
  color: #d6af75;
}

.ltn-org-dept__tag {
  color: #b28a51;
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.ltn-org-dept h4 {
  color: #0a2a45;
  font-family: var(--ltn-font-serif, "Cinzel", "Times New Roman", serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.ltn-org-dept__desc {
  color: #556270;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.ltn-org-dept__list {
  border-top: 1px dashed rgba(9, 43, 71, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: auto 0 0;
  padding: 14px 0 0;
}

.ltn-org-dept__list li {
  align-items: flex-start;
  color: #334155;
  display: flex;
  font-size: 12.5px;
  gap: 8px;
  line-height: 1.45;
}

.ltn-org-dept__list li::before {
  color: #b28a51;
  content: "✦";
  flex-shrink: 0;
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .ltn-org-tier--depts {
    grid-template-columns: 1fr;
  }
  .ltn-org-connector--branch {
    display: none;
  }
  .ltn-org-connector {
    height: 24px;
  }
  .ltn-org-tier {
    flex-direction: column;
    gap: 16px;
  }
  .ltn-org-card {
    min-width: 0;
    width: 100%;
  }
}

.ltn-team__grid {
  display: grid;
  gap: 34px 16px;
  grid-template-columns: repeat(4, 1fr);
}

.ltn-person figure {
  background: #ccd5da;
  height: 345px;
  margin: 0 0 16px;
  overflow: hidden;
}

.ltn-person figure img {
  filter: saturate(.72);
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: filter .35s ease, transform .5s ease;
  width: 100%;
}

.ltn-person:hover figure img {
  filter: saturate(1);
  transform: scale(1.025);
}

.ltn-person--lead figure img {
  object-position: center 28%;
}

.ltn-person h3 {
  color: var(--ltn-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 2px;
}

.ltn-person p {
  color: #687680;
  font-size: 11px;
  letter-spacing: .05em;
  margin: 0;
  text-transform: uppercase;
}

.ltn-offices {
  background: var(--ltn-navy);
  color: #fff;
  padding: 112px 0;
}

.ltn-offices__grid {
  display: grid;
  gap: 110px;
  grid-template-columns: 1.05fr .95fr;
}

.ltn-offices__copy h2 {
  color: #fff;
  font-size: clamp(44px, 4.4vw, 64px);
  line-height: 1.04;
  margin-bottom: 28px;
}

.ltn-offices__copy > p {
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 580px;
}

.ltn-phone {
  display: flex;
  flex-direction: column;
}

.ltn-phone span {
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ltn-phone strong {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: 400;
}

.ltn-phone:hover strong {
  color: #f3a07f;
}

.ltn-offices__list {
  border-left: 1px solid rgba(255, 255, 255, .15);
  padding-left: 56px;
}

.ltn-office {
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding: 28px 0;
}

.ltn-office > span,
.ltn-zalo > span {
  color: #f3a07f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ltn-office h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 8px 0 8px;
}

.ltn-office address {
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}

.ltn-zalo {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  border-top: 1px solid rgba(255, 255, 255, .15);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto auto;
  padding: 24px 0;
}

.ltn-zalo strong {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: 400;
}

.ltn-zalo b {
  color: var(--ltn-orange);
  font-size: 18px;
}

.ltn-reveal {
  opacity: 1;
  transform: translateY(0);
}

.ltn-about.ltn-motion .ltn-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.ltn-about.ltn-motion .ltn-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ltn-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1024px) {
  .ltn-hero__heading {
    max-width: 600px;
  }

  .ltn-intro__overview-grid {
    gap: 44px;
    grid-template-columns: 150px 1fr;
  }

  .ltn-founder__content {
    padding-left: 52px;
    padding-right: 30px;
  }

  .ltn-value {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ltn-practices__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ltn-practice,
  .ltn-practice:nth-child(n+4),
  .ltn-practice:nth-child(-n+3) {
    border-bottom: 0;
    border-left: 0;
    padding: 24px 30px;
  }

  .ltn-practice:nth-child(even) {
    border-left: 1px solid #d4ccbf;
  }

  .ltn-practice:nth-child(-n+4) {
    border-bottom: 1px solid #d4ccbf;
  }

  .ltn-method__hero {
    background-size: 100% 100%, auto 760px;
  }

  .ltn-method__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .ltn-method__commitments {
    grid-template-columns: 1.4fr 1fr;
  }

  .ltn-method__commitments > div:nth-of-type(2) {
    border-left: 0;
  }

  .ltn-offices__grid {
    gap: 60px;
  }

  .ltn-team__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 849px) {
  .ltn-shell {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ltn-section,
  .ltn-team {
    padding: 84px 0;
  }

  .ltn-hero {
    min-height: 760px;
    padding-top: 132px;
  }

  .ltn-hero::before {
    background-position: center center;
    background-size: 300px auto;
    opacity: .05;
  }

  .ltn-hero::after {
    background: linear-gradient(90deg, rgba(2, 18, 31, .5), rgba(2, 18, 31, .3));
  }

  .ltn-hero__heading {
    max-width: 620px;
    padding: 42px 0 58px;
  }

  .ltn-practices__hero {
    background-image:
      linear-gradient(90deg, rgba(7, 8, 8, .88), rgba(7, 8, 8, .46)),
      url("../img/ltn-practices-hero-v2-full.webp");
    background-position: center, right center;
    background-size: 100% 100%, auto 620px;
  }

  .ltn-practices__hero-copy {
    max-width: 560px;
  }

  .ltn-facts {
    margin-top: 28px;
  }

  .ltn-heading-row {
    gap: 42px;
    grid-template-columns: 130px 1fr;
  }

  .ltn-intro__overview {
    padding: 76px 0 70px;
  }

  .ltn-intro__overview-grid {
    grid-template-columns: 1fr;
  }

  .ltn-intro__overview-grid > div:first-child .ltn-section__label {
    margin-bottom: 36px;
    max-width: 170px;
  }

  .ltn-intro__copy {
    gap: 34px;
  }

  .ltn-founder__grid {
    grid-template-columns: 1fr;
  }

  .ltn-founder__portrait {
    height: 620px;
  }

  .ltn-founder__content {
    padding: 70px 30px;
  }

  .ltn-values__hero {
    background-position: 55% center;
    min-height: 500px;
  }

  .ltn-values__hero .ltn-shell {
    min-height: 500px;
  }

  .ltn-values__hero-copy {
    max-width: 490px;
  }

  .ltn-values__hero-copy h2 {
    font-size: 52px;
  }

  .ltn-values__grid {
    gap: 0;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .ltn-value,
  .ltn-value:first-child,
  .ltn-value:last-child {
    min-height: 0;
    padding: 32px 0;
  }

  .ltn-value:first-child {
    padding-top: 0;
  }

  .ltn-value:last-child {
    padding-bottom: 0;
  }

  .ltn-value + .ltn-value {
    border-left: 0;
    border-top: 1px solid #cec7bc;
  }

  .ltn-value > p {
    max-width: 620px;
  }

  .ltn-value footer {
    margin-top: 28px;
  }

  .ltn-method__hero {
    background-image:
      linear-gradient(90deg, rgba(5, 24, 39, .9), rgba(5, 24, 39, .48)),
      url("../img/ltn-method-hero-v1-full.webp");
    background-size: 100% 100%, auto 690px;
  }

  .ltn-method__hero-copy {
    max-width: 610px;
  }

  .ltn-method__commitments blockquote {
    font-size: 14px;
  }

  .ltn-offices__grid,
  .ltn-team__heading {
    grid-template-columns: 1fr;
  }

  .ltn-team__heading {
    gap: 34px;
  }

  .ltn-team__heading > p {
    max-width: 560px;
  }

  .ltn-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ltn-offices {
    padding: 84px 0;
  }

  .ltn-offices__list {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 549px) {
  .ltn-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ltn-section,
  .ltn-team {
    padding: 68px 0;
  }

  .ltn-breadcrumb {
    margin-bottom: 40px;
  }

  .ltn-hero h1 {
    font-size: 46px;
  }

  .ltn-hero h1 span:first-child {
    white-space: normal;
  }

  .ltn-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ltn-facts {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .ltn-facts div,
  .ltn-facts div:first-child {
    border-left: 2px solid var(--ltn-orange);
    padding-left: 14px;
  }

  .ltn-heading-row {
    display: block;
  }

  .ltn-section__label {
    margin-bottom: 38px;
    max-width: 150px;
  }

  .ltn-heading-row h2 {
    font-size: 39px;
  }

  .ltn-intro__overview {
    padding: 56px 0 52px;
  }

  .ltn-intro__main h2 {
    font-size: 38px;
    margin-bottom: 28px;
  }

  .ltn-intro__copy {
    gap: 20px;
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .ltn-intro__copy p {
    font-size: 15px;
  }

  .ltn-founder__portrait {
    height: 470px;
  }

  .ltn-founder__content {
    padding: 60px 20px;
  }

  .ltn-founder blockquote {
    font-size: 35px;
  }

  .ltn-values__hero {
    background-image:
      linear-gradient(90deg, rgba(10, 9, 8, .82), rgba(10, 9, 8, .48)),
      url("../img/ltn-values-hero-v2-wide.webp");
    background-position: 63% center;
    min-height: 520px;
  }

  .ltn-values__hero .ltn-shell {
    align-items: center;
    min-height: 520px;
  }

  .ltn-values__hero-copy {
    max-width: 360px;
    padding: 44px 0 30px;
  }

  .ltn-values__eyebrow {
    font-size: 11px;
    margin-bottom: 18px;
  }

  .ltn-values__hero-copy h2 {
    font-size: 42px;
  }

  .ltn-values__rule {
    margin: 22px 0;
    width: 64px;
  }

  .ltn-values__hero-copy > p:last-child {
    font-size: 13px;
  }

  .ltn-values__grid {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .ltn-value,
  .ltn-value:first-child,
  .ltn-value:last-child {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .ltn-value:first-child {
    padding-top: 0;
  }

  .ltn-value:last-child {
    padding-bottom: 0;
  }

  .ltn-value header {
    gap: 18px;
    margin-bottom: 22px;
  }

  .ltn-value header span {
    flex-basis: 58px;
    font-size: 26px;
    height: 58px;
  }

  .ltn-value header h3 {
    font-size: 18px;
  }

  .ltn-value > p {
    font-size: 15px;
  }

  .ltn-practices__grid {
    grid-template-columns: 1fr;
  }

  .ltn-practice,
  .ltn-practice:nth-child(n+4),
  .ltn-practice:nth-child(-n+3),
  .ltn-practice:nth-child(even) {
    border-bottom: 1px solid #d4ccbf;
    border-left: 0;
    min-height: auto;
    padding: 28px 0;
  }

  .ltn-practice:first-child {
    padding-top: 10px;
  }

  .ltn-practice:last-child {
    border-bottom: 0;
  }

  .ltn-practices__hero,
  .ltn-practices__hero .ltn-shell {
    min-height: 430px;
  }

  .ltn-practices__hero-copy h2 {
    font-size: 37px;
  }

  .ltn-practices__hero-copy > p {
    font-size: 12px;
  }

  .ltn-practices__body {
    padding-bottom: 28px;
    padding-top: 20px;
  }

  .ltn-method__hero,
  .ltn-method__hero .ltn-shell {
    min-height: 520px;
  }

  .ltn-method__hero {
    background-position: center, 68% center;
    background-size: 100% 100%, auto 620px;
  }

  .ltn-method__hero-copy {
    padding: 40px 0 28px;
  }

  .ltn-method__meta {
    margin-bottom: 24px;
    width: 250px;
  }

  .ltn-method__meta span {
    font-size: 29px;
  }

  .ltn-method__hero-copy h2 {
    font-size: 39px;
  }

  .ltn-method__hero-copy > p {
    font-size: 12px;
  }

  .ltn-method__caption {
    font-size: 10px;
    gap: 12px;
    grid-template-columns: minmax(35px, 1fr) auto minmax(35px, 1fr);
  }

  .ltn-method__steps {
    grid-template-columns: 1fr;
  }

  .ltn-method__steps li {
    min-height: 255px;
  }

  .ltn-method__commitments {
    display: block;
    padding: 20px;
  }

  .ltn-method__commitments blockquote {
    padding: 0 0 18px;
  }

  .ltn-method__commitments > div,
  .ltn-method__commitments > div:nth-of-type(2) {
    border-left: 0;
    border-top: 1px solid #d8d0c4;
    min-height: 52px;
    padding-left: 0;
  }

  .ltn-team__grid {
    gap: 28px 10px;
  }

  .ltn-person figure {
    height: 245px;
  }

  .ltn-person h3 {
    font-size: 13px;
  }

  .ltn-person p {
    font-size: 9px;
  }

  .ltn-zalo {
    align-items: start;
    grid-template-columns: 1fr auto;
  }

  .ltn-zalo strong {
    grid-column: 1;
  }

  .ltn-zalo b {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}
